This script represents a simple implementation of the standard UNIX utility tail -f in Python.
This script represents a simple implementation of the standard UNIX utility tail -f in Python.
Webcomic Downloader is a program used to download miscellaneous webcomics.
Download from: Read the rest of this entry »
Terry the Trojan script is a simple socket programming demo that sends shell commands to a nearly invisible server at a remote IP.
Read the rest of this entry »
The python-bz2 module provides a comprehensive Python interface for the bz2 compression library. It implements a complete file interface, one shot (de)compression functions, an Read the rest of this entry »
This class starts up an SMTP server which acts as an email sink, collecting all received emails destined for any address. All emails are routed to a Portable Unix Mailbox file. Read the rest of this entry »
Python’s built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an Read the rest of this entry »
Fail2ban scans log files like /var/log/pwdfail or /var/log/apache/error_log and bans IP that makes too many password failures.
It updates firewall rules to reject Read the rest of this entry »
Freevo is an open-source home theatre PC platform based on Linux and a number of open-source audio/video tools.
MPlayer and/or Xine can be used to play audio and v Read the rest of this entry »
The fetch_relative() function downloads a file, reproducing the directory structure from the server. After downloading, additional callback function can be performed on the fil Read the rest of this entry »
This script fills the need to have a scheduled directory synch occur via FTP.
You could use it to clean out a directory without much effort. There are probably mor Read the rest of this entry »