<?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>Misterdom's World &#187; Linux</title>
	<atom:link href="http://www.guinard.org/~misterdom/category/loogbook/linux-loogbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guinard.org/~misterdom</link>
	<description>My Computing Logbook</description>
	<lastBuildDate>Fri, 25 Jun 2010 14:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manually Add a Jar to a Maven Repository</title>
		<link>http://www.guinard.org/~misterdom/2010/06/21/manually-add-a-jar-to-a-maven-repository/</link>
		<comments>http://www.guinard.org/~misterdom/2010/06/21/manually-add-a-jar-to-a-maven-repository/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:42:15 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=148</guid>
		<description><![CDATA[Use this command to manually add a Jar to a Maven Repository
mvn install:install-file -DgroupId=javax.comm -DartifactId=comm -Dversion=3.0 -Dpackaging=jar -Dfile=/home/misterdom/Documents/3_Software_Projects/WebPlogg/commapi/comm.jar
]]></description>
			<content:encoded><![CDATA[<p>Use this command to manually add a Jar to a Maven Repository<br />
<code>mvn install:install-file -DgroupId=javax.comm -DartifactId=comm -Dversion=3.0 -Dpackaging=jar -Dfile=/home/misterdom/Documents/3_Software_Projects/WebPlogg/commapi/comm.jar</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2010/06/21/manually-add-a-jar-to-a-maven-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing a Service from Init.d in Linux</title>
		<link>http://www.guinard.org/~misterdom/2010/05/29/removing-a-service-from-init-d-in-linux/</link>
		<comments>http://www.guinard.org/~misterdom/2010/05/29/removing-a-service-from-init-d-in-linux/#comments</comments>
		<pubDate>Sat, 29 May 2010 12:53:31 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=140</guid>
		<description><![CDATA[Use this command:
sudo update-rc.d -f SERVICE_NAME remove
where SERVICE_NAME is the name of the service to remove, e.g. vsftpd.
More info on the topic: http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/
]]></description>
			<content:encoded><![CDATA[<p>Use this command:</p>
<blockquote><p><code>sudo update-rc.d -f SERVICE_NAME remove</code></p></blockquote>
<p>where <code>SERVICE_NAME</code> is the name of the service to remove, e.g. vsftpd.</p>
<p>More info on the topic: <a href="http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/">http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2010/05/29/removing-a-service-from-init-d-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the Default Java Vendor (or Version) in Ubuntu</title>
		<link>http://www.guinard.org/~misterdom/2010/04/20/changing-the-default-java-vendor-or-version-in-ubuntu/</link>
		<comments>http://www.guinard.org/~misterdom/2010/04/20/changing-the-default-java-vendor-or-version-in-ubuntu/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 08:34:13 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=135</guid>
		<description><![CDATA[Run sudo update-java-alternatives -l to see the current configuration and possibilities.
Run sudo update-java-alternatives -s XXXX to set the XXX java version as default.
For Sun Java 6 this would be sudo update-java-alternatives -s java-6-sun
Run java -version to ensure that the correct version is being called. 
Source: https://help.ubuntu.com/community/Java
]]></description>
			<content:encoded><![CDATA[<p><code>Run sudo update-java-alternatives -l to see the current configuration and possibilities.</code></p>
<p><code>Run sudo update-java-alternatives -s XXXX to set the XXX java version as default.<br />
For Sun Java 6 this would be sudo update-java-alternatives -s java-6-sun</code></p>
<p>Run <code>java -version</code> to ensure that the correct version is being called. </p>
<p>Source: <a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2010/04/20/changing-the-default-java-vendor-or-version-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete all the SVN Folders in a Directory</title>
		<link>http://www.guinard.org/~misterdom/2009/10/08/delete-all-the-svn-folders/</link>
		<comments>http://www.guinard.org/~misterdom/2009/10/08/delete-all-the-svn-folders/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 16:38:06 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Dev Logbook]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=116</guid>
		<description><![CDATA[find . -name ".svn" -exec rm -rf {} \;
]]></description>
			<content:encoded><![CDATA[<blockquote><p><code>find . -name ".svn" -exec rm -rf {} \;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2009/10/08/delete-all-the-svn-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto SVN Clean your Folders</title>
		<link>http://www.guinard.org/~misterdom/2009/08/12/howto-svn-clean-your-folders/</link>
		<comments>http://www.guinard.org/~misterdom/2009/08/12/howto-svn-clean-your-folders/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:32:27 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/2009/08/12/howto-svn-clean-your-folders/</guid>
		<description><![CDATA[This command is useful when you want to clean a directory tree from all the .svn folders it might contain:
find . -name ".svn" -exec rm -rf {} \;
Basically it &#8220;finds&#8221; all the .svn folders and excutes rm -rf on each of these.
]]></description>
			<content:encoded><![CDATA[<p>This command is useful when you want to clean a directory tree from all the .svn folders it might contain:</p>
<blockquote><p><code>find . -name ".svn" -exec rm -rf {} \;</code></p></blockquote>
<p>Basically it &#8220;finds&#8221; all the .svn folders and excutes rm -rf on each of these.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2009/08/12/howto-svn-clean-your-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN (RapidSVN) from Behind a Proxy on Ubuntu</title>
		<link>http://www.guinard.org/~misterdom/2009/01/19/svn-rapidsvn-from-behind-a-proxy-on-ubuntu/</link>
		<comments>http://www.guinard.org/~misterdom/2009/01/19/svn-rapidsvn-from-behind-a-proxy-on-ubuntu/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 10:31:05 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=68</guid>
		<description><![CDATA[Today I was trying to access our SVN server from behind a proxy. I configured my Ubuntu general proxy settings but actually that still did not work for the SVN client. After a bit of web-browsing I figured out that the SVN client has its own proxy setting: go to:~/.subversion and edit the server file. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to access our SVN server from behind a proxy. I configured my Ubuntu general proxy settings but actually that still did not work for the SVN client. After a bit of web-browsing I figured out that the SVN client has its own proxy setting: go to:<code>~/.subversion</code> and edit the <code>server</code> file. Uncomment and edit these lines:</p>
<blockquote><p><code><br />
[global]<br />
http-proxy-host = YOURPROXY<br />
http-proxy-port = YOURPROXYPORT<br />
</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2009/01/19/svn-rapidsvn-from-behind-a-proxy-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Paralist on Ubuntu</title>
		<link>http://www.guinard.org/~misterdom/2009/01/08/install-paralist-on-ubuntu/</link>
		<comments>http://www.guinard.org/~misterdom/2009/01/08/install-paralist-on-ubuntu/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 14:59:13 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Dev Logbook]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=63</guid>
		<description><![CDATA[To get the Paralist latex package on Ubuntu run that:
sudo apt-get install texlive-latex-extra
]]></description>
			<content:encoded><![CDATA[<p>To get the Paralist latex package on Ubuntu run that:<br />
<code>sudo apt-get install texlive-latex-extra</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2009/01/08/install-paralist-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Metric (TFM) not found&#8221; Error With the IEEE Transaction Latex Style on Linux Ubuntu</title>
		<link>http://www.guinard.org/~misterdom/2008/12/30/metric-tfm-not-found-error-with-the-ieee-transaction-latex-style-on-linux-ubuntu/</link>
		<comments>http://www.guinard.org/~misterdom/2008/12/30/metric-tfm-not-found-error-with-the-ieee-transaction-latex-style-on-linux-ubuntu/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 11:53:24 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Dev Logbook]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[IEEE]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=59</guid>
		<description><![CDATA[I kept getting that error:
Metric (TFM) not found
when trying to compile latex documents based on the IEEE Transaction Style.
I eventually found out that my Ubuntu was missing an important font package, namely the &#8220;texlive-fonts-recommended&#8221; package, this solved it:
sudo apt-get install texlive-fonts-recommended
]]></description>
			<content:encoded><![CDATA[<p>I kept getting that error:</p>
<blockquote><p><code>Metric (TFM) not found</code></p></blockquote>
<p>when trying to compile latex documents based on the IEEE Transaction Style.</p>
<p>I eventually found out that my Ubuntu was missing an important font package, namely the &#8220;texlive-fonts-recommended&#8221; package, this solved it:</p>
<blockquote><p><code>sudo apt-get install texlive-fonts-recommended</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2008/12/30/metric-tfm-not-found-error-with-the-ieee-transaction-latex-style-on-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
