Sunday, November 25, 2007
The St. Moritz SMX Diver (a discontinued watch) uses a Silver Oxide Cell battery, Maxell SR927SW (generic 395 button cell) which is a 1.55v battery.
Monday, November 12, 2007
I added a new hard disk to my MythTV box, specifically for storing movies copied from my DVD collection. Because this disk will be used for storing mostly files that will be in the 1-4GB size range, and because it is NOT going to be used as the root (/) drive of this computer, I [...]
Thursday, November 8, 2007
I built a perl script that can be used as a "User Job" from within mythtv to convert a recorded TV program into a cell phone (.3gp) movie. It makes uses of mythname.pl to get the show and title (for the filename) and mplayer/mencoder and ffmpeg to do the actual transcoding.
Unless you want to drop [...]
Tuesday, November 6, 2007
I have one of the first Cingular branded v3xx phones that was released when they first hit the market. Although it came pre-stocked with shortcuts to Cingular stores, Cingular Music downloads, and had things like the IMAP email client disabled by default, it was still relatively easy to hack. I was able to use P2kCommander [...]
If you want a mobile phone to be able to download and install a java application (.jad/.jar file) from your website, you need to set up the correct MIME types for .jar and .jad files if they have not been set up by your webhost.
With apache, you can usually do this on a per-directory basis [...]
Saturday, November 3, 2007
I do NOT recommend importing all of your windows fonts to Linux. Sure, you paid for windows, and should be able to use all the windows fonts on any OS you want, but Microsoft (and their lawyers) may not feel the same way. Read your license agreement carefully. Instead, you should install the freely released [...]
Saturday, November 3, 2007
Installing Core Microsoft fonts: sudo apt-get install msttcorefonts
To make them work in X-windows, you may also want to install x-ttcidfont-conf if it's not already installed: sudo apt-get install x-ttcidfont-conf
Thursday, November 1, 2007
The old version of the X.org ati x-server would do a true "clone" of my Thinkpad X31's LCD display out the VGA port on the back of the laptop. The new version shipped with Ubuntu 7.10 (gutsy) however doesn't do a true clone, so video overlays (called Xv in linux) will display movies on the [...]