Image of the glider from the Game of Life by John Conway
Skip to content

{ Category Archives } Debian

Various Ways To Shred A Drive

I’ve been tasked at work with shredding drives. Not physically, mind you, but digitally. Usually, I grab a copy of the latest version of Knoppix, boot up, pull up a terminal, and grab GNU Shred. Something like: shred -n 3 -v /dev/sda It works well enough. However, it doesn’t display a real useful progress meter, [...]

Cloning Debian System Packages

Just over the past couple of weeks, I have done a few Debian GNU/Linux installations for various people, including myself. I am a minimalist. I like to have installed on my system only exactly what I specify. However, I’m also a realist, and know that Debian has likely chosen sane defaults in the installer when [...]

Connecting To Serial Null Modems With GNU Screen

The motivation for this post, actually, is that I had heard of the BSD-licensed tmux. I’ve heard it’s far more configurable than GNU screen and lighter on resources. So, I thought I’d install it on my Debian machine, and give it a quick test drive. The first thing I wanted to test, was not attaching [...]

Installing Debian via USB

Last night, I wanted to see if I could get Debian Squeeze loaded on my HP Mini 110, so I set out to accomplish the task, and accomplish it I did. As with most netboks, this HP doesn’t ship with a CDROM. So, the only way to get an operating system on this guy is [...]

Does Debian Deviate From Standards Or Upstream?

Recently, I got into a discussion with a friend of mine that I have a great deal of respect for. After having our discussion, my respect for him has grown. The discussion was about whether or not Debian and Ubuntu have deviated from standard practice regarding Paul Vixie’s cron implementation. The idea is simple. On [...]

Debian – The Universal Operating System

The other day, I blogged about the Debian Installer, and I stated that I find it to be one of the most flexible and possibly most powerful operating system installers. Well, continuing with a series of posts on Debian, I want to mention how flexible the operating system is by itself, from installing to running. [...]

The Debian Installer – The Most Flexible Linux Installer

I was just recently blown away by what I can accomplish with the Debian installer on getting Debian installed on a system. I used to think that the openSUSE installer was the most flexible Linux installer, with Anaconda running a close second, but I think I’m going to at least put the Debian installer in [...]