<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>AJ Online</title>
	<atom:link href="http://antonyjepson.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://antonyjepson.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 02 Nov 2009 16:31:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='antonyjepson.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/934cc1e0d3b791cd6c1e08b7ec4bf557?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>AJ Online</title>
		<link>http://antonyjepson.wordpress.com</link>
	</image>
			<item>
		<title>Printing to a remote printer</title>
		<link>http://antonyjepson.wordpress.com/2009/11/02/printing-to-a-remote-printer/</link>
		<comments>http://antonyjepson.wordpress.com/2009/11/02/printing-to-a-remote-printer/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:31:34 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/?p=373</guid>
		<description><![CDATA[Every now and then I&#8217;ll enter the computer lab only to find that all the computers are being used &#8211; this usually happens when I urgently need to print something before I miss the bus.
Thankfully, the system admins have allowed me the wonders of ssh access. So, printing is relatively simple:
Copy the file to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=373&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Every now and then I&#8217;ll enter the computer lab only to find that all the computers are being used &#8211; this usually happens when I urgently need to print something before I miss the bus.</p>
<p>Thankfully, the system admins have allowed me the wonders of ssh access. So, printing is relatively simple:</p>
<p>Copy the file to be printed to the server.</p>
<p>scp filename.pdf username@server:.</p>
<p>List all available printers.<br />
lpstat -a</p>
<p>Send your document to the printer.<br />
lpr -Pprinter filename.pdf</p>
<p>Optionally, to save paper, you may print multiple pdf pages on one sheet.<br />
The process is simple: convert the pdf to ps (postscript), use the psnup utility to increase the number of pages placed on each sheet, then convert the pdf to ps.</p>
<p>pdf2ps filename.pdf<br />
psnup -n2 filename.ps (or 2up filename.ps to get two pages per sheet)<br />
ps2pdf filename.ps</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/373/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=373&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/11/02/printing-to-a-remote-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>KDE DPI Issue</title>
		<link>http://antonyjepson.wordpress.com/2009/09/10/kde-dpi-issue/</link>
		<comments>http://antonyjepson.wordpress.com/2009/09/10/kde-dpi-issue/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:13:16 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dpi]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/?p=369</guid>
		<description><![CDATA[Simple fix:
in /usr/share/config/kdm/kdmrc
Add the &#8220;-dpi &#8221; argument to ServerArgsLocal in [X-:*-Core].
Not sure what this does to dual monitor setups.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=369&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Simple fix:</p>
<p>in /usr/share/config/kdm/kdmrc</p>
<p>Add the &#8220;-dpi &#8221; argument to ServerArgsLocal in [X-:*-Core].</p>
<p>Not sure what this does to dual monitor setups.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/369/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=369&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/09/10/kde-dpi-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>Sony NWZ-E438F + Video</title>
		<link>http://antonyjepson.wordpress.com/2009/08/22/sony-nwz-e438f-video/</link>
		<comments>http://antonyjepson.wordpress.com/2009/08/22/sony-nwz-e438f-video/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 16:16:58 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sony nwz-e438f walkman handbrake video]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/2009/08/22/sony-nwz-e438f-video/</guid>
		<description><![CDATA[I recently purchases a Song Walkman which has great video capabilities &#8211; provided you know how to encode the video.
It&#8217;s not very hard, simply chuck the video into handbrake and let it churn out a Sony Walkman compatible video:
handbrake -i $input_name -o $output_name.mp4 -f mp4 -e ffmpeg -E faac -w 320 -l 240 -b 500
If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=365&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I recently purchases a Song Walkman which has great video capabilities &#8211; provided you know how to encode the video.</p>
<p>It&#8217;s not very hard, simply chuck the video into handbrake and let it churn out a Sony Walkman compatible video:<br />
<code>handbrake -i $input_name -o $output_name.mp4 -f mp4 -e ffmpeg -E faac -w 320 -l 240 -b 500</code></p>
<p>If you don&#8217;t have this program, use the following options in any video converter program:<br />
width: 320px<br />
height: 240px<br />
audio encoder: faac<br />
video encoder: ffmpeg<br />
output format: mp4<br />
video bitrate: 500 kb/s</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/365/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=365&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/08/22/sony-nwz-e438f-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>Movies for August 2009</title>
		<link>http://antonyjepson.wordpress.com/2009/08/11/movies-for-august-2009/</link>
		<comments>http://antonyjepson.wordpress.com/2009/08/11/movies-for-august-2009/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:56:25 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[august 2009 movies]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/?p=361</guid>
		<description><![CDATA[
District 9
      I like the science fiction premisis but I don&#8217;t like what the trailers hint at: it&#8217;s gonna be a long movie (&#62; 2h).
Time Traveler&#8217;s Wife
      I think it&#8217;s time to give in and watch a sci-fi(ish) romance for a change.
The Final Destination
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=361&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul>
<li>District 9</li>
<p>      I like the science fiction premisis but I don&#8217;t like what the trailers hint at: it&#8217;s gonna be a long movie (&gt; 2h).</p>
<li>Time Traveler&#8217;s Wife</li>
<p>      I think it&#8217;s time to give in and watch a sci-fi(ish) romance for a change.</p>
<li>The Final Destination</li>
<p>      Final Destination™ movies have always been fun to watch (if not a bit cliche+silly).</p>
<li>Inglourius Basterds</li>
<p>      No particular reason apart from that it looks like a good action flick (with good acting [hopefully]).</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/361/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/361/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=361&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/08/11/movies-for-august-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>Readline</title>
		<link>http://antonyjepson.wordpress.com/2009/07/26/readline/</link>
		<comments>http://antonyjepson.wordpress.com/2009/07/26/readline/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 19:14:08 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/?p=356</guid>
		<description><![CDATA[Just a quick post but the readline library keybindings are very interesting -
you just don&#8217;t need the home&#124;end keys anymore.  For the uninformed, here&#8217;s the
excerpt I&#8217;m talking about (man readline):
Emacs Mode
 Emacs Standard bindings
 &#8220;C-@&#8221;  set-mark
 &#8220;C-A&#8221;  beginning-of-line
 &#8220;C-B&#8221;  backward-char
 &#8220;C-D&#8221;  delete-char
 &#8220;C-E&#8221;  end-of-line
 &#8220;C-F&#8221;  forward-char
 &#8220;C-G&#8221;  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=356&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just a quick post but the readline library keybindings are very interesting -<br />
you just don&#8217;t need the home|end keys anymore.  For the uninformed, here&#8217;s the<br />
excerpt I&#8217;m talking about (man readline):</p>
<p>Emacs Mode<br />
 Emacs Standard bindings</p>
<p> &#8220;C-@&#8221;  set-mark<br />
 &#8220;C-A&#8221;  beginning-of-line<br />
 &#8220;C-B&#8221;  backward-char<br />
 &#8220;C-D&#8221;  delete-char<br />
 &#8220;C-E&#8221;  end-of-line<br />
 &#8220;C-F&#8221;  forward-char<br />
 &#8220;C-G&#8221;  abort<br />
 &#8220;C-H&#8221;  backward-delete-char<br />
 &#8220;C-I&#8221;  complete<br />
 &#8220;C-J&#8221;  accept-line<br />
 &#8220;C-K&#8221;  kill-line<br />
 &#8220;C-L&#8221;  clear-screen<br />
 &#8220;C-M&#8221;  accept-line<br />
 &#8220;C-N&#8221;  next-history<br />
 &#8220;C-P&#8221;  previous-history<br />
 &#8220;C-Q&#8221;  quoted-insert<br />
 &#8220;C-R&#8221;  reverse-search-history<br />
 &#8220;C-S&#8221;  forward-search-history<br />
 &#8220;C-T&#8221;  transpose-chars<br />
 &#8220;C-U&#8221;  unix-line-discard<br />
 &#8220;C-V&#8221;  quoted-insert<br />
 &#8220;C-W&#8221;  unix-word-rubout<br />
 &#8220;C-Y&#8221;  yank<br />
 &#8220;C-]&#8221;  character-search<br />
 &#8220;C-_&#8221;  undo<br />
 &#8221; &#8221; to &#8220;/&#8221;  self-insert<br />
 &#8220;0&#8243;  to &#8220;9&#8243;  self-insert<br />
 &#8220;:&#8221;  to &#8220;~&#8221;  self-insert<br />
 &#8220;C-?&#8221;  backward-delete-char</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=356&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/07/26/readline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Windows XP in VirtualBox</title>
		<link>http://antonyjepson.wordpress.com/2009/07/18/installing-windows-xp-in-virtualbox/</link>
		<comments>http://antonyjepson.wordpress.com/2009/07/18/installing-windows-xp-in-virtualbox/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 12:20:19 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/?p=347</guid>
		<description><![CDATA[Not too difficult, here are a few tips to make sure that your experience is flawless.
When configuring the virtual machine, make sure that you

enable APIC and ACPI in Settings &#8211;&#62; System.
create a fixed sized harddisk to improve disk I/O speeds.

After installing Windows XP, make sure that you

download the driver for the Intel Pro 1000 network [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=347&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Not too difficult, here are a few tips to make sure that your experience is flawless.</p>
<h3>When configuring the virtual machine, make sure that you</h3>
<ul>
<li>enable APIC and ACPI in Settings &#8211;&gt; System.</li>
<li>create a fixed sized harddisk to improve disk I/O speeds.</li>
</ul>
<h3>After installing Windows XP, make sure that you</h3>
<ul>
<li>download the driver for the Intel Pro 1000 network adapater and change the default adapter from PCNet to Intel Pro 1000 in Settings &#8211;&gt; Network. For me, this improved network access speed and reduced DNS lookup delays.</li>
<li>install VirtualBox Guest Editions which enables seamless mouse integration and experimental Direct3D support by mounting the Guest Editions ISO.</li>
<li>if, in the event that Windows Update fails to work, register the Wups2.dll as outlined in the Microsoft Knowledge Base &lt;http://support.microsoft.com/kb/943144&gt;</li>
</ul>
<p>I extend my thanks to the VirtualBox team for making this so effortless.  By the way, anything between 5G &#8211; 10G is a good size for your virtual harddisc.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=347&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/07/18/installing-windows-xp-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>Looking Good&#8230;Minimally</title>
		<link>http://antonyjepson.wordpress.com/2009/07/16/looking-good-minimally/</link>
		<comments>http://antonyjepson.wordpress.com/2009/07/16/looking-good-minimally/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 04:28:06 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/?p=338</guid>
		<description><![CDATA[Even though my virtual workspace is pretty minimal: dwm+urxvt+screen+irssi+firefox, that doesn&#8217;t mean that it can&#8217;t look good. Here&#8217;s what I&#8217;ve done to make my setup visually appealing without adding bloat.
- Change default cursor [http://antonyjepson.wordpress.com/2008/07/07/changing-the-default-x-cursor/]
- Change default icon theme (I choose Tango).
- Change system font (by editing gtkrc-2.0):

#include &#8220;/usr/share/themes/Dust/gtk-2.0/gtkrc&#8221;
gtk-icon-theme-name = &#8220;Tango&#8221;
gtk-font-name = &#8220;Sans Serif 12&#8243;
style &#8220;user-font&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=338&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Even though my virtual workspace is pretty minimal: dwm+urxvt+screen+irssi+firefox, that doesn&#8217;t mean that it can&#8217;t look good. Here&#8217;s what I&#8217;ve done to make my setup visually appealing without adding bloat.</p>
<p>- Change default cursor [http://antonyjepson.wordpress.com/2008/07/07/changing-the-default-x-cursor/]<br />
- Change default icon theme (I choose Tango).<br />
- Change system font (by editing gtkrc-2.0):</p>
<blockquote><p>
#include &#8220;/usr/share/themes/Dust/gtk-2.0/gtkrc&#8221;<br />
gtk-icon-theme-name = &#8220;Tango&#8221;<br />
gtk-font-name = &#8220;Sans Serif 12&#8243;</p>
<p>style &#8220;user-font&#8221; {<br />
    font-name = &#8220;Sans Serif 12&#8243;<br />
}</p></blockquote>
<p>Change the background (plenty of sites to choose from)<br />
Add a compositing manager (lightweight xcompmgr+transset or heavy-weight compiz fusion). Of course, I choose xcompmgr.<br />
Change Firefox theme (I choose Dustfox to match my Ubuntu dust gtk theme).<br />
Finally, change terminal defaults (I added a bit of pseudo transparency).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=338&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/07/16/looking-good-minimally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>FreeBSD and Arch Linux</title>
		<link>http://antonyjepson.wordpress.com/2009/07/03/freebsd-and-arch-linux/</link>
		<comments>http://antonyjepson.wordpress.com/2009/07/03/freebsd-and-arch-linux/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 03:40:52 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/2009/07/03/freebsd-and-arch-linux/</guid>
		<description><![CDATA[I&#8217;m still looking for a good distribution for my new desktop and I&#8217;m becoming increasingly attracted to FreeBSD.  I like the ports system and how integrated it is. I think I will like the community so I&#8217;m going to keep my eye on the forums, mailing lists, and IRC for a bit.
   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=335&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m still looking for a good distribution for my new desktop and I&#8217;m becoming increasingly attracted to FreeBSD.  I like the ports system and how integrated it is. I think I will like the community so I&#8217;m going to keep my eye on the forums, mailing lists, and IRC for a bit.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=335&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/07/03/freebsd-and-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>Using your Gmail contacts in Mutt</title>
		<link>http://antonyjepson.wordpress.com/2009/06/27/using-your-gmail-contacts-in-mutt/</link>
		<comments>http://antonyjepson.wordpress.com/2009/06/27/using-your-gmail-contacts-in-mutt/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 00:51:56 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[abook]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mutt]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/2009/06/27/using-your-gmail-contacts-in-mutt/</guid>
		<description><![CDATA[I really enjoy using Mutt as my email client.  However, sometimes I have to log
into my Gmail account to view my contacts.  Tired of this, I exported my Gmail
contacts and imported them into abook.
Now I can view my Gmail contacts in Mutt.
Here&#8217;s how I did it:
(Sorry, no cut and paste instructions.)
* Export your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=332&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I really enjoy using Mutt as my email client.  However, sometimes I have to log<br />
into my Gmail account to view my contacts.  Tired of this, I exported my Gmail<br />
contacts and imported them into abook.</p>
<p>Now I can view my Gmail contacts in Mutt.</p>
<p>Here&#8217;s how I did it:</p>
<p>(Sorry, no cut and paste instructions.)</p>
<p>* Export your Gmail contacts in the vcard format</p>
<p>* Download the abook source and patch it with the vcard diff (available on the abook website). NOTE: you can also use the vcard2abook.pl script available in the contrib/ dir in the source.</p>
<p>* Import your contacts by invoking abook with the following options: &#8216;&#8211;convert &#8211;informat vcard &#8211;infile INPUT.vcf &#8211;outformat abook &#8211;outfile ~/.abook/addressbook&#8217;</p>
<p>* Configure your abook (see `man abookrc`). abook has sane defaults so your config file can be very minimal:</p>
<p>set www_command=elinks<br />
set add_email_prevent_duplicates=true</p>
<p>* Next, configure mutt to interact with abook.  I added the following lines to my muttrc<br />
set query_command=&#8221;abook &#8211;mutt-query &#8216;%s&#8217;&#8221;<br />
macro index,pager A &#8220;abook &#8211;add-email-query&#8221; &#8220;add the sender to the address book&#8221; </p>
<p>That&#8217;s all <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Press A while in Mutt to add a contact and Q to query the address book.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=332&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/06/27/using-your-gmail-contacts-in-mutt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
		<item>
		<title>Recent Microsoft Developments</title>
		<link>http://antonyjepson.wordpress.com/2009/06/27/recent-microsoft-developments/</link>
		<comments>http://antonyjepson.wordpress.com/2009/06/27/recent-microsoft-developments/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 15:34:20 +0000</pubDate>
		<dc:creator>antonyjepson</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[security essentials]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://antonyjepson.wordpress.com/2009/06/27/recent-microsoft-developments/</guid>
		<description><![CDATA[Microsoft has been hard at working preparing for the Windows 7 RTM release in October.
Their latest build of Windows 7 is Build 7232. This build was quickly leaked to torrent sites as a VHD (Virtual Hard Disk), just like the previous iterations: build 7201, 7227, 7229, and 7231.
Another important development is the &#8216;Microsoft Security Essentials [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=331&subd=antonyjepson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Microsoft has been hard at working preparing for the Windows 7 RTM release in October.</p>
<p>Their latest build of Windows 7 is Build 7232. This build was quickly leaked to torrent sites as a VHD (Virtual Hard Disk), just like the previous iterations: build 7201, 7227, 7229, and 7231.</p>
<p>Another important development is the &#8216;Microsoft Security Essentials Public Beta.&#8217;  Although the beta period is over the reception was generally positive and it is something you can look forward to in the near future (~ late 2009).</p>
<p>I look forward to the RTM release of Windows 7 as well as the next beta of Microsoft Security Essentials.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/antonyjepson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/antonyjepson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/antonyjepson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/antonyjepson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/antonyjepson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/antonyjepson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/antonyjepson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/antonyjepson.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/antonyjepson.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/antonyjepson.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=antonyjepson.wordpress.com&blog=4064674&post=331&subd=antonyjepson&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://antonyjepson.wordpress.com/2009/06/27/recent-microsoft-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68789eb7987d156c1b3a38c03627dab1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">antonyjepson</media:title>
		</media:content>
	</item>
	</channel>
</rss>