<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Toastboy's Tech Tips &#187; Unix/Linux</title>
	<atom:link href="http://www.toastboy.com/category/main/unixlinux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toastboy.com</link>
	<description>Tutorials for Users and Administrators</description>
	<lastBuildDate>Thu, 03 Jun 2010 00:02:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Unix Find to Locate WordPress Functions</title>
		<link>http://www.toastboy.com/main/unixlinux/using-unix-find-to-locate-wordpress-functions/</link>
		<comments>http://www.toastboy.com/main/unixlinux/using-unix-find-to-locate-wordpress-functions/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 23:59:41 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[KSH]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=476</guid>
		<description><![CDATA[I am a unix / linux web developer primarily and use some windows / mac editors for ease of use.
When it comes to locating code snippets within wordpress or other cms&#8217; I find it easiest to do this within the linux shell using the find command with a little help from egrep.
generally speaking I can [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/using-unix-find-to-locate-wordpress-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make iso image from vobcopy</title>
		<link>http://www.toastboy.com/main/make-iso-image-from-vobcopy/</link>
		<comments>http://www.toastboy.com/main/make-iso-image-from-vobcopy/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 17:00:52 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[mkisofs]]></category>
		<category><![CDATA[vobcopy]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=122</guid>
		<description><![CDATA[Vobcopy and Mkisofs to the rescue again
Firstly, vobcopy does not make iso images directly. You first need to extract all the required files from the dvd you are making an iso image of.
To do this take a look here.
Short version is this.


$ vobcopy -m /path/to/dvd .


This will place all the files in the current directory. [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/make-iso-image-from-vobcopy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy everything from a dvd to harddrive using dd</title>
		<link>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/</link>
		<comments>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 00:13:12 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[KSH]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=73</guid>
		<description><![CDATA[DVD Copying to hard drive with dd
In adddition to using vobcopy, and mkisofs you could also use plain old dd to do the trick ( sometimes )
It sometimes works, and when it does it works well.
From the command line in *nix ( Unix, Linux, OS X, etc. ) 
> dd if=/dev/dvd of=/tmp/dvdfilenametocreate
Lets break this down. [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Update kills HP LaserJet 1020</title>
		<link>http://www.toastboy.com/main/unixlinux/ubuntu-update-kills-hp-laserjet-1020/</link>
		<comments>http://www.toastboy.com/main/unixlinux/ubuntu-update-kills-hp-laserjet-1020/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 21:44:05 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[hp laserjet 1020]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=20</guid>
		<description><![CDATA[HP LaserJet 1020 Install On Ubuntu 8.04 tls

Upon performing updates on Ubuntu, my HP LaserJet 1020 stops working.
To fix this, I have to reinstall the foo drivers.

&#62; sudo apt-get install build-essential

Then grab the foo2zjs drivers

&#62; wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz

Untar them in place

&#62; tar xzvf foo2zjs.tar

CD to foo2zjs

&#62; cd foo2zjs

Uninstall the currently installed version


&#62; sudo make [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/ubuntu-update-kills-hp-laserjet-1020/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using vobcopy and mkisofs to backup dvds to harddriveb</title>
		<link>http://www.toastboy.com/main/unixlinux/using-vobcopy-and-mkisofs-to-backup-dvds-to-harddrive/</link>
		<comments>http://www.toastboy.com/main/unixlinux/using-vobcopy-and-mkisofs-to-backup-dvds-to-harddrive/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:53:54 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[backup dvd]]></category>
		<category><![CDATA[mkisofs]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vobcopy]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=19</guid>
		<description><![CDATA[How to use vobcopy and mkisofs in Ubuntu to backup your dvds* to your hard disk
There are many different methods for backing up media your hard disk.
In Ubuntu, the easiest way to do this is right click on the dvd and copy it directly. This  works about half the time.
Or you can try the [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/using-vobcopy-and-mkisofs-to-backup-dvds-to-harddrive/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>6th Place in Google Search for &#8220;Install usb Joystick in Ubuntu&#8221;</title>
		<link>http://www.toastboy.com/main/unixlinux/6th-place-in-google-search-for-install-usb-joystick-in-ubuntu/</link>
		<comments>http://www.toastboy.com/main/unixlinux/6th-place-in-google-search-for-install-usb-joystick-in-ubuntu/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 17:46:02 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[gamepad]]></category>
		<category><![CDATA[gsnes9x]]></category>
		<category><![CDATA[install usb]]></category>
		<category><![CDATA[install usb joystick ubuntu]]></category>
		<category><![CDATA[logitech ubuntu]]></category>
		<category><![CDATA[usb gamepad]]></category>
		<category><![CDATA[usb joystick]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=16</guid>
		<description><![CDATA[UDPATE to Ubuntu Logitech Dual Action USB Gamepad install





Dual Action Gamepad
The Logitech Dual Action Gamepad is the ultimate precision instrument  whether you&#8217;re going for the tackle  the kill  the gold  or the finish line. $15.99











WOW!!!
I never thought that i would write something that a. people actually searched for, and b. that [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/6th-place-in-google-search-for-install-usb-joystick-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine Yesterday&#8217;s Date in a unix environment using ksh and date()</title>
		<link>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/</link>
		<comments>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 21:00:12 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[KSH]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/index.php/2008/04/01/get-yesterdays-date-with-unix-date/</guid>
		<description><![CDATA[Unix and KSH to find yesterday&#8217;s date

Mastering Unix Shell Scripting: Bash, Bourne, and Korn Shell Scripting for Programmers, System Administrators, and UNIX Gurus, 2nd Edition


Wicked Cool Shell Scripts: 101 Scripts for Linux, Mac Osx, and Unix Systems

I did a bunch of searching and found a lot of places online to do timestamp conversions, and perl [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Logitech Dual Action USB Gamepad install with Ubuntu 7.10</title>
		<link>http://www.toastboy.com/main/logitech-dual-action-ubuntu-710/</link>
		<comments>http://www.toastboy.com/main/logitech-dual-action-ubuntu-710/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 22:59:57 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gamepad]]></category>
		<category><![CDATA[install usb]]></category>
		<category><![CDATA[joystick]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[ubuntu logitech]]></category>
		<category><![CDATA[usb gamepad]]></category>
		<category><![CDATA[usb joystick]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=13</guid>
		<description><![CDATA[HOWTO: Installing Logitech Dual action USB gamepad under ubuntu.

Here is what I did to install it and get it working with GSNESX.
Run update to make sure everything is current.


sudo apt-get update


Install the joystick package.


sudo apt-get install joystick


Install the joystick calibrator


sudo apt-get install jscalibrator



Change the permissions so that I can use it.


sudo chmod 666 /dev/input/js0


Haven&#8217;t quite [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/logitech-dual-action-ubuntu-710/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
