Archive for March 6th, 2007

Daylight Savings Time change on Ubuntu Linux

Tuesday, March 6th, 2007

This coming weekend is the first time the DST in the US starts on the second weekend in March, as opposed to the first weekend in April. This is due to the passing of the Energy Policy Act in 2005. So, likely, anything written before 2005 is going to be FUBAR’ed this weekend…

Linux Watch has an informative article about the workings of DST on Linux-based systems, and pointers to how the various distributions are handling the changed DST. Ubuntu is missing from that list, but any of the Debian packages (they both point to the same version of the tzdata package) should work.

To verify your system is ready for this weekend’s time change, type in the following command:

zdump -v /etc/localtime | grep 2007

If all is well, the first two lines should contain a March 11th date. Here’s the output of my system:

/etc/localtime  Sun Mar 11 06:59:59 2007 UTC = Sun Mar 11 01:59:59 2007 EST isdst=0 gmtoff=-18000
/etc/localtime  Sun Mar 11 07:00:00 2007 UTC = Sun Mar 11 03:00:00 2007 EDT isdst=1 gmtoff=-14400
/etc/localtime  Sun Nov  4 05:59:59 2007 UTC = Sun Nov  4 01:59:59 2007 EDT isdst=1 gmtoff=-14400
/etc/localtime  Sun Nov  4 06:00:00 2007 UTC = Sun Nov  4 01:00:00 2007 EST isdst=0 gmtoff=-18000

If your output doesn’t contain the March 11th date, you need to run a standard update to make sure you have all the latest patches installed:

sudo apt-get dist-upgrade

Run the zdump command again. If it still doesn’t show the March 11th date, you need to resort to the manual update described in the Linux Watch article, but the APT upgrade should take care of it.

Now get some rest. We’re losing an hour sleep this weekend, but at least the Ubuntu systems will hum along quite nicely.

iTunes 7.1 for Windows

Tuesday, March 6th, 2007

This morning I was notified by the Apple updater that a new version of iTunes was available, version 7.1. Quoting from the Apple iTunes website:

Using iTunes 7.1, you can now enjoy your favorite iTunes movies, TV shows, music, and more from the comfort of your living room with Apple TV. iTunes 7.1 also supports a new full screen Cover Flow and improved sorting options to let you decide how iTunes should sort your favorite artists, albums, and songs.

The full-screen Cover Flow looks pretty neat, and is something I wanted to see before, to have iTunes display on a TV screen. If only they could incorporate music videos that I got in there as well…

iTunes 7.1 Cover Flow

Update: iLounge has an in-depth article with screenshots of the changes between iTunes 7.0 and 7.1.

Update 2: Nevermind my feature request – it’s already in there!  Activate Cover Flow, and watch your videos play full-screen. When the video has ended, it returns to the Cover Flow album view. Way to go, Apple! ;-)