<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Hanretty &#187; linux</title>
	<atom:link href="http://chrishanretty.co.uk/blog/index.php/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrishanretty.co.uk/blog</link>
	<description>Notes on Italian politics and public broadcasting</description>
	<lastBuildDate>Mon, 28 Jun 2010 13:58:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Karmic Koala</title>
		<link>http://chrishanretty.co.uk/blog/index.php/2009/11/10/karmic-koala/</link>
		<comments>http://chrishanretty.co.uk/blog/index.php/2009/11/10/karmic-koala/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 13:32:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://chrishanretty.co.uk/blog/?p=519</guid>
		<description><![CDATA[I&#8217;m not too happy about my upgrade to Karmic Koala. That&#8217;s due both to my own stupidity (not backing up as fully as I should have done), and to a number of minor niggles.
For example: whilst wireless worked perfectly, my ethernet didn&#8217;t autoconnect. I fixed it by following the steps at Craig Mayhew&#8217;s blog, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not too happy about my upgrade to Karmic Koala. That&#8217;s due both to my own stupidity (not backing up as fully as I should have done), and to a number of minor niggles.</p>
<p>For example: whilst wireless worked perfectly, my ethernet didn&#8217;t autoconnect. I fixed it by following the steps at <a href="http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/">Craig Mayhew&#8217;s blog</a>, but that shouldn&#8217;t be necessary: this was a fresh install after all.</p>
<p>Also, there&#8217;s a <strong>hardware beep</strong> when I shut down. No kidding.</p>
<p>On the plus side, everything is very smooth, perhaps also due to the fact that I&#8217;m now running 64 bit. Just don&#8217;t ask about Flash and/or Java just yet.</p>
<p>Now I just need to wait until <a href="http://www.tug.org/">TeXLive 2009</a> hits the mirrors and I&#8217;ll be ready to start work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishanretty.co.uk/blog/index.php/2009/11/10/karmic-koala/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mapping EUI network drives on Linux</title>
		<link>http://chrishanretty.co.uk/blog/index.php/2009/05/23/mapping-eui-network-drives-on-linux/</link>
		<comments>http://chrishanretty.co.uk/blog/index.php/2009/05/23/mapping-eui-network-drives-on-linux/#comments</comments>
		<pubDate>Sat, 23 May 2009 14:42:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[eui]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://chrishanretty.co.uk/blog/index.php/2009/05/23/mapping-eui-network-drives-on-linux/</guid>
		<description><![CDATA[[Of parochial interest only]
I&#8217;m using the EUI&#8217;s Citrix farm for some high-demand computing. Instead of emailing the data files back and forth, I finally mapped my G: drive. Here&#8217;s how I did it:

sudo apt-get install smbfs
sudo mkdir /media/euishare
sudo mount -t cifs //RESSRV1/username$ /media/euishare -o username=username,password=******,iocharset=utf8,file_mode=0777,dir_mode=0777

Replace username with your username, and the asterisks with your own [...]]]></description>
			<content:encoded><![CDATA[<p>[Of parochial interest only]</p>
<p>I&#8217;m using the EUI&#8217;s Citrix farm for some high-demand computing. Instead of emailing the data files back and forth, I finally mapped my G: drive. Here&#8217;s how I did it:</p>
<ol>
<li>sudo apt-get install smbfs</li>
<li>sudo mkdir /media/euishare</li>
<li>sudo mount -t cifs //RESSRV1/<em>username</em>$ /media/euishare -o username=<em>username</em>,password=******,iocharset=utf8,file_mode=0777,dir_mode=0777</li>
</ol>
<p>Replace <em>username</em> with your username, and the asterisks with your own password. If you&#8217;re not a SPS, HEC or Law researcher, RESSRVC1 is not your server: check <a href="http://www.eui.eu/CS/DocumentDetail.jsp?ID=285">this list for your server</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishanretty.co.uk/blog/index.php/2009/05/23/mapping-eui-network-drives-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
