<?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; software</title>
	<atom:link href="http://chrishanretty.co.uk/blog/index.php/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrishanretty.co.uk/blog</link>
	<description>Notes on Italian politics and public broadcasting</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:15:14 +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>My Linux set-up after a fresh install</title>
		<link>http://chrishanretty.co.uk/blog/index.php/2008/11/03/my-linux-set-up-after-a-fresh-install/</link>
		<comments>http://chrishanretty.co.uk/blog/index.php/2008/11/03/my-linux-set-up-after-a-fresh-install/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 13:23:46 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://chrishanretty.co.uk/blog/index.php/2008/11/03/my-linux-set-up-after-a-fresh-install/</guid>
		<description><![CDATA[Recently I had to do a fresh install of Ubuntu. I thought it might be useful to note down the packages that I installed afterwards, both as an aide-memoire for myself and for the curiosity of others &#8211; perhaps even those political scientists who use some kind of Linux/LaTeX combination.
All of these packages can be [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had to do a fresh install of Ubuntu. I thought it might be useful to note down the packages that I installed afterwards, both as an aide-memoire for myself and for the curiosity of others &#8211; perhaps even those political scientists who use some kind of Linux/LaTeX combination.</p>
<p>All of these packages can be easily installed in Ubuntu using the Synaptic package manager or in the terminal with sudo apt-get install &lt;package-name&gt;.</p>
<p>First, I installed <a href="http://www.r-project.org/">R</a> (package name: <code>r-base</code>, <code>r-recommended</code>) and a number of R packages that I find useful in my statistics work: two from <a href="http://gking.harvard.edu/">Gary King</a> (<code>r-cran-gking-matchit, r-cran-zelig</code>), one from <a href="http://socserv.mcmaster.ca/jfox/">John Fox</a> (<code>r-cran-car</code>), one from Simon Jackman (<code>r-cran-pscl</code>), and two miscellaneous (<code>r-cran-coda, r-cran-rcolorbrewer</code>). <code>R-cran-rcolorbrewer</code> provides nice colour palettes which are designed to minimize confusion and problems with colour blindness.</p>
<p>Second, I installed <a href="http://www.lyx.org/">LyX,</a> which is a user-friendly front-end for LaTeX. LyX is set up so that it installs a LaTeX distribution automagically. I also  installed a number of extras for LaTeX which I&#8217;ve found useful: <code>texlive-latex-extra, texlive-humanities, and texlive-generic-extra</code>. In order to get RTF export working, I installed latex2rtf.</p>
<p>Third, since I need some bibliographic software, I installed <code>pybliographer</code>. Nuff said.</p>
<p>Fourth, because I do occasionally watch Youtube, and need other flash and Java cruft, I installed <code>ubuntu-restricted-extras</code>, which provides all the non-free software that Canonical is squeamish about distributing `in the box&#8217;.</p>
<p>Finally, because I occasionally do some Perl programming (largely screen-scraping) and because I wanted to play with <a href="http://plagger.org/trac">Plagger</a>, I installed a bunch of perl modules. I prefer installing the Perl modules from the ubuntu repositories instead of using `<code>perl -MCPAN -e shell</code>&#8216; because with some packages (<code>libxml-libxml-perl</code>, afair) the <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=130376">dependencies are a little bit flaky for Debian-like builds</a> such as Ubuntu. So, I installed<br />
<code><br />
libcrypt-ssleay-perl<br />
libxml-rss-perl (and all dependencies)<br />
libxml-feed-perl (and all dependencies)<br />
libyaml-perl<br />
libconfig-yaml-perl<br />
libxml-libxml-perl (and all dependencies)<br />
libxml-perl<br />
libwww-mechanize-perl (and 2 dependencies)</code></p>
<p>Now I&#8217;m just struggling with</p>
<ol>
<li>getting Google Talk to work in Pidgin behind my university&#8217;s network (it worked before, I swear!)</li>
<li>getting wireless working with my university wireless network <strong>[UPDATE: solved!]</strong></li>
<li>getting network printing working with my university&#8217;s SAMBA printers <strong>[UPDATE: solved!]</strong></li>
<li>getting VPN set up so I can access my university network&#8217;s resources [needed to  sudo apt-get install network-manager-vpnc, choose weak encryption in network-manager, and insert the special group password]</li>
</ol>
<p>Do you begin to see the common thread?</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishanretty.co.uk/blog/index.php/2008/11/03/my-linux-set-up-after-a-fresh-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

