Pure-FTPd is a free, secure, production-quality and standard-conformant FTP server. It doesn’t provide useless bells and whistles, but focuses on efficiency and ease of use. It provides simple answers to common needs, plus unique useful features for personal users as well as hosting providers. In this tutorial we’ll install [...]
admin
Lighttpd is a web server which is designed to be secure, fast, standards-compliant, and flexible while being optimized for speed-critical environments. Its low memory footprint (compared to other web servers), light CPU load and its speed goals make lighttpd suitable for servers that are suffering load problems, or for serving static [...]
admin
Setup Trac and Subversion First install packages for both Trac and Subversion. We’ll be using Apache to publish the Subversion repositories apt-get install python-setuptools trac subversion libapache2-svn Create the SVN repository directory structure, used to create new repositories later mkdir /var/svn/ mkdir /var/svn/tmpproject [...]
admin
Greylisting is a new weapon to use against spam in this great war being waged upon it. With this new shielding method, by which you may block out huge amounts of spam, you are sure to please your email clients! In name, as well as operation, greylisting is related to whitelisting and blacklisting. What happen is that each time a given [...]
admin