HowtoForge provides user-friendly Linux tutorials.

  • How To Fight Spam Using Your Postfix Configuration

    Author: todgermeTags: , Comments: 11

    How To Fight Spam Using Your Postfix Configuration In this guide you will learn how to tweak the mail guide for  Postfix (+Auth SMTP + Quota), http://www.howtoforge.com/virtual_postfix_mysql_quota_courier, setup to better combat SPAM and allow a little bit of backward compatibilty of the older Qmail systems.

  • How To Compile A Kernel - The Ubuntu Way

    Author: Falko TimmeTags: , Comments: 31

    How To Compile A Kernel - The Ubuntu Way Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on Ubuntu systems. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.

  • Creating .deb-Packages With Checkinstall

    Author: Falko TimmeTags: , , Comments: 3

    Creating .deb-Packages With Checkinstall Checkinstall is a nice tool to create simple .deb-packages that you can use in your local network (e.g. if you have to install the same piece of software on multiple computers running Debian). It lets you compile and install software from the sources like before, but with the difference that you end up with a simple Debian package which also means that you can easily uninstall the software you just compiled by running dpkg -r!

  • Converting .rpm Packages To Debian/Ubuntu .deb Format With Alien

    Author: Falko TimmeTags: , Comments: 5

    Converting .rpm Packages To Debian/Ubuntu .deb Format With Alien This article shows how you can convert .rpm packages to .deb packages with a tool called alien so that you can easily install them on Debian and Ubuntu systems. Sometimes this is quite convenient as not all software projects release their software as Debian/Ubuntu packages.

  • Ubuntu 6.06 LTS ISP Server Setup with DTC

    Author: kdaviesTags: Comments: 2

    Ubuntu 6.06 LTS ISP Server Setup with DTC Install of Ubuntu 6.06 LTS Server with the DTC control panel to provide a secure virtual hosting platform for Email, Webmail Anti-spam and Anti-virus with usage statistics. I can be contacted by email at kdavies at syntosdotltddotuk or from my website www.syntos.ltd.uk.EnjoyKevin

  • Using and Customizing Templates in OpenOffice.org

    Author: solveigTags: Comments: 0

    Using and Customizing Templates in OpenOffice.org I believe in using tools. And if the tools are easy to use and free, so much the better. That's why I'm a big proponent of using templates. Templates are one of the best ways to save time, effort, and be sure that your documents are consistent when they need to be.

  • Enlightenment 17 QuickStart Guide

    Author: g33kTags: Comments: 7

    This how-to will help you set up a Enlightenment 17 desktop for your SuSE Box with a few clicks.

  • Quick And Dirty Wpad.dat On Ipcop Box

    Author: dennyhalimTags: Comments: 1

    Quick And Dirty Wpad.dat On Ipcop Box wpad is short for Web Proxy Autodiscovery Protocol. It's used to tell your browser what proxy it can use without having to go to each and every pc on your network to do so. This is a quick and dirty howto. It was tested and worked out ok on my system. But I don't guarantee it won't break yours.

  • How To Mark Yourself As A HowtoForge Supporter

    Author: adminTags: Comments: 0

    How To Mark Yourself As A HowtoForge Supporter After you have become a HowtoForge Supporter, you can change the way your username appears in the HowtoForge forum. Your username will then be decorated with two golden stars and be shown as a member of the HowtoForge Supporters group: This is how you activate it in three easy steps: Log in on the HowtoForge web site, then go to your User Control Panel:

  • MySQL Backup And Recovery With mysql-zrm On Debian Sarge

    Author: Falko TimmeTags: , , Comments: 5

    MySQL Backup And Recovery With mysql-zrm On Debian Sarge This guide describes how to back up and recover your MySQL databases with mysql-zrm on a Debian Sarge system. mysql-zrm is short for Zmanda Recovery Manager for MySQL, it is a new tool that lets you create full logical or raw backups of your databases (regardless of your storage engine and MySQL configuration), generate reports about the backups, verify the integrity of the backups, and recover your databases. It can also send email notifcations about the backup status, and you can implement multiple backup policies (based on your applications and based on time (e.g. daily, weekly, etc.)).