<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Story Worth Telling</title>
	<atom:link href="http://astoryworthtelling.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://astoryworthtelling.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 24 Jan 2012 18:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='astoryworthtelling.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Story Worth Telling</title>
		<link>http://astoryworthtelling.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://astoryworthtelling.wordpress.com/osd.xml" title="A Story Worth Telling" />
	<atom:link rel='hub' href='http://astoryworthtelling.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Making and applying patches</title>
		<link>http://astoryworthtelling.wordpress.com/2012/01/24/making-and-applying-patches/</link>
		<comments>http://astoryworthtelling.wordpress.com/2012/01/24/making-and-applying-patches/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 18:53:24 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=598</guid>
		<description><![CDATA[This is actually something quite simple, so simple in fact that there is not much documentation for it. Anyways, to make the patch: diff -urN file.orig file.modified &#62; file.patch then to turn a copy of file.orig into file.modified patch file.orig file.patch And then file.orig is updated to match file.modified.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=598&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is actually something quite simple, so simple in fact that there is not much documentation for it.  Anyways, to make the patch:</p>
<p>diff -urN file.orig file.modified &gt; file.patch</p>
<p>then to turn a copy of file.orig into file.modified</p>
<p>patch file.orig file.patch</p>
<p>And then file.orig is updated to match file.modified.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/598/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=598&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2012/01/24/making-and-applying-patches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>Grep for a tab Character</title>
		<link>http://astoryworthtelling.wordpress.com/2011/10/26/grep-for-a-tab-character/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/10/26/grep-for-a-tab-character/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 15:41:04 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=591</guid>
		<description><![CDATA[Need to grep for a tab in a file, but don&#8217;t know how to do it. Here&#8217;s one plan, say I wanted to grep for the number 1 followed by a tab&#8230; grep -E "1`echo -e '\t'`" file.txt So I&#8217;m actually using echo to print the tab special character into my grep string before the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=591&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Need to grep for a tab in a file, but don&#8217;t know how to do it.  Here&#8217;s one plan, say I wanted to grep for the number 1 followed by a tab&#8230;</p>
<p><code>grep -E "1`echo -e '\t'`" file.txt</code></p>
<p>So I&#8217;m actually using echo to print the tab special character into my grep string before the shell passes it on to grep.  If this makes sense to you it&#8217;s time to start worrying&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/591/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=591&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/10/26/grep-for-a-tab-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>Alphabetize XFCE desktop icons</title>
		<link>http://astoryworthtelling.wordpress.com/2011/10/19/584/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/10/19/584/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 04:53:42 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=584</guid>
		<description><![CDATA[A little script that alphabetizes desktop icons in xfce, folders before files, and hides files with a ~ at the end or a . at the beginning (hides hidden files). You can grab it here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=584&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A little script that alphabetizes desktop icons in xfce, folders before files, and hides files with a ~ at the end or a . at the beginning (hides hidden files). You can grab it <a href="http://www.columbia.edu/~jhb2147/my_alphabetize.pl" title="my alphabetize script">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=584&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/10/19/584/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>VLC d-bus documentation</title>
		<link>http://astoryworthtelling.wordpress.com/2011/10/19/vlc-d-bus-documentation/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/10/19/vlc-d-bus-documentation/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 04:50:14 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=581</guid>
		<description><![CDATA[Because I had to search far and wide, here are some vlc dbus methods, I can&#8217;t quite get all of them to work. / &#8211; identify the player /TrackList &#8211; get the tracklist GetMetadata : Gives all meta data available for element at given position in the &#8220;TrackList&#8221; GetCurrentTrack : Position of Current URI in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=581&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Because I had to search far and wide, here are some vlc dbus methods, I can&#8217;t quite get all of them to work.</p>
<p>/ &#8211; identify the player<br />
/TrackList &#8211; get the tracklist<br />
GetMetadata : Gives all meta data available for element at given position in the &#8220;TrackList&#8221;<br />
GetCurrentTrack : Position of Current URI in the &#8220;TrackList&#8221;<br />
GetLength : Number of elements in the &#8220;TrackList&#8221;<br />
AddTrack : Appends an URI in the &#8220;TrackList&#8221;, play it immediately if the 2nd argument is TRUE<br />
DelTrack : Removes an URI from the &#8220;TrackList&#8221;, given its position<br />
/Player &#8211; ?<br />
Next : Goes to the next element (what if we&#8217;re at the end?)<br />
Prev : Goes to the previous element (what if we&#8217;re at the beginning?)<br />
Pause : If playing : pause. If paused : unpause. If stopped : start playing<br />
Stop : Stop playing.<br />
Play : If playing : rewind to the beginning of current track, else : start playing.<br />
Quit : Makes the &#8220;Media Player&#8221; exit.<br />
GetStatus : Return the status of &#8220;Media Player&#8221;: 0 = Playing, 1 = Paused, 2 = Stopped.<br />
VolumeSet : Sets the volume (argument must be in [0;100])<br />
GetVolume : Returns the current volume (must be in [0;100])<br />
PositionSet : Sets the playing position (argument must be in [0;100])<br />
PositionGet : Returns the playing position (must be in [0;100])</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/581/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=581&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/10/19/vlc-d-bus-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>apt-fast with preview, autocompletion and installer script</title>
		<link>http://astoryworthtelling.wordpress.com/2011/10/18/apt-fast-with-preview-autocompletion-and-installer-script/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/10/18/apt-fast-with-preview-autocompletion-and-installer-script/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 21:28:14 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=579</guid>
		<description><![CDATA[There were a few things that were preventing me from adopting use of Matt Parnell&#8217;s apt-fast wrapper for apt-get. 1) no preview of action &#8211; i.e. when I install a package, it downloads all the files before it tells me what it would be doing, if it&#8217;s going to install packages I don&#8217;t want I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=579&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There were a few things that were preventing me from adopting use of Matt Parnell&#8217;s <a href="http://www.mattparnell.com/projects/apt-fast-and-axel-roughly-26x-faster-apt-get-installations-and-upgrades.html" title="apt-fast">apt-fast</a> wrapper for apt-get.<br />
1) no preview of action &#8211; i.e. when I install a package, it downloads all the files before it tells me what it would be doing, if it&#8217;s going to install packages I don&#8217;t want I don&#8217;t want to waste the time downloading the packages.<br />
2) no autocompletion &#8211; was the library libexifjpeg62-0-dev or libexifjpeg62.0-dev, now you don&#8217;t have to know<br />
3) there was no easy method of installing (not that that was much of an impediment), it was really the first two.</p>
<p>Anyways, I&#8217;ve made some modifications and now it supports all 3, that is preview of action before download, autocompletion of both action names and package names, and an installer script.  Everything tested on some variant of *buntu.  You can find the mods <a href="http://www.columbia.edu/~jhb2147/apt-fast_autocompletion.tar.gz">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/579/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=579&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/10/18/apt-fast-with-preview-autocompletion-and-installer-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>Video thumbnails in Thunar</title>
		<link>http://astoryworthtelling.wordpress.com/2011/10/15/video-thumbnails-in-thunar/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/10/15/video-thumbnails-in-thunar/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 22:18:36 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=576</guid>
		<description><![CDATA[The thunar-thumbnailer packages have been retired and replaced by tumbler, but tumbler is quite unhelpful unless you also grab the tumbler-plugins-extra package. Now I happily have thumbnails for almost every file type on my machine that makes sense to thumbnail.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=576&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The thunar-thumbnailer packages have been retired and replaced by tumbler, but tumbler is quite unhelpful unless you also grab the tumbler-plugins-extra package.  Now I happily have thumbnails for almost every file type on my machine that makes sense to thumbnail.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/576/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/576/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/576/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=576&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/10/15/video-thumbnails-in-thunar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>One Wallpaper/Background per desktop/workspace in Ubuntu with Icons</title>
		<link>http://astoryworthtelling.wordpress.com/2011/10/12/one-wallpaperbackground-per-desktopworkspace-in-ubuntu-with-icons/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/10/12/one-wallpaperbackground-per-desktopworkspace-in-ubuntu-with-icons/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:30:14 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=568</guid>
		<description><![CDATA[It seems the current best solution with respect to multiple wallpapers involves giving up desktop icons. I&#8217;ve written a rather hackish alternative, which instead gives up instantaneous transitions between one wallpaper and the next (they now take about half a second). The code is reproduced below, but I recommend grabbing the original here (which preserves [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=568&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It seems the current best solution with respect to multiple wallpapers involves giving up desktop icons. I&#8217;ve written a rather hackish alternative, which instead gives up instantaneous transitions between one wallpaper and the next (they now take about half a second). The code is reproduced below, but I recommend grabbing the original <a name="desktop_watcher" href="http://www.columbia.edu/~jhb2147/desktop_watcher.pl">here</a> (which preserves pretty indentation).</p>
<p><code>#!/usr/bin/perl<br />
# desktop_watcher.pl<br />
# written Joseph Bylund, 2011/10/12<br />
# this script watches for desktop changes, and when it finds one it changes the background. Currently this is a hackjob, but it<br />
# should work if you fix the paths and number the files you'd like to use as 1.jpg, 2.jpg, 3.jpg (for workspaces 1,2,3<br />
# respectively). You can even use xml files as per the cosmos background as your backgrounds, just rename to 1.xml,<br />
# 2.xml ... You'll also have to change the extension to xml from jpg.<br />
# also update the path_to_bg_files to where you're keeping your background files.</p>
<p>use strict;</p>
<p>use Time::HiRes qw( nanosleep );</p>
<p>my $extension = "jpg";</p>
<p>my $user = `whoami`;<br />
chomp($user);</p>
<p>my $path_to_bg_files = "/home/$user/Desktop/multi_wallpaper_test";</p>
<p>my $workspace_width = `wmctrl -d|head -n 1`;<br />
chomp($workspace_width);<br />
$workspace_width =~ s/.*WA: [^ ]* //;<br />
$workspace_width =~ s/x.*//;<br />
$workspace_width = int($workspace_width);<br />
print "width = $workspace_width\n";</p>
<p>my $window_manager = &amp;get_window_manager;<br />
print "using $window_manager\n";<br />
my $last_workspace = &amp;get_workspace($window_manager,$workspace_width);<br />
my $current_workspace = $last_workspace;</p>
<p>my $counter = 0;</p>
<p>while(1)<br />
{<br />
$current_workspace = &amp;get_workspace($window_manager,$workspace_width);<br />
if($current_workspace != $last_workspace)<br />
{<br />
$last_workspace = $current_workspace;<br />
system("gconftool --type string --set /desktop/gnome/background/picture_filename \"$path_to_bg_files/$current_workspace.${extension}\"");<br />
}<br />
nanosleep(int(0.5*10^9)); # increase sleep timer to reduce cpu usage, decrease to improve response time<br />
}</p>
<p>sub get_workspace<br />
{<br />
my $window_manager = shift;<br />
my $workspace_width = shift;<br />
my $current_workspace;<br />
if($window_manager eq "metacity")<br />
{<br />
$current_workspace = `wmctrl -d|grep \\*`;<br />
chomp($current_workspace);<br />
$current_workspace =~ s/.*Workspace//g;<br />
$current_workspace =~ s/\s*//g;<br />
$current_workspace;<br />
}<br />
else<br />
{<br />
my $current_vp = `wmctrl -d`;<br />
chomp($current_vp);<br />
$current_vp =~ s/.*VP: //;#cut off leading<br />
$current_vp =~ s/,.*//;#cut off trailing<br />
$current_workspace = $current_vp/$workspace_width + 1;<br />
}<br />
}</p>
<p>sub get_window_manager<br />
{<br />
my $lines = `wmctrl -d|wc -l`;<br />
chomp($lines);<br />
if($lines &gt; 1)<br />
{"metacity";}<br />
else<br />
{"compiz";}<br />
}<br />
</code> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/568/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=568&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/10/12/one-wallpaperbackground-per-desktopworkspace-in-ubuntu-with-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>Making Coreutils without SELinux</title>
		<link>http://astoryworthtelling.wordpress.com/2011/10/05/making-coreutils-without-selinux/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/10/05/making-coreutils-without-selinux/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 19:51:38 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=563</guid>
		<description><![CDATA[Because selinux is annoying, and not installed on all machines, and sometimes you want to use the same binaries on multiple machines sharing one fileserver for home directories, but not for library files required by selinux. ./configure --without-selinux --disable-acl Simple as that.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=563&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Because selinux is annoying, and not installed on all machines, and sometimes you want to use the same binaries on multiple machines sharing one fileserver for home directories, but not for library files required by selinux.<br />
<code>./configure --without-selinux --disable-acl</code><br />
Simple as that. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/563/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=563&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/10/05/making-coreutils-without-selinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>Printing to a hp 3600dn in ubuntu 11.04</title>
		<link>http://astoryworthtelling.wordpress.com/2011/10/04/printing-to-a-hp-3600dn-in-ubuntu-11-04/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/10/04/printing-to-a-hp-3600dn-in-ubuntu-11-04/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 19:06:52 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=558</guid>
		<description><![CDATA[I&#8217;ve always had a terrible time of printing to an hp3600 dn, either I would get pcl errors or weird colors, occasionally I&#8217;d even get the right number of pages printed but they&#8217;d all be blank. After a bit of hunting it seems I have found a solution. It&#8217;s a solution in multiple parts as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=558&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always had a terrible time of printing to an hp3600 dn, either I would get pcl errors or weird colors, occasionally I&#8217;d even get the right number of pages printed but they&#8217;d all be blank.  After a bit of hunting it seems I have found a solution.  It&#8217;s a solution in multiple parts as there are multiple bugs.  First, a few packages I recommend installing if you don&#8217;t have them already (formatted for command line so you can copy and paste):<br />
<code>sudo aptitude install libcups2-dev libcupsimage2-dev libdbus-1-dev libsane-dev libsnmp-dev libusb-dev python-dev python-qt4-dbus python-reportlab xsane</code></p>
<p>Then get the source to the libjpeg62 package, I according to this <a href="https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/777670" title="bug report">bug report</a> there is an error in the makefile, so I was expecting to have to remove that flag, but I didn&#8217;t see the flag at all, so I just didn&#8217;t worry about it:<br />
<code>apt-get source libjpeg62</code></p>
<p>Change to the directory you just got:<br />
<code>cd libjpeg6b-6b1/</code></p>
<p>Make the makefile with all the proper options, you may have to install additional packages here:<br />
<code>./configure</code></p>
<p>Actually make and install:<br />
<code>make<br />
sudo make install</code></p>
<p>You also should make sure that your user is in both the lp group and the lpadmin group.  </p>
<p>Then I&#8217;d recommend deleting any printer you may have.  Then start adding a printer, type in the ip address, the passthrough port is fine.  Select hp for the brand, and hp3600* for the model (i.e. &#8220;color laserjet 3600dn&#8221; or whatever&#8217;s appropriate for your model).  Finally in the program you&#8217;re actually printing from (in my case evince), make sure you haven&#8217;t altered the print quality setting (it will give a pcl error if you do, it should be set to normal). Double sided printing works, variable quality printing doesn&#8217;t, I also believe grayscale is on the no-go list.  Anyways, hope that helps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/558/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=558&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/10/04/printing-to-a-hp-3600dn-in-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
		<item>
		<title>Opening a Large Number of PDB&#8217;s a few at a Time</title>
		<link>http://astoryworthtelling.wordpress.com/2011/06/28/opening-a-large-number-of-pdbs-a-few-at-a-time/</link>
		<comments>http://astoryworthtelling.wordpress.com/2011/06/28/opening-a-large-number-of-pdbs-a-few-at-a-time/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 18:27:41 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://astoryworthtelling.wordpress.com/?p=554</guid>
		<description><![CDATA[I sometimes find it convenient to open a large number of pdb files for visualization a few at a time (to check alignment, bond orders&#8230;). And I had originally had a bit of trouble coming up with an easy way to do this. I imagine this is somewhat ubuntu/gnome specific, but I thought it might [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=554&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I sometimes find it convenient to open a large number of pdb files for visualization a few at a time (to check alignment, bond orders&#8230;).  And I had originally had a bit of trouble coming up with an easy way to do this.  I imagine this is somewhat ubuntu/gnome specific, but I thought it might be helpful to some folk:</p>
<p>ls *.pdb|xargs -n 10 gnome-terminal &#8211;disable-factory -x /opt/bin/vmd -nt -m</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/astoryworthtelling.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/astoryworthtelling.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/astoryworthtelling.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/astoryworthtelling.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/astoryworthtelling.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/astoryworthtelling.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/astoryworthtelling.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/astoryworthtelling.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/astoryworthtelling.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/astoryworthtelling.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/astoryworthtelling.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/astoryworthtelling.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/astoryworthtelling.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/astoryworthtelling.wordpress.com/554/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=astoryworthtelling.wordpress.com&amp;blog=8037710&amp;post=554&amp;subd=astoryworthtelling&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://astoryworthtelling.wordpress.com/2011/06/28/opening-a-large-number-of-pdbs-a-few-at-a-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/803ee4898cd9ef72ecb1bed23688cfa2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Joseph</media:title>
		</media:content>
	</item>
	</channel>
</rss>
