Tag Archives: Ubuntu

Split mp3 Files With mp3splt

Mp3splt is a Linux program that can break mp3 files into smaller pieces without re-encoding. This is nice for long mp3 files like e-books or for putting language learning CDs onto your mp3 player. Sometimes you only have a few minutes to listen to your language lesson and you’d rather not start at the beginning of a half hour lesson every time. I’m going to show an example of how to use mp3splt to split a 30 minute mp3 into 5 minute pieces. Continue reading

How To Install Free42 in Ubuntu

Free42 is a free, open source emulator of the HP42S scientific calculator. The 42S is a nice little RPN, scientific calculator that got me through my engineering education. Well, a sharp programmer by the name of Thomas Okken has written this nice emulator that runs on your PC (as well as Macs, Pocket PCs, Palm Pilots, and the Sharp Zaurus). Continue reading

How To Set Up a Home Network With Ubuntu, Part 3

This is the 3rd part of my Ubuntu home networking howto. In Part 1 I covered how to configure your home network with static IP addresses. Part 2 was about client and server configuration for NFS file sharing over the network. In Part 3 I’ll show how to automatically mount the shared folders at boot time. This is done by editing the file system table in /etc/fstab. Log in to one of your client computers, open a terminal, and enter the following. Continue reading