Author Archives: Linerd

Flash Drive Frustration

Last night I wanted to watch a media file that I had on my ext4 Ubuntu Karmic disk partition. My media PC is running Ubuntu Hardy (8.04) which can’t read ext4. Even if it could, I haven’t yet bothered to set up network sharing from my Karmic installation. So I figured I would just use the old fashioned sneaker net to transfer the file. Continue reading

Install LAMP on Ubuntu 9.10 Karmic Koala

Why install LAMP on your desktop computer?

Why would I want to install and set up a LAMP (Linux, Apache, MySQL, php) stack on Ubuntu 9.10? It’s useful if you want to set up a private web development environment. Perhaps you want to develop your own WordPress theme. If you are developing websites and experimenting, it’s nice to do it in the privacy of your own computer, rather than out on the public internet.   Continue reading

Command Line Basics: Join Files With cat

I’ve already shown you how to view files with the cat command. In today’s post I’m going to show you how to use the GNU cat command for its originally intended purpose: for joining multiple files together.

For this example we’ll need a couple of text files to start with. Paste the following text into a text editor and save it as file1. Continue reading