HowtoForge provides user-friendly Linux tutorials.

  • Syncing Websites to Your Palm for Offline Reading

    Author: reneTags: Comments: 1

    Syncing 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 TimmeTags: Comments: 0

    This is a screenshot tour of the new Fedora Core 5.

  • Removing A User

    Author: taftTags: Comments: 14

    Removing 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: fernandochTags: Comments: 8

    Simple 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

    debian Author: Falko TimmeTags: Comments: 19

    Server 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: mariuzTags: Comments: 31

    Flash 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.netTags: Comments: 7

    How 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: tomwTags: Comments: 6

    Debian 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.netTags: Comments: 12

    How 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 !

  • Manage Apache Download Speed And Traffic Limits With mod_cband

    Author: Falko TimmeTags: Comments: 16

    Manage Apache Download Speed And Traffic Limits With mod_cband In this tutorial I will describe how to install and configure mod_cband on an Apache2 web server. mod_cband is an Apache 2 module which provides bandwidth quota and throttling. It solves the problem of limiting users' and virtualhosts' bandwidth usage. The current version can set virtualhosts' and users' bandwidth quotas, maximal download speed, requests-per-second speed and the maximal number of simultanous IP connections.