Tag Archives: Ubuntu

How To Create PDF’s Of GNU/Linux Manpages

If you’re a heavy user of the GNU/Linux command line, then you’re already familiar with the man command. If you’re a newbie, the man command (short for manual, as in RTFM) pulls up the online documentation for terminal commands and outputs it to the same terminal. Perhaps you wish you could have some of these handy documents loaded on your PDA or smartphone as a reference. Continue reading

Review: RockBox

RockBox is a free and open source firmware available for several different digital music players. Stable releases are available for the following music players:

  • Apple: iPod 1g through 5.5g, iPod Mini and iPod Nano 1g
  • Archos: Jukebox 5000, 6000, Studio, Recorder, FM Recorder, Recorder V2 and Ondio
  • Cowon: iAudio X5, X5V, X5L, M5, M5L, M3 and M3L
  • iriver: iHP100 series, H100 series, H300 series and H10 series
  • Olympus: M:Robe 100
  • SanDisk: Sansa c200 series, e200 series and e200R series
  • Toshiba: Gigabeat X and F series

Continue reading

How To List The Installed Packages on a Debian Based System

In this tutorial I’m going to show how to list the installed packages on a Debian based operating system, (Debian, Ubuntu, Mint, Sidux, CrunchBang, etc.) I got this gem of a command line one-liner from the Sidux website.

This command is useful if you want to replicate a GNU/Linux installation from one computer to another.

For those who are impatient, I’ll cut right to the chase. This command will create a file in your home directory called installed.txt that contains the listing of your installed packages. Open a terminal and enter: Continue reading

Remove Old Kernels in Ubuntu

Edit: Oct. 2, 2010 – I’ve written a new post that shows a bash one-liner command that will remove the old kernels from your system in one step. You can check it out here.

If you’ve been using Ubuntu Linux for a while, then you probably have a number of Linux kernel updates that have been installed on your system. (I’ve got a total of 3 kernels in my Karmic system already.) In all likelihood, these updates get installed and you boot into the latest kernel, never to use the older kernels again. But these old kernels are still hanging around on your system, cluttering up your grub boot screen and taking up space on your hard drive.   Continue reading