Surfboard is an HTTP 1.1 proxy that includes a couple of WindowMaker applets. The applet shown here is uConsole, which shows active HTTP connections and other activity in the proxy.
With LDAP Account Manager you can manage Unix and Samba user and group accounts in a openLDAP server. There is also an external script to manage quotas and home directories. The application is written in PHP4.
rpm2html automatycznie generuje strony HTML opisujące zbiory pakietów RPM.
rpmfind próbuje rozwiązać problem znajdowania odpowiednich pakietów RPM w internecie.
Is a Yum repository manager that aims to make locating and installing Linux software repositories easier. Yummy is at the moment targeted only for users of the Fedora Project Linux distribution
MySQL Backup is a Perl script that uses mysqlshow to grab the database names and "show tables" to grab the table names for a user's account, and then uses mysqldump to save the data in a subdirectory named in the script. It then tars and gzips the files, using the date and time for the file name. It can be run from cron on a daily basis. It removes old files and has an option to email the gzip file to an admin, and/or FTP the file to a remote server. It also has options to use "select data into outfile" or a regular "select" for users who can't use mysqldump. It supports LARGE sets of databases and tables.