Monthly Archives: July 2007

Chained No More, or, How I got WoW running perfectly in linux

The single largest reason I had a Windows (XP) installation on my main home PC was to play games. Everything else I needed or wanted to do I could do just as well or better in linux. I did not … Continue reading

Posted in Desktop | Tagged | 2 Comments

The scripts are speaking to me…

WARNING: Reading about the following program may induce long periods of time wasting and excessive enjoyment. Alright, now that that is out of the way… I started playing with a program called Festival some time ago, but have been unable … Continue reading

Posted in CLI | Tagged , , , , | Leave a comment

Getting X display info easily

When editing my X display configuration, I sometimes want to know what resolution is actually being displayed, as compared to what I have set in xorg.conf. An easy command to do this: 1xdpyinfo . This command is designed to provide … Continue reading

Posted in Desktop | Tagged | 2 Comments

Find out why webpages load slowly

I came across a very helpful utility for web development today: YSlow. It integrates into everyone’s favorite Firefox plugin, Firebug, and reports what is slowing the page the most, based on some standards for high performance sites. Once you are … Continue reading

Tagged | 2 Comments

File renaming made simpler

Some people have difficulty renaming lots of files at once on the command line. I used to experience this issue a lot, especially since “mv” was the command recommended. While I can appreciate why mv makes sense for renaming, it … Continue reading

Posted in CLI | Tagged , , , | 2 Comments