Ports Search

Results 2,5412,550 of 6,332 for /net-p2p/.(0.008 seconds)
textproc/yali-1.1 (Score: 0.01454149)
YALI: Yet Another LOLCODE Interpreter
This is YALI, its a LOLCODE interpreter, written in perl.
www/mod_wsgi-4.5.4 (Score: 0.01454149)
Python WSGI adapter module for Apache
The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI.
www/domoticz-2.4268 (Score: 0.01454149)
Home Automation System
Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device
www/drraw-2.2.b2 (Score: 0.01454149)
Simple web-based presentation front-end for RRDtool
drraw is a simple web based presentation front-end for RRDtool that allows you to interactively build graphs of your own design. A graph definition can be turned into a template which may be applied to many Round Robin Database files. drraw specializes in providing an easy means of displaying data stored with RRDtool and does not care about how the data is collected, making it a great complement to other RRDtool front-ends.
www/RT-Extension-QuickAssign-1.00 (Score: 0.01454149)
RT Extension to add owner change links on ticket display page
RT's extension that adds owner change links on ticket display page.
www/gpx2map-0.1 (Score: 0.01454149)
Put GPX track on Google Map or OpenStreetMap
Reads a gps track in GPX format and writes out an Google Map or OpenStreetMaps mash-up containing the route and additional information.
www/dummyflash-1.0 (Score: 0.01454149)
Silently consume flash MIME types
This plugin silently consumes flash MIME types to prevent the browser from prompting the user to download them
www/drush-8.1.3 (Score: 0.01454149)
Drupal command line and scripting interface
Drush is a command line shell and Unix scripting interface for the Drupal CMS and is designed to make life easier for those who spend some of their working hours hacking away at the command prompt.
www/mod_clamav-0.23 (Score: 0.01454149)
Scans content delivered by the Apache20 proxy module for viruses
Apache 2 introduces filters, which allow to modify content generated by some other module. mod_clamav is an Apache 2 filter which scans the content delivered by the proxy module (mod_proxy) for viruses using the Clamav virus scanning engine.
www/mod_evasive-1.10.1 (Score: 0.01454149)
Apache module to try to protect the HTTP Server from DoS/DDoS attacks
mod_dosevasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. It is also designed to be a detection and network management tool, and can be easily configured to talk to ipchains, firewalls, routers, and etcetera. mod_dosevasive presently reports abuses via email and syslog facilities. Detection is performed by creating an internal dynamic hash table of IP Addresses and URIs, and denying any single IP address from any of the following: * Requesting the same page more than a few times per second * Making more than 50 concurrent requests on the same child per second * Making any requests while temporarily blacklisted (on a blocking list) This method has worked well in both single-server script attacks as well as distributed attacks, but just like other evasive tools, is only as useful to the point of bandwidth and processor consumption (e.g. the amount of bandwidth and processor required to receive/process/respond to invalid requests), which is why it's a good idea to integrate this with your firewalls and routers for maximum protection. This module instantiates for each listener individually, and therefore has a built-in cleanup mechanism and scaling capabilities. Because of this per-child design, legitimate requests are never compromised (even from proxies and NAT addresses) but only scripted attacks. Even a user repeatedly clicking on 'reload' should not be affected unless they do it maliciously. mod_dosevasive is fully tweakable through the Apache configuration file, easy to incorporate into your web server, and easy to use.