HowtoForge provides user-friendly Linux tutorials.
-
Optimizing DSPAM + MySQL 4.1
Author: laursen • Tags: antivirus • Comments: 5DSPAM is a scalable and open-source content-based spam filter designed for multi-user enterprise systems. It's great at filtering out spam but on busy mailservers the pruning of the MySQL databases takes way too long time. This small tutorial/hack can speed up the pruning of old data considerably.
-
Syncing Websites to Your Palm for Offline Reading
Author: rene • Tags: other • Comments: 1Syncing Websites to Your Palm for Offline Reading This is a brief tutorial on how to sync websites to your palm for offline reading. The websites are stored in Plucker format. You will need to install the Plucker viewer for palm which can be found at the Plucker website. The software you will use to grab the websites and convert them into Plucker format is called Sunrise. To transfer the Plucker files to a Palm you will need pilot-link.
-
Fedora Core 5 Screenshots
Author: Falko Timme • Tags: • Comments: 0This is a screenshot tour of the new Fedora Core 5.
-
-
Removing A User
Author: taft • Tags: other • Comments: 14Removing A User Employee turnover in most organizations runs high. So unless you run a small shop with a stable user base, you need to learn how to clean up after an employee leaves. Too many so-called system administrators do not understand the stakes involved when they manage users. Disgruntled former employees can often cause significant trouble for a company by gaining access to the network.
-
Simple Apache 2 Tomcat 5 mod_jk integration
Author: fernandoch • Tags: debian • Comments: 8Simple Apache 2 Tomcat 5 mod_jk Integration The whole tutorial is based on many tutorials, but I made a very simple one, with no virtual hosts. The main source of info can be found here: http://www.howtoforge.com/apache2_tomcat5_mod_jk
-
Server Monitoring With munin And monit
Author: Falko Timme • Tags: monitoring • Comments: 19Server Monitoring With munin And monit In this article I will describe how to monitor your server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems (like "We need a bigger server soon, our load average is increasing rapidly."), and a watchdog that ensures the availability of the monitored services.
-
Flash Player 8.5 Linux (Ubuntu Dapper Drake)
Author: mariuz • Tags: ubuntu • Comments: 31Flash Player 8.5 Linux (Ubuntu Dapper Drake) This tutorial shows how to install the Flash player on a Linux system. It was tested on Dapper Drake beta 2 (on x86 - 32 bit machine).
-
How To Test Your Linux-Distro Firewall
Author: kanenas.net • Tags: security • Comments: 7How To Test Your Linux-Distro Firewall Recently, I wrote an article about how to scan your Linux-Distro for Root Kits. Now that the machine is clean. I think, a good thing to do is to test my Firewall. The good news is that we can use the free tool FTester. The bad news is that FTester needs to be configured right... So... Let's get to work !
-
Debian Sarge (3.1) with Ruby on Rails and Apache 2 with FastCGI
Author: tomw • Tags: debian • Comments: 6Debian Sarge (3.1) with Ruby on Rails and Apache 2 with FastCGI This HowTo will step you through installing Debian (Sarge) with Ruby on Rails and Apache 2 with FastCGI managed with ISPConfig.This HowTo is based mainly on The Perfect Setup -- Debian Sarge (3.1) by Falko -- consult that HowTo for basic Debian Network Install Setup.
-
How to scan your Linux-Distro for Root Kits
Author: kanenas.net • Tags: security • Comments: 12How to scan your Linux-Distro for Root Kits Do you suspect that you have a compromised system ? Check now for root kits that the intruder may have installed !!! So... What in the hell is a root kit ??? A root kit is a collection of programs that intruders often install after they have compromised the root account of a system. These programs will help the intruders clean up their tracks, as well as provide access back into the system. Root kits will sometimes leave processes running so that the intruder can come back easily and without the system administrator's knowledge !