Many of my traditional blog post live on this site, but a great majority of my social-style posts can be found on my much-busier microbloging site at updates.passthejoe.net. It's busier because my BlogPoster "microblogging" script generates short, Twitter-style posts from the Linux or Windows (or anywhere you can run Ruby with too many Gems) command line, uploads them to the web server and send them out on my Twitter and Mastodon feeds.
I used to post to this blog via scripts and Unix/Linux utilities (curl and Unison) that helped me mirror the files locally and on the server. Since this site recently moved hosts, none of that is set up. I'm just using SFTP and SSH to write posts and manage the site.
Disqus comments are not live just yet because I'm not sure about what I'm going to do for the domain on this site. I'll probably restore the old domain at first just to have some continuity, but for now I like using the "free" domain from this site's new host, NearlyFreeSpeech.net.
Here’s the output of df -h:
steven@compaq:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 2.2G 1.5G 604M 71% /
tmpfs 70M 0 70M 0% /lib/init/rw
udev 65M 104K 65M 1% /dev
tmpfs 70M 0 70M 0% /dev/shm
/dev/sda5 388M 85M 283M 24% /home
It doesn’t show in this output, but /dev/sda1 is 500 MB of swap. /dev/sda5 is a logical partition.
One of the helpful steps in the Debian Squeeze release notes, which you really should use when upgrading from Lenny, is to check how much disk space is needed to do the upgrade. I’ve been keeping a relatively large root partition (2.2 GB) for overhead in an upgrade, and if I remember correctly I didn’t need anywhere near that much space to do the Lenny-to-Squeeze transition.
I’ve been burned more than a couple of times when doing upgrades, both Linux and OpenBSD, when I ran out of space in a critical partition in the middle of the process. Being able to check before doing the upgrade is a very good thing.
Now that I know I don’t need all this space for applications, I could start up Parted Magic, shrink the root partition and expand the extended partition that holds /home.
As you can see in the previous entry, I was running my old Compaq Armada 7770dmt laptop with its recent Lenny-to-Squeeze upgrade working well — except for one thing.
Grub2. Debian handled the upgrade well. It doesn’t remove the old Grub, now known as grub-legacy. Instead the old Grub gains an entry chainloading to Grub2, which is installed by the grub-pc package.
This way you can test Grub2 while still retaining Grub1. It’s a very nice way of doing what could be a system-breaking upgrade.
I pulled out the Compaq Armada 7770dmt, circa 1999, with 144 MB RAM (fully loaded), a speedy 233 MHz Pentium II CPU and the original 3 GB hard drive, the latter component of which I haven’t seen since I opened up the bay for the first and last time when I purchased this laptop in, I believe, 2007 for .
I had my CDs ready and loaded up Quirky and Wary — two of the latest Pups. As in the past, loading a live environment — even a Puppy environment — from CD on a 12-year-old laptop can take more than a little time. I was unsuccessful with the Xorg driver while running Wary. A reboot to use the Vesa driver was successful in getting an 800×600 display.
I had three big updates waiting for me today: Iceweasel (aka Firefox), Icedove (aka Thunderbird) and Chromium (the open-source, community version of Google Chrome).
These are three apps I use often. Nothing major here as far as the updates go — this is Debian Stable, and major isn’t what happens when it comes to updates.