Linux Archive

I used LVM to increase the size of a logical volume containing an ext3 fileystem from 300GB to 500GB. After expanding the logical volume, it is necessary to expand the filesystem to use the added space. In theory, this can be done online (while the filesystem is mounted) by using the resize2fs command. [...]

I use Skype for telephony, and Teamspeak for some online games (mostly Ticket to Ride). Until now, I’ve never gotten them to peacefully coexist on my 64-bit Linux system, despite the use of the ALSA OSS emulation library.
Now, with Fedora 7, it finally works, though I’m not sure what changed. I use this [...]

The update to Fedora 7 installed Rhythmbox.  Perhaps it was already installed with Fedora Core 6, but I didn’t use it, and it hadn’t caused me any grief.  But in Fedora 7, Rhythmbox registered itself as the default player for mp3 files.  That would be fine, except that it won’t actually play mp3 files.  It [...]

Upgraded one system to Fedora 7

After making a backup, I upgraded one of my computers to Fedora 7.  The upgrade went smoothly, and I haven’t noticed any problems.   The balloon theme is nicer that then Fedora Core 6 DNA theme..
GutenPrint 5.0 (formerly GimpPrint) has better support for my Epson Stylus R300 inkjet printer.
I’ll probably upgrade my laptop soon, but I [...]

A few people reported problems caused by the “.d” dependency files created by the dependency analysis hack in the Makefile, so I’ve updated lcdtest to use SCons instead of make.  I’ve also now made RPMs for Fedora Core 6 available (both i386 and x86_64), and submitted a review request to try to get them into [...]

Hanford Lemoore recently wrote about the low sales figures for the indie game Gish. in which the player controls a gelatinous blob of tar, navigating subterranean coridors and traps, dealing with monsters, etc. They actually have a Linux version (as well as Windows and MacOS X versions) and a free demo; the full game [...]

Several years ago I tried to get a Linux system to connect to a Cisco VPN concentrator. There is a proprietary Cisco client for Linux, but it uses a closed-source kernel module, and I an not willing to use such things. At the time, it was claimed that Cisco used standard IPsec and [...]

I finally decided to get a cellular data service, Sprint Mobile Broadband (EVDO). Short summary: I’ve only tried using it at my office so far, but the performance is great. I’m getting over 500 Kbps downstream, with round-trip ping times of less than 100 ms. The latency is low enough that [...]

/home partition recovered

I was able to recover the /home partition from the disk that Windows clobbered a week ago.  Windows overwrote the partition table, and none of the usual methods I’ve used for data recovery were able to find it, nor was gpart.  I ended up writing a program to scan for likely ext2/ext3 superblocks, identified the [...]

FreeNX

I just tried using FreeNX instead of X port forwarding with SSH. The problem with X port forwarding is that if your SSH connection dies for any reason, you lose your X session. You can use the ’screen’ program inside an xterm (or just in SSH directly) for console-style programs, but that doesn’t [...]