Debian Tutorials

Categories


Tags


admin
Author

admin

Compile the Kernel on Debian etch

Compiling the kernel from source on Debian is actually pretty simple thing to do. This guide has been tested on standard etch installation but will probably work on other versions and debian-like operating systems. The system is easy to break if not done right, compile and install the kernel at your own risk! Install required packages [...]

adminadmin

Pure-FTPd with MySQL backend

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 [...]

adminadmin

Setup Trac and Subversion

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 [...]

adminadmin

Enable greylisting in Postfix using Postgrey

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 [...]

adminadmin