Posts for: #Linux

sata hotswap pico-HOWTO

I had been unpleasantly informed by mdadm that sdc has been failing. Yey, another one – I thought. Not wanting to disrupt most of my day, I decided to try hot swapping the disk.

Read more →

live termcasting of your terminal over telnet

I mentioned [earlier]{ubifs-on-sheeva} that I will be giving a talk at Flourish Conf next month. While preparing for the talk I decided to I wanted to share my terminal with the participants of the Workshop via telnet. The more popular alternative would be to use screen built in sharing, or maybe vnc, which would require more memory and CPU overhead… and additional accounts using the former method. I only have a SheevaPlug to work with, so I am trying to be as conservative as possible.

Read more →

skype on Debian Linux (64bit)

My aunt asked that I get my mom hooked up on skype for my mom’s B-day. That involved getting a webcam and hooking it up on my parents’ Ubuntu system. Since I’ve never done anything with webcams, I didn’t know where to start. This blog entry is about trying skype and the webcam going on my Debian Sqeeze laptop.

Read more →

android true type font

Following a random tweet on identi.ca I upgraded my proprotional fonts on Debian/Sqeeze to ttf-droid.

I expect that some day this font will be packaged by Debian, but for now I had to:

    wget 'http://launchpadlibrarian.net/21202254/ttf-droid_1.00%7Eb112%2Bdfsg-0ubuntu1_all.deb'
    sudo dpkg -i ttf-droid_1.00\~b112+dfsg-0ubuntu1_all.deb

Because I am a big console junkie I don’t use proprtional fonts much, but they do look nice on the web.

Read more →

Linux Kernel Booting

I will be running [another]{linux-kernel-walkthroughs} Linux Kernel Walkthrough for OCLUG at TheCodeFactory next week. This time the topic is “booting”.

I am frantically preparing slides using (slightly modified) Rusty’s svg to png presentation scripts. The svg’s are naturally created in Inkscape, and the png’s are useful because I can display them in a regular image viewer like gqview. I’ll write more on this later.

Read more →

USB2.0 enclosure benchmark

I’ve noticed my laptop disk filling up… particularly in $HOME/work/*. Lots of little contracts, each involving at least the linux kernel tree of one vintage of another, are to blame.

CoolMax 2.5" Aluminim External Enclosure

To solve this, I decided to pickup an external drive. I am using USB 2.0, because my laptop, Thinkpad x41, has no eSATA or even firewire. So I cannot compare the performance over another connection, but I can have a look at which filesystem (xfs or ext3) will perform my workloads best.

Read more →