<?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>Chris Carey &#187; Uncategorized</title>
	<atom:link href="http://chriscarey.com/wordpress/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscarey.com/wordpress</link>
	<description>Software Developer, Salt Lake City</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cydia crashing on launch. How to fix</title>
		<link>http://chriscarey.com/wordpress/2010/07/22/cydia-crashing-on-launch-how-to-fix/</link>
		<comments>http://chriscarey.com/wordpress/2010/07/22/cydia-crashing-on-launch-how-to-fix/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 20:38:59 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=547</guid>
		<description><![CDATA[Delete all files except &#8216;partial&#8217; in /root/private/var/lib/apt/lists Delete all files in /private/var/lib/dpkg/updates]]></description>
			<content:encoded><![CDATA[<p>Delete all files except &#8216;partial&#8217; in /root/private/var/lib/apt/lists<br />
Delete all files in /private/var/lib/dpkg/updates</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/07/22/cydia-crashing-on-launch-how-to-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>passfail.pl &#8211; Prevent password entry in IRSSI</title>
		<link>http://chriscarey.com/wordpress/2010/06/07/passfail-pl-prevent-password-entry-in-irssi/</link>
		<comments>http://chriscarey.com/wordpress/2010/06/07/passfail-pl-prevent-password-entry-in-irssi/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 03:46:51 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=536</guid>
		<description><![CDATA[Here is a little irssi script that will help prevent you entering your passwords into IRSSI Click here to download the script: passfail.pl Instructions are inside the file and below: # passfail.pl - Help prevent you entering your passwords into IRC by mistake # # Copyright (C) 2010 Christopher Carey # http://chriscarey.com # # How [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a little irssi script that will help prevent you entering your passwords into IRSSI</p>
<p>Click here to download the script: <a href="http://chriscarey.com/software/passfail/passfail.pl">passfail.pl</a></p>
<p>Instructions are inside the file and below:</p>
<pre class="brush: perl;">
# passfail.pl - Help prevent you entering your passwords into IRC by mistake
#
# Copyright (C) 2010 Christopher Carey
# http://chriscarey.com
#
# How to use:
#
# Stick the script passfail.pl into your .irssi/scripts/ directory. Symlink it into the autorun directory so it will
# run every time the application starts.
#
# First enable hash outputs with the following command:
#
# /set passfail_showhashes ON
#
# Now you can go to your (status) window and type any password.
# The password hash will be output to the (status) window. Copy it. Repeat for all of your passwords.
# (Make sure you are not in a regular IRC channel when doing this!!)
#
# Now you can disable hash outputs with the following command:
#
# /set passfail_showhashes OFF
#
# Password hashes are entered as a comma seperated list. Below are two samples,
# one sample with a single password hash and a sample with three hashes.
# We store the hash and not the clear password for obvious security reasons.
#
# If you have just one password, you would configure it like this:
#
# /set passfail_hashes &quot;8211668c6e1452ad61ed4d49d8072e18&quot;
#
# If you have three passwords, the setting may look like this:
#
# /set passfail_hashes &quot;8211668c6e1452ad61ed4d49d8072e18,4a2701e0ea55e355296b6afd95a6c0ac,201a6ec9f938885df0a44f20458d2eb&quot;
#
# To make new changes to passfail_hashes live, reload the script:
#
# /script unload passfail.pl
# /script load passfail.pl
#
# Test on the (status) window!
</pre>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/06/07/passfail-pl-prevent-password-entry-in-irssi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless on Dell Mini 10v with Ubuntu 10.04 Netbook Remix</title>
		<link>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/</link>
		<comments>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/#comments</comments>
		<pubDate>Sat, 22 May 2010 03:37:47 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10V]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/</guid>
		<description><![CDATA[Here are the commands to get wireless working: #!/bin/bash sudo aptitude update sudo aptitude install bcmwl-kernel-source]]></description>
			<content:encoded><![CDATA[<p>Here are the commands to get wireless working:</p>
<pre class="brush: bash;">
#!/bin/bash
sudo aptitude update
sudo aptitude install bcmwl-kernel-source
</pre>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Slackers (2002)</title>
		<link>http://chriscarey.com/wordpress/2010/03/26/slackers-2002/</link>
		<comments>http://chriscarey.com/wordpress/2010/03/26/slackers-2002/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 06:02:38 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=529</guid>
		<description><![CDATA[My butt on the big screen in the feature film Slackers (2002)]]></description>
			<content:encoded><![CDATA[<p>My butt on the big screen in the feature film Slackers (2002)<br />
<a href="http://chriscarey.com/wordpress/wp-content/uploads/2010/03/slackers-butt.png"><img src="http://chriscarey.com/wordpress/wp-content/uploads/2010/03/slackers-butt.png" alt="" title="slackers-butt" width="900" height="476" class="alignleft size-full wp-image-530" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/03/26/slackers-2002/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SLCC Barbering and Cosmetology School</title>
		<link>http://chriscarey.com/wordpress/2010/03/13/slcc-barbering-and-cosmetology-school/</link>
		<comments>http://chriscarey.com/wordpress/2010/03/13/slcc-barbering-and-cosmetology-school/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 07:24:04 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=516</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/9XLshEBvYdw&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9XLshEBvYdw&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/03/13/slcc-barbering-and-cosmetology-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH KeepAlive</title>
		<link>http://chriscarey.com/wordpress/2009/06/03/ssh-keepalive/</link>
		<comments>http://chriscarey.com/wordpress/2009/06/03/ssh-keepalive/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 00:18:09 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=390</guid>
		<description><![CDATA[By default, your ssh daemon probably will kick you out after a period of no activity. I like to set the following in sshd_config: TCPKeepAlive yes ClientAliveInterval 60]]></description>
			<content:encoded><![CDATA[<p>By default, your ssh daemon probably will kick you out after a period of no activity. I like to set the following in sshd_config:</p>
<p>TCPKeepAlive yes<br />
ClientAliveInterval 60</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/06/03/ssh-keepalive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change your address online with the Utah DMV</title>
		<link>http://chriscarey.com/wordpress/2008/12/01/how-to-change-your-address-online-with-the-utah-dmv/</link>
		<comments>http://chriscarey.com/wordpress/2008/12/01/how-to-change-your-address-online-with-the-utah-dmv/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 02:59:38 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=316</guid>
		<description><![CDATA[For some reason, if you go to the Utah DMV website and click &#8220;Address Changes&#8221;, it sends you to this web page: http://dmv.utah.gov/contact.html However if you look on this page, there is no way to change your address ONLINE. A little googling turns up this other site where you can do it. A hell of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chriscarey.com/wordpress/wp-content/uploads/2008/12/utah.gif"><img src="http://chriscarey.com/wordpress/wp-content/uploads/2008/12/utah-280x300.gif" alt="" title="utah" width="280" height="300" class="alignnone size-medium wp-image-318" /></a></p>
<p>For some reason, if you go to the Utah DMV website and click &#8220;Address Changes&#8221;, it sends you to this web page: <a href="http://dmv.utah.gov/contact.html">http://dmv.utah.gov/contact.html</a> </p>
<p>However if you look on this page, there is no way to change your address ONLINE.</p>
<p>A little googling turns up this other site where you can do it. A hell of a lot more convenient than driving in to the DMV.</p>
<p><a href="https://secure.utah.gov/dlr/">https://secure.utah.gov/dlr/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2008/12/01/how-to-change-your-address-online-with-the-utah-dmv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk Voicemail for iPhone 0.13 Released</title>
		<link>http://chriscarey.com/wordpress/2008/09/25/asterisk-voicemail-for-iphone-013-released/</link>
		<comments>http://chriscarey.com/wordpress/2008/09/25/asterisk-voicemail-for-iphone-013-released/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 17:49:29 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=240</guid>
		<description><![CDATA[* Changed listen link to listen.php, removing the need for Apache Alias * Added g_debug_path. Debug path was hard coded which caused crash if not exist. http://chriscarey.com/projects/asterisk/iphone/]]></description>
			<content:encoded><![CDATA[<p>    * Changed listen link to listen.php, removing the need for Apache Alias<br />
    * Added g_debug_path. Debug path was hard coded which caused crash if not exist. </p>
<p><a href="http://chriscarey.com/projects/asterisk/iphone/">http://chriscarey.com/projects/asterisk/iphone/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2008/09/25/asterisk-voicemail-for-iphone-013-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry Pearl 8100 and IOGear GBU321 Bluetooth Adapter</title>
		<link>http://chriscarey.com/wordpress/2007/06/14/blackberry-pearl-8100-and-iogear-gbu321-bluetooth-adapter/</link>
		<comments>http://chriscarey.com/wordpress/2007/06/14/blackberry-pearl-8100-and-iogear-gbu321-bluetooth-adapter/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 02:30:09 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=4</guid>
		<description><![CDATA[I finally got the Blackberry Pearl to use my IOGear GBU321 Bluetooth Adapter. I had to remove the IOGear drivers, and trick Windows into thinking this device is certified so it would use Microsoft drivers. After that, a few setup steps and it was working! Link 1 Link2]]></description>
			<content:encoded><![CDATA[<p>I finally got the Blackberry Pearl to use my IOGear GBU321 Bluetooth Adapter. I had to remove the IOGear drivers, and trick Windows into thinking this device is certified so it would use Microsoft drivers. After that, a few setup steps and it was working!</p>
<p><a href="http://www.blackberryforums.com/bluetooth-connection/28166-how-use-native-bluetooth-drivers-most-bluetooth-adapters.html">Link 1</a></p>
<p><a href="http://www.blackberryforums.com/blackberry-guides/2019-user-howto-use-blackberry-modem-laptop.html">Link2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2007/06/14/blackberry-pearl-8100-and-iogear-gbu321-bluetooth-adapter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
