<?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>I&#039;ve Been Linuxed</title>
	<atom:link href="http://linuxed.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxed.com</link>
	<description>Technology Review and Commentary</description>
	<lastBuildDate>Sat, 04 Dec 2010 19:03:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Automating Games With Jitbit Macro Recorder</title>
		<link>http://linuxed.com/automating-games-with-jitbit-macro-recorder/</link>
		<comments>http://linuxed.com/automating-games-with-jitbit-macro-recorder/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 19:03:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[mouse recorder]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[jitbit]]></category>
		<category><![CDATA[macro recorder]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=35</guid>
		<description><![CDATA[The Macro Recorder from Jitbit is awesome]]></description>
		<wfw:commentRss>http://linuxed.com/automating-games-with-jitbit-macro-recorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to Scripting in Ruby</title>
		<link>http://linuxed.com/an-introduction-to-scripting-in-ruby/</link>
		<comments>http://linuxed.com/an-introduction-to-scripting-in-ruby/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 23:42:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=26</guid>
		<description><![CDATA[Just for fun, here's a ruby version of the code;  It doesn't have all of the frills of the others but performs roughly the same function.  I don't have time to make it pretty.]]></description>
		<wfw:commentRss>http://linuxed.com/an-introduction-to-scripting-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Example Script</title>
		<link>http://linuxed.com/python-example-script/</link>
		<comments>http://linuxed.com/python-example-script/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 22:39:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=24</guid>
		<description><![CDATA[I probably haven't used all the keywords I should to help people find code snippets that might be helpful to them.  Let's try this: python check for redirection, pipe, sorting dictionaries based on values.]]></description>
		<wfw:commentRss>http://linuxed.com/python-example-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Generation, Recording and Replaying Mouse Clicks</title>
		<link>http://linuxed.com/code-generation-recording-and-replaying-mouse-clicks/</link>
		<comments>http://linuxed.com/code-generation-recording-and-replaying-mouse-clicks/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 22:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[applescript]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=22</guid>
		<description><![CDATA[There are programs out there that already do stuff like this, but none that allow you to extend the functionality of them as easily as this one does.  I'll probably modify this at some point in the future to capture key strokes as well.  Why you ask?  Because, applescript is sadistic and I'm a masochist.]]></description>
		<wfw:commentRss>http://linuxed.com/code-generation-recording-and-replaying-mouse-clicks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating Flash With Applescript and Dictionaries</title>
		<link>http://linuxed.com/automating-flash-with-applescript-and-dictionaries/</link>
		<comments>http://linuxed.com/automating-flash-with-applescript-and-dictionaries/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 22:32:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[applescript]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=20</guid>
		<description><![CDATA[First let's discuss the game.  Essentially, you type in words and the letters from the words you type are used to destroy mechanical spiders that will destroy you if you don't destroy them first.  The game is slightly more complex than that, play it yourself if you'd like to see the mechanics in greater detail. ]]></description>
		<wfw:commentRss>http://linuxed.com/automating-flash-with-applescript-and-dictionaries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH, Perl, and Writing Small Utilities</title>
		<link>http://linuxed.com/bash-perl-and-writing-small-utilities/</link>
		<comments>http://linuxed.com/bash-perl-and-writing-small-utilities/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 19:28:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=18</guid>
		<description><![CDATA[As you can see, it took the perl script 34 seconds to process the ~2 million line, 455MB, file and it took the bash script more than 4 times as long.

Okay, on to other interesting things. The perl script has some portions that are comment worthy, let's go over those now.]]></description>
		<wfw:commentRss>http://linuxed.com/bash-perl-and-writing-small-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send E-mail Using Telnet</title>
		<link>http://linuxed.com/send-e-mail-using-telnet/</link>
		<comments>http://linuxed.com/send-e-mail-using-telnet/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 17:24:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=15</guid>
		<description><![CDATA[You run the script as follows, passing four arguments to the command line - domain to send the mail to, recipient address, sender address, and a data string.]]></description>
		<wfw:commentRss>http://linuxed.com/send-e-mail-using-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning, Knowing, and Doing</title>
		<link>http://linuxed.com/learning-knowing-and-doing/</link>
		<comments>http://linuxed.com/learning-knowing-and-doing/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 23:16:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[biography]]></category>
		<category><![CDATA[history]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=12</guid>
		<description><![CDATA[When I was first learning the art of Systems Administration there were choices to be made.  What  languages, operating systems, and applications should I learn?  I decided to tackle everything.]]></description>
		<wfw:commentRss>http://linuxed.com/learning-knowing-and-doing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Linux</title>
		<link>http://linuxed.com/howto-linux/</link>
		<comments>http://linuxed.com/howto-linux/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 01:13:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[biography]]></category>
		<category><![CDATA[history]]></category>

		<guid isPermaLink="false">http://linuxed.com/?p=10</guid>
		<description><![CDATA[I’ve owned the domain name linuxed.com since 5 days into 1999.  At the time of purchase I was 21 years old and only a year into my career working with Linux.   I picked up the domain planning to use it as my personal Linux soapbox.  My career and family life came first and Linuxed.com was never hosted.  Recently I’ve found [...]]]></description>
		<wfw:commentRss>http://linuxed.com/howto-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

