Tag Archives: HowTo

Change the Week Start Day in Ubuntu

A while back I showed how to change the week start day in the Hamster Applet time tracker. Today I’m going to show how to change the week start day to Monday for Ubuntu in general. This will affect various applications in Ubuntu including the default clock applet on the panel. I figured some of this out by reading this post on the Ubuntu forums. Continue reading

Change the Week Start Day in Hamster Applet

I’ve been using the Hamster Applet time tracker for a few weeks now. See the initial post about Hamster here. One thing that was bugging me was that the weekly reports start on Sunday. The work I am tracking uses weeks of Monday through Sunday, so I wanted to change the week start to Monday. I couldn’t find a way to change this in the preferences, so I started digging through the code. It turns out there is an easy way to do this by editing one of the program’s Python files. Continue reading

How To Add a New Hard Drive in Ubuntu

I recently got a deal on a new 1 TeraByte hard drive, so I decided to document the steps it took to get it up and running in Linux. I’m going to assume you want to format the drive for Linux. If not, then you can probably use the CD that comes with the hard drive to partition it and format it to NTFS or FAT32. Linux can read and write to these formats, but I prefer to use the ext3 filesystem. Continue reading