<?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>Open-Moments &#187; Linux</title>
	<atom:link href="http://open-moments.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-moments.com</link>
	<description>Another Linux, Programming and OpenSource site</description>
	<lastBuildDate>Mon, 28 Jun 2010 17:35:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing Software</title>
		<link>http://open-moments.com/2010/06/28/installing-software/</link>
		<comments>http://open-moments.com/2010/06/28/installing-software/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 17:34:13 +0000</pubDate>
		<dc:creator>deathadder</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tar.bz]]></category>
		<category><![CDATA[tar.gz]]></category>

		<guid isPermaLink="false">http://open-moments.com/?p=24</guid>
		<description><![CDATA[There are a number of ways to install software within Linux using the command line, you can compile the source code yourself, or use a precompiled binary. Here I plan on explaining how to install software using the main methods, these are: Source code (tar.gz / tar.bz2) Debian Packages (debs) Red Hat Packages (rpms) However [...]]]></description>
		<wfw:commentRss>http://open-moments.com/2010/06/28/installing-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstalling Software</title>
		<link>http://open-moments.com/2010/06/28/uninstalling-software/</link>
		<comments>http://open-moments.com/2010/06/28/uninstalling-software/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 17:19:52 +0000</pubDate>
		<dc:creator>deathadder</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tar.bz]]></category>
		<category><![CDATA[tar.gz]]></category>
		<category><![CDATA[uninstall]]></category>

		<guid isPermaLink="false">http://open-moments.com/?p=16</guid>
		<description><![CDATA[Here I will explain the ways to uninstall software you installed via source code, Debian and Red Hat packages. To remove software you&#8217;ll need to run the commands below as the root user, if your not sure how to do that read my &#8220;Changing to the Administrator&#8221; section. Source code (tar.gz / tar.bz2) Debian Packages [...]]]></description>
		<wfw:commentRss>http://open-moments.com/2010/06/28/uninstalling-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure PAN to use SSL</title>
		<link>http://open-moments.com/2010/06/28/configure-pan-to-use-ssl/</link>
		<comments>http://open-moments.com/2010/06/28/configure-pan-to-use-ssl/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 17:01:22 +0000</pubDate>
		<dc:creator>deathadder</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-moments.com/?p=8</guid>
		<description><![CDATA[Pan, a GTK news reader does not support SSL connects itself, which means if you want to connect to a news server using SSL you will have to setup a SSL tunnel. To do this you will need to install stunnel, I&#8217;m going to assume you have already installed stunnel and wish to know how [...]]]></description>
		<wfw:commentRss>http://open-moments.com/2010/06/28/configure-pan-to-use-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Largest Directory</title>
		<link>http://open-moments.com/2010/06/28/largest-directory/</link>
		<comments>http://open-moments.com/2010/06/28/largest-directory/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:53:30 +0000</pubDate>
		<dc:creator>deathadder</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n' Tricks]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[largest]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://open-moments.com/?p=6</guid>
		<description><![CDATA[To find the largest directories in Linux you can use the command: du -S &#124;sort -n If you want to narrow it down to the largest ten then you just need to pipe the output to head: du -S &#124;sort -n -r &#124;head -n10]]></description>
		<wfw:commentRss>http://open-moments.com/2010/06/28/largest-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
