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
Tag Archives: HowTo
Automatically Update the ClamAV Virus Database
ClamAV is a virus scanner for Linux and Unix systems.
To install it on Ubuntu you can use Synaptic or install it from the command line using apt-get.
Once it’s installed you can set up a script for right click virus scanning in Nautilus. Continue reading
Add On-Demand Virus Scanning to Nautilus
I ran across this tutorial the other day and thought it was worth passing on. A post on TuxTraining shows how to create a script to add right click virus scanning to Nautilus (the Gnome file manager) using ClamAV. ClamAV is a virus scanner for Linux and Unix systems. 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