How To

These Articles are indexed under How To and sorted by date published.

Making manpages work for you

One of the most important skills to have for navigating the command line in Linux is the ability to use manpages. The term "manpage", also sometimes spelled "man page", is short for "manual page…

Monitor your Linux computer with machine-generated music

Use Perl and FluidSynth to create a real-time musical composition of your system status. Learn how to integrate various system monitoring data into a harmony-producing, MIDI-controlled audio…

Build a Web spider on Linux

Web spiders are software agents that traverse the Internet gathering, filtering, and potentially aggregating information for a user. Using common scripting languages and their collection of Web…

Cleaning up a Debian GNU/Linux system

You arrive at a Debian GNU/Linux server which has some history of neglection. Let's suppose someone else neglected it but if your new-year resolution is to stop neglecting your beloved server,…

VMX Builder: Create virtual machines in minutes

While VMware Player is not designed to create virtual machines from scratch, other tools can help you to build your own VMs in a matter of minutes. You could use VMware's free VMware Server…

Quake 3 on Ubuntu Edgy x86_64

Installing Quake III Arena on a 64-bit Linux box isn't that bad actually. I couldn't find instructions anywhere on how to do this, so after figuring it out I'm writing them down here.

http…

How to install Linux on an eMac

Why replace Mac OS X with Linux on an Apple eMac? I did it to revive an aging hardware platform and provide a computer to a friend. Here's how I replaced "Puma" (OS X 10.1) first with Debian, then…

Installing A LAMP System With Fedora Core 6

This is a detailed description about how to set up a Fedora Core 6 based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-…

Recover Data From a dead hard drive using ddrescue

Like dd, dd_rescue does copy data from one file or block device to another.dd_rescue is a tool to help you to save data from crashed partition. It tries to read and if it fails, it will go on with…

Tunneling with SSH: Windows to UNIX connectivity in a secure world

This article describes the setup of a simple SSH client connecting to an AIX- or Linux-based SSH server that allows a typical, technically literate individual the ability to set up, configure, and…