<?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>chronx</title>
	<atom:link href="http://chronx.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://chronx.info</link>
	<description>code and stuff</description>
	<lastBuildDate>Sat, 24 Apr 2010 22:50:10 +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>Edubuntu &amp; Flash 10.1 = Videos on SproutOnline</title>
		<link>http://chronx.info/2010/04/19/sproutonline_videos_working_on_edubuntu/</link>
		<comments>http://chronx.info/2010/04/19/sproutonline_videos_working_on_edubuntu/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 08:26:30 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=449</guid>
		<description><![CDATA[Last week I installed Edubuntu for Keenan on his own computer. His favorite site is sproutonline.com. Once up and running I noticed that none of the flash videos worked; games yes... videos no deal. So the search was on. I found several posts by frustrated users in the same situation and tried a few things [...]]]></description>
		<wfw:commentRss>http://chronx.info/2010/04/19/sproutonline_videos_working_on_edubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medibuntu sources for Lucid Lynx</title>
		<link>http://chronx.info/2010/04/19/medibuntu-sources-for-lucid-lynx/</link>
		<comments>http://chronx.info/2010/04/19/medibuntu-sources-for-lucid-lynx/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 08:24:21 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=450</guid>
		<description><![CDATA[The normal repo for medibuntu for Lucid Lynx is not responding. Here is the fix. 1) open a terminal 2) open up the medibuntu sources list sudo gedit /etc/apt/sources.list.d/medibuntu.list 3) now add new sources deb http://mirrors.ucr.ac.cr/medibuntu/ lucid free non-free deb-src http://mirrors.ucr.ac.cr/medibuntu/ lucid free non-free deb http://mirror.oscc.org.my/medibuntu/ lucid free non-free deb-src http://mirror.oscc.org.my/medibuntu/ lucid free non-free deb [...]]]></description>
		<wfw:commentRss>http://chronx.info/2010/04/19/medibuntu-sources-for-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>stupid nano</title>
		<link>http://chronx.info/2010/02/25/stupid-nano/</link>
		<comments>http://chronx.info/2010/02/25/stupid-nano/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:04:20 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=383</guid>
		<description><![CDATA[This will allow you to change the default editor of you system. Works for most if not all debian derivatives. SVN commits were really annoying until I switched over to VI. $ sudo update-alternatives --config editor]]></description>
		<wfw:commentRss>http://chronx.info/2010/02/25/stupid-nano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>locating broken symbolic links</title>
		<link>http://chronx.info/2010/02/25/locating-broken-symbolic-links/</link>
		<comments>http://chronx.info/2010/02/25/locating-broken-symbolic-links/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:15:23 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[symlinks]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=377</guid>
		<description><![CDATA[Want to find broken/dead/dangling symbolic links on your system. There are a lot ways to do this but one of the simplest is to use a package called "symlinks". $ sudo apt-get install symlinks $ symlinks -r $&#40;pwd&#41; once installed you will get output like the following: messy: FAKE_PATH/Konfabulator -&#62; Konfabulator-Partner-9.10-week3-5.2.6-1-inflated/ dangling: FAKE_PATH/Konfabulator-5.3-1-191083-1250636017/Konfabulator -&#62; /mtd_down/nfs/devices/partner/Konfabulator [...]]]></description>
		<wfw:commentRss>http://chronx.info/2010/02/25/locating-broken-symbolic-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>file enumeration by readable timestamp</title>
		<link>http://chronx.info/2010/02/25/file-enumeration-by-readable-timestamp/</link>
		<comments>http://chronx.info/2010/02/25/file-enumeration-by-readable-timestamp/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:55:52 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[enumeration]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=375</guid>
		<description><![CDATA[This little bash command let's us order files sequentially based on their actual time while being human readable using. This uses the full year and 24 hour time format. FORMAT: FILE.date +%Y-%m-%d_%H-%M-%S OUTPUT: FILE.2010-02-25_11-50-32]]></description>
		<wfw:commentRss>http://chronx.info/2010/02/25/file-enumeration-by-readable-timestamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playlist.com + YQL + PHP = true XSPF</title>
		<link>http://chronx.info/2010/02/22/playlist-com-yql-php-true-xspf/</link>
		<comments>http://chronx.info/2010/02/22/playlist-com-yql-php-true-xspf/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 23:50:29 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=357</guid>
		<description><![CDATA[The second round of this moves most of the labor off of the PHP side and onto YQL. YQL now handles the normalization of the XSPF. I still need PHP to make sure the node structure is correct though since YQL provides XML with a root node of "query" not "playlist". The original PHP file [...]]]></description>
		<wfw:commentRss>http://chronx.info/2010/02/22/playlist-com-yql-php-true-xspf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Want XSPF playlists from playlist.com ?</title>
		<link>http://chronx.info/2010/01/04/xspf-playlists-from-playlist-dot-com/</link>
		<comments>http://chronx.info/2010/01/04/xspf-playlists-from-playlist-dot-com/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:39:39 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Yahoo Media Player]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[playlist.com]]></category>
		<category><![CDATA[xspf]]></category>
		<category><![CDATA[ymp]]></category>

		<guid isPermaLink="false">http://chronx.info/?p=327</guid>
		<description><![CDATA[Recently I found that I could not use the playlists I had created on playlist.com in my media player. The quick and short of this is that they are not providing a standardized XSPF format in their RSS feed. All I really had to do was determine how to decrypt their hash which was pretty [...]]]></description>
		<wfw:commentRss>http://chronx.info/2010/01/04/xspf-playlists-from-playlist-dot-com/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>After switching to a mac at wo&#8230;</title>
		<link>http://chronx.info/2009/04/27/after-switching-to-a-mac-at-wo/</link>
		<comments>http://chronx.info/2009/04/27/after-switching-to-a-mac-at-wo/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 21:03:19 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://chronx.info/2009/04/27/after-switching-to-a-mac-at-wo/</guid>
		<description><![CDATA[After switching to a mac at work, what's up with proprietary key mapping... seriously]]></description>
		<wfw:commentRss>http://chronx.info/2009/04/27/after-switching-to-a-mac-at-wo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looks like GV Mobile may get a&#8230;</title>
		<link>http://chronx.info/2009/04/24/looks-like-gv-mobile-may-get-a/</link>
		<comments>http://chronx.info/2009/04/24/looks-like-gv-mobile-may-get-a/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:33:52 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chronx.info/2009/04/24/looks-like-gv-mobile-may-get-a/</guid>
		<description><![CDATA[Looks like GV Mobile may get approved this weekend, according to my sources.]]></description>
		<wfw:commentRss>http://chronx.info/2009/04/24/looks-like-gv-mobile-may-get-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally out of jail :) well my&#8230;</title>
		<link>http://chronx.info/2009/04/21/finally-out-of-jail-well-my/</link>
		<comments>http://chronx.info/2009/04/21/finally-out-of-jail-well-my/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 08:20:47 +0000</pubDate>
		<dc:creator>oxchronxo</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://chronx.info/2009/04/21/finally-out-of-jail-well-my/</guid>
		<description><![CDATA[Finally out of jail well my iPhone is anyway. Report to follow on the "nothing works like the instructions" approach that I took.]]></description>
		<wfw:commentRss>http://chronx.info/2009/04/21/finally-out-of-jail-well-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
