<?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>blog.webwesen.com &#187; ubuntu</title>
	<atom:link href="http://blog.webwesen.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webwesen.com</link>
	<description>tail -f /var/log/braindump &#62;&#62; blog.webwesen.com</description>
	<lastBuildDate>Sun, 13 Jun 2010 18:42:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TODO Items after a fresh Ubuntu install</title>
		<link>http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/</link>
		<comments>http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/#comments</comments>
		<pubDate>Sun, 09 May 2010 13:50:59 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=209</guid>
		<description><![CDATA[- upgrade Firefox and install an &#8220;add-on Collector&#8221; plugin &#8211; navigate to the list of my plugins and install the ones I still think are needed In terminal: $ sudo aptitude install htop iftop gnomedo gThumb tilda vlc nautilus-open-terminal aptoncd hardinfo &#8220;System&#8221; &#8211; &#8220;Administration&#8221; &#8211; &#8220;Software Sources&#8221; &#8211; tab &#8220;Other Software&#8221;, enable the ubuntu lucid [...]


Related posts:<ol><li><a href='http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Karmic'>How to install git on Ubuntu Karmic</a></li><li><a href='http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Lucid'>How to install git on Ubuntu Lucid</a></li><li><a href='http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/' rel='bookmark' title='Permanent Link: What is the defference between MTA and MDA (email)?'>What is the defference between MTA and MDA (email)?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>- upgrade Firefox and install an &#8220;add-on Collector&#8221; plugin<br />
&#8211; navigate to the list of my plugins and install the ones I still think are needed</p>
<p>In terminal:<br />
<code><br />
$ sudo aptitude install htop iftop gnomedo gThumb tilda vlc nautilus-open-terminal aptoncd hardinfo<br />
</code></p>
<p>&#8220;System&#8221; &#8211; &#8220;Administration&#8221; &#8211; &#8220;Software Sources&#8221; &#8211; tab &#8220;Other Software&#8221;,  enable the ubuntu lucid  partner repository (it&#8217;s not enabled by default).<br />
In Synaptic -&gt; mark&#8221;sun-java6-fonts&#8221; for install. this will automatically install jre, bin, etc.<br />
Install Jin chess client : http://sourceforge.net/projects/jin/files/</p>


<p>Related posts:<ol><li><a href='http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Karmic'>How to install git on Ubuntu Karmic</a></li><li><a href='http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Lucid'>How to install git on Ubuntu Lucid</a></li><li><a href='http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/' rel='bookmark' title='Permanent Link: What is the defference between MTA and MDA (email)?'>What is the defference between MTA and MDA (email)?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install git on Ubuntu Karmic</title>
		<link>http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/</link>
		<comments>http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 16:59:24 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[scm]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=178</guid>
		<description><![CDATA[git-1.6.6 is assumed (at the time of writing) pretty simple: $ sudo aptitude install build-essential $ sudo aptitude install zlib1g-dev $ mkdir ~/Downloads/git $ cd !$ $ wget http://kernel.org/pub/software/scm/git/git-1.6.6.tar.gz $ tar xvfz git-1.6.6.tar.gz $ cd git-1.6.6/ $ ./configure $ make $ sudo make install $ git upd: Ubuntu Lucid howto Related posts:How to install git [...]


Related posts:<ol><li><a href='http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Lucid'>How to install git on Ubuntu Lucid</a></li><li><a href='http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/' rel='bookmark' title='Permanent Link: TODO Items after a fresh Ubuntu install'>TODO Items after a fresh Ubuntu install</a></li><li><a href='http://blog.webwesen.com/2010/06/13/usb-devices-do-not-mount-in-lucid/' rel='bookmark' title='Permanent Link: USB devices do not mount in Lucid'>USB devices do not mount in Lucid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>git-1.6.6 is assumed (at the time of writing)<br />
pretty simple:<br />
<code><br />
$ sudo aptitude install build-essential<br />
$ sudo aptitude install zlib1g-dev<br />
$ mkdir ~/Downloads/git<br />
$ cd !$<br />
$ wget http://kernel.org/pub/software/scm/git/git-1.6.6.tar.gz<br />
$ tar xvfz git-1.6.6.tar.gz<br />
$ cd git-1.6.6/<br />
$ ./configure<br />
$ make<br />
$ sudo make install<br />
$ git<br />
</code></p>
<p>upd: <a href="http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/">Ubuntu Lucid howto</a></p>


<p>Related posts:<ol><li><a href='http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Lucid'>How to install git on Ubuntu Lucid</a></li><li><a href='http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/' rel='bookmark' title='Permanent Link: TODO Items after a fresh Ubuntu install'>TODO Items after a fresh Ubuntu install</a></li><li><a href='http://blog.webwesen.com/2010/06/13/usb-devices-do-not-mount-in-lucid/' rel='bookmark' title='Permanent Link: USB devices do not mount in Lucid'>USB devices do not mount in Lucid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
