5
Securely erasing files, by filling your diskview story

http://www.debian-administration.org With modern filesystems securely deleting files isn't always easy, but one approach which stands a good chance of working is to write random patterns over all unused areas of a disk - thus erasing the contents of files you've previously deleted. (Distributions)

3
Creating Bind DNS-Entries with regular dyndns-clients in routersview story

http://www.debian-administration.org Recently there was a message posted upon the debian-user-german mailing list asking if there is a way to create BIND-compliant DNS-Updates with regulars dyndns-clients from routers. The Idea behind this is to get rid of dyndns.org services and provide an independent way to maintain dynamic dns entries for boxes without a static ip-address without the need of dyndns providers. (Distributions)

6
Service Failover with heartbeat?view story

http://www.debian-administration.org I have got e.g. two servers with Apache and Postfix and a virtual IP (from heartbeat-1). Well, heartbeat is working well and it is simple to deal with complete server outages, but how can I configure heartbeat, so that it also switches the server, if one of the above services fail? (Distributions)

6
Connect to Informix using PHP5 on Lenny x86_64view story

http://www.debian-administration.org After much trial and error, I have a Debian Lenny x86_64 server with apache2, php5, and connectivity to an Informix database server. Here are the steps I went through. Much of this information I found at http://devzone.zend.com/article/4290 (http://devzone.zend.com/article/4290). (Distributions)

3
Handling network mounts on a very mobile laptop?view story

http://www.debian-administration.org I have a laptop that travels with me to work as well as being used at home. I have a number of network CIFS mounts that I like to have available when I am at home, so I have them set to "auto" in /etc/fstab. When I am at work, I use a Mobile Broadband card to connect to the Internet. When at home, I typically use Ethernet. (Distributions)

3
Speeding up dynamic websites via an nginx proxyview story

http://www.debian-administration.org Many of us are familiar with the use of Apache for hosting websites. It might not be the fastest webserver but it is extraordinarily popular, extremely flexible, and a great choice for most people. However there are times when it can struggle, and placing a proxy in front of it can be useful. (Distributions)

4
Offline Package Management for APTview story

http://www.debian-administration.org This article is about Offline Package Management in Debian. Debian is a pretty well known project. One of the things that makes Debian very popular is APT (a.k.a Advanced Packaging Tool) which allows remote package downloads, upgrades and dependency resolution. Unfortunately it does require a network connection - unless you use apt-offline. (Distributions)

4
Providing a website search facility with the namazu indexerview story

http://www.debian-administration.org Adding searching facilities to websites makes it a lot easier for finding content. When sites are dynamically constructed it is often simple to update the code to perform the searching in the application, but for sites constructed of static pages using an indexer such as namazu can give you a great interface in very short space of time. (Distributions)

4
Getting emacs23 for Lennyview story

http://www.debian-administration.org I'm eager to try org-mode for emacs and see it comes with emacs23. I've just updated from etch to lenny (only kinks were having to re-setup nVidia's driver, remove && install gdm+gnome, install a new VMware (just run the .bundle file worked a treat!)) only to discover there's no emacs23 available. (Distributions)

6
Raising the uid and gid limits?view story

http://www.debian-administration.org According to Debian policy, limits for both UID and GID numbers (User IDs and Group IDs) are a maximum of 65535. Is there a way of increasing this limit? (Distributions)