Category Archives: Linux

Linux tutorials, config files, useful commands, etc.

Grub Error 13 and 17 together

I just encountered a Grub Error 13 and a Grub Error 17 all for seemingly no reason. I fixed the problem, but thought I could save others undue headache. The Setup I have Ubuntu Linux installed on one hard drive which fdisk calls /dev/hda and Windows XP installed on a second hard drive called /dev/hdb. [...]
Posted in Linux | Tagged , , | 2 Comments

chmodding and Ruby

Recently, I switched from a Powerbook to a Macbook, and to copy my files from one to the other, I used a pen drive. Since my pen drive has a FAT file system, it treats everything as being executable. This, however, is not the case on a UNIX-like file system like OS X. In order to save myself the hassle of manually chmodding thousands of files, I wrote this Ruby script.
Also posted in OS X, Programming | Tagged , , , | 2 Comments

Grub Error 17

Note: if this tutorial doesn’t help you, possibly because fdisk reports your known Linux partition correctly as Linux, you might also try my Grub Error 13 with Grub Error 17 tutorial. I just had an interesting time with trying to boot into Linux on my PC. Last night, I noticed my /boot/grub/menu.lst file had [...]
Posted in Linux | Tagged , , | 21 Comments

how to reformat your pen drive

USB pen drives are everywhere these days, and for good reason, since they’re dead useful. I use mine with my Linux box, my Powerbook, and various other systems I’ve had cause to stick it in. After a while, my 1 GB drive was only holding a few hundred MB. When I would [...]
Posted in Linux | Tagged , | 10 Comments

the ease of Linux with a focus on Ubuntu

3till7.net had some excitement yesterday because a post from 2005 got Dugg, and is also garnering a lot of hits from StumbleUpon. I find this funny because it’s such an old post but also because the content is just an email my dad sent me about how all these different companies use Linux. [...]
Also posted in 3till7.net | Tagged | 8 Comments | Current music Numb by Portishead

ad blocking through /etc/hosts

There are several ad sites that you’ll see being used everywhere. They slow down page loading, even on fast connections, because sometimes there’ll be lag and they won’t load immediately and instead of being able to read that interesting news article, you’re stuck waiting for some Flash animation to show up so you can [...]
Posted in Linux | 4 Comments | Current music Nine Inch Nails - We're in This Together

non-English characters in Linux

It's easy to make accented characters (e.g. é and ü) in Linux. Easier than in Windows, actually, because in Windows you have to remember all those crazy Alt codes, and in Linux, it's logical combinations of accents and letters.
Posted in Linux | Tagged , | 12 Comments | Current music Stone Temple Pilots - Wonderful

extracting audio from a DVD

It's pretty easy to extract just the audio from a DVD in Linux, using Mplayer, sox, and either Audacity or split.
Posted in Linux | Tagged , , , | 3 Comments | Current music No Doubt - Underneath it All

beginning Linux guide

Don't look on this guide as though you have to learn all this stuff right now in order to be able to use Linux. No. You can get around otherwise, enjoying Linux and getting work done at the same time without messing around with the command-line, which is what a lot of this guide deals with. Look over this guide and then pick and choose what you need. Want to learn how to change file permissions? Check out the section on the chmod command. Want to know what program to use for a certain task? Check out that section. You don't have to memorize all this stuff to get around, but it's there if you need it.
Posted in Linux | 3 Comments | Current music Rammstein - Feuer und Wasser

Beginning Linux commands

A table of commands that were useful to me when I first began using Linux. Note that all of these may not apply to your particular distribution, configuration, etc.
Posted in Linux | 1 Comment