Articles by Daniel15

  • Setting up a serial console

    Author: Daniel15Tags: Comments: 7

    Setting up a serial console This tutorial will show you how to set up a serial console on a Linux system, and connect to it via a null modem cable. This is quite useful if your Linux server is in a headless configuration (no keyboard or monitor), as it allows you to easily get a console on the system if there are any problems with it (especially network problems, when SSH is not available). In the end, the GRUB menu will appear over the serial link, as will the bootup messages (output when booting the system). I'm using Debian Etch on the server and Ubuntu Edgy on my client, although this should work on any Linux distribution.

  • Linux-Vserver on Debian Testing (Etch), the easy way

    Author: Daniel15Tags: , Comments: 2

    Linux-Vserver on Debian Testing (Etch), the easy way In this tutorial, I'll show you how to install Linux-Vserver on Debian Testing (Etch). Basically, Linux-Vserver is an open-source system used to separate a single physical server into multiple virtual servers. From the Linux-Vserver website: "Linux-VServer allows you to create virtual private servers and security contexts which operate like a normal Linux server, but allow many independent servers to be run simultaneously in one box at full speed."