WordPress database error: [Table 'flavor8_wordpress.wp_categories' doesn't exist]
SELECT cat_ID FROM wp_categories WHERE category_nicename = 'scitech/software'
This howto tells you how to install a hard drive with existing data on it into a new computer. You could use a UI if you wanted, alternatively.
reubenf@fridge:~$ df -k | grep /dev
/dev/sda1 14535584 3074640 10728384 23% /
udev 1815524 88 1815436 1% /dev
devshm 1815524 0 1815524 0% /dev/shm
/dev/sda2 19380708 192860 18211096 2% /home
/dev/sda4 446745948 203020 424028236 1% /media1
/dev/sdb1 484535504 202800 459913504 1% /media2
reubenf@fridge:~$ ls /dev/disk/by-uuid/ -alh
total 0
drwxr-xr-x 2 root root 160 2008-06-26 08:07 .
drwxr-xr-x 6 root root 120 2008-06-26 08:07 ..
lrwxrwxrwx 1 root root 10 2008-06-26 08:07 1d063f18-5d5b-4ab1-b93a-35af33706059 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2008-06-26 08:07 20c4feb1-90e2-42ec-88a3-7936950deeed -> ../../sda1
lrwxrwxrwx 1 root root 10 2008-06-26 08:07 756f4338-d991-47e6-807b-0962f9f01cad -> ../../sda3
lrwxrwxrwx 1 root root 10 2008-06-26 08:07 b9eeeeab-e30c-48bb-ae6f-9ece052db597 -> ../../sda4
lrwxrwxrwx 1 root root 10 2008-06-26 08:07 c8aec34b-a197-42fc-ae9d-481e0e20132f -> ../../sda2
lrwxrwxrwx 1 root root 10 2008-06-26 08:07 e19a4234-d7e3-45a7-b369-b6c1724ba0c6 -> ../../sdc1
reubenf@fridge:~$ sudo parted /dev/sdc1 p
Disk /dev/sdc1: 165GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00kB 165GB 165GB ext3
reubenf@fridge:~$ sudo mkdir /media3
reubenf@fridge:~$ sudo vim /etc/fstab
...
# /dev/sdc1
UUID=e19a4234-d7e3-45a7-b369-b6c1724ba0c6 /media3 ext3 relatime 0 2
All done. Reboot.
Ubuntu Hardy has made wireless a little easier for laptop owners w/ the broadcom 1390 chipset. No more fucking around with ndiswrapper; just install a package, run a script, and you’re done. Installing the package should do the trick, but for some reason it failed for me (the firmware didn’t download), so you’ll probably need to run the second part too.
sudo apt-get install b43-fwcutter
sudo /usr/share/b43-fwcutter/install_bcm43xx_firmware.sh
sudo /etc/init.d/dbus restart
You’re done. You’re welcome.

Big Buck Bunny is the second open film project headed up by the Blender Foundation, an open film being one created entirely with open source software and with all production materials being made freely available to the public upon completion. The first project, “Orange,” produced Elephant’s Dream, a dark, trippy short, heavy on dialogue and featuring human characters. For the second project, codenamed “Peach,” the emphasis was on cute and fluffy. The result is Big Buck Bunny, a large rabbit who has to deal with some small, and very cruel, rodents. In my opinion, this second project is more successful in almost every way. The final video is available for free on their homepage, and you have the option to buy the DVD if you want to support these open movie projects and the blender foundation.
Here’s how to install libdvdcss2 and a couple other useful media libraries on your Gutsy box. Note that these may be “illegal”. Paste the following in your terminal.
sudo su -c 'echo deb http://packages.medibuntu.org/ gutsy free non-free >> /etc/apt/sources.list'
sudo su -c 'echo deb-src http://packages.medibuntu.org/ gutsy free non-free >> /etc/apt/sources.list'
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install libdvdcss2 w32codecs gstreamer0.10-pitfdll
echo "done"
Setting KDE’s desktop icon text color has always, always made me insane. It’s not in the same place with all the other color settings, oh, no! To set most item colors in a KDE setup, you use the Control Center, select Appearance & Themes, then Colors. A simple easy-to-navigate interface for setting almost every foreground, background and select color under KDE. But if you want to set Desktop text color … well, that’s not listed. I always end up poking and prodding for a considerable while. I found it again, today, and wanted to put it up for me and others to find. So, to set the KDE (versions 3.4 and 3.5, at least) desktop icon text, from the Control Center select Appearance & Themes. Choose Background from the sub-menu. Yeah, Background. Who knew? Then, click on the Advanced Options button. There are three sub-panes in the resulting dialog. The first, Background Program is usually all I see before bailing out of that dialog. But keep looking. Further down, there’s Background Icon Text. Not Desktop, oh, no. And that’s not to be found in the general color settings tab, for heaven’s sake, no! Now I understand the reasoning behind where it is. But since for all the rest of the world, that’s the Desktop, why not call it that, or make it easy to find using the Desktop term. And, praise Baal, why not let people change that text color in the standard tool as well as in the special secret place!