<?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>Deadpan Sincerity &#187; linux</title>
	<atom:link href="http://blog.deadpansincerity.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deadpansincerity.com</link>
	<description>a weblog by david miller</description>
	<lastBuildDate>Fri, 09 Dec 2011 12:03:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get the latest Chrome nightly on your Linux desktop every day</title>
		<link>http://blog.deadpansincerity.com/2011/02/get-the-latest-chrome-nightly-on-your-linux-desktop-every-day/</link>
		<comments>http://blog.deadpansincerity.com/2011/02/get-the-latest-chrome-nightly-on-your-linux-desktop-every-day/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 21:04:01 +0000</pubDate>
		<dc:creator>david miller</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[the internet]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nightly]]></category>

		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=404</guid>
		<description><![CDATA[Quick bash script to pull the latest chrome nightly to your very own desktop! 1 2 3 4 5 6 7 8 9 #!/bin/bash LATEST=&#34;http://build.chromium.org/f/chromium/snapshots/Linux/&#34;`curl http://build.chromium.org/f/chromium/snapshots/Linux/LATEST`&#34;/chrome-linux.zip&#34; wget $LATEST unzip chrome-linux.zip rm chrome-linux.zip if &#91; -x ~/builds/chrome-linux/ &#93;; then rm -rf ~/builds/chrome-linux/ fi mv chrome-linux ~/builds/ You&#8217;ll need to make the directory it&#8217;s going to download [...]]]></description>
			<content:encoded><![CDATA[<p>Quick bash script to pull the latest chrome nightly to your very own desktop!</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #007800;">LATEST</span>=<span style="color: #ff0000;">&quot;http://build.chromium.org/f/chromium/snapshots/Linux/&quot;</span><span style="color: #000000; font-weight: bold;">`</span>curl http:<span style="color: #000000; font-weight: bold;">//</span>build.chromium.org<span style="color: #000000; font-weight: bold;">/</span>f<span style="color: #000000; font-weight: bold;">/</span>chromium<span style="color: #000000; font-weight: bold;">/</span>snapshots<span style="color: #000000; font-weight: bold;">/</span>Linux<span style="color: #000000; font-weight: bold;">/</span>LATEST<span style="color: #000000; font-weight: bold;">`</span><span style="color: #ff0000;">&quot;/chrome-linux.zip&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #007800;">$LATEST</span>
<span style="color: #c20cb9; font-weight: bold;">unzip</span> chrome-linux.zip
<span style="color: #c20cb9; font-weight: bold;">rm</span> chrome-linux.zip
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-x</span> ~<span style="color: #000000; font-weight: bold;">/</span>builds<span style="color: #000000; font-weight: bold;">/</span>chrome-linux<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> ~<span style="color: #000000; font-weight: bold;">/</span>builds<span style="color: #000000; font-weight: bold;">/</span>chrome-linux<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #c20cb9; font-weight: bold;">mv</span> chrome-linux ~<span style="color: #000000; font-weight: bold;">/</span>builds<span style="color: #000000; font-weight: bold;">/</span></pre></td></tr></table></div>

<p>You&#8217;ll need to make the directory it&#8217;s going to download to.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">mkdir</span> ~<span style="color: #000000; font-weight: bold;">/</span>builds</pre></div></div>

<p>Then add as a cron job to run every night &#038;&#038; daily updates will come down the pipes!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deadpansincerity.com/2011/02/get-the-latest-chrome-nightly-on-your-linux-desktop-every-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto: Enable Last.fm integration for Listen Music Player in Xubuntu/Xfce</title>
		<link>http://blog.deadpansincerity.com/2008/12/howto-enable-lastfm-integration-for-listen-music-player-in-xubuntuxfce/</link>
		<comments>http://blog.deadpansincerity.com/2008/12/howto-enable-lastfm-integration-for-listen-music-player-in-xubuntuxfce/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 15:53:11 +0000</pubDate>
		<dc:creator>david miller</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Listen]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scrobble]]></category>
		<category><![CDATA[xfce]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://blog.deadpansincerity.com/?p=191</guid>
		<description><![CDATA[Notice: This is a technical post. If you don&#8217;t have this problem, you probably want to skip this one. I have just started using the Listen music player, which is a very nice lightweight little python program that comes shipped with xubuntu. As of the time of writing the version included in the xubuntu-desktop package [...]]]></description>
			<content:encoded><![CDATA[<p>Notice: This is a technical post. If you don&#8217;t have this problem, you probably want to skip this one.</p>
<p>I have just started using the <a href="http://www.listen-project.org/">Listen</a> music player, which is a very nice lightweight little <a href="http://www.python.org">python</a> program that comes shipped with <a href="http://www.xubuntu.org">xubuntu</a>. As of the time of writing the version included in the xubuntu-desktop package has not been updated so that it integrates with <a href="http://www.last.fm">last.fm</a> properly. </p>
<p>The following fixes the problem, and will happily allow you to broadcast your terrible taste to the rest of the world without sitting you down &#038; asking why you really want to do so. </p>
<p><code><small><br />
wget http://www.listen-project.org/raw-attachment/ticket/826/audioscrobbler_manager.py</p>
<p>sudo cp audioscrobbler_manager.py /usr/lib/listen/</p>
<p>rm audioscrobbler_manager.py<br />
</small></code></p>
<p>You can see this in action on <a href="http://www.last.fm/user/thatdavidmiller">my last.fm profile</a> should you have the inclination.</p>
<p>Love regards etc</p>
<p>Notice: The next post will almost certainly be of a less niche nature. Look forward to it. Or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deadpansincerity.com/2008/12/howto-enable-lastfm-integration-for-listen-music-player-in-xubuntuxfce/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>

