<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Open-Moments</title>
	<link>http://open-moments.com</link>
	<description>Another Linux, Programming and OpenSource site</description>
	<lastBuildDate>Mon, 28 Jun 2010 17:35:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Installing Software</title>
		<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>
		<link>http://open-moments.com/2010/06/28/installing-software/</link>
			</item>
	<item>
		<title>Uninstalling Software</title>
		<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>
		<link>http://open-moments.com/2010/06/28/uninstalling-software/</link>
			</item>
	<item>
		<title>Configure PAN to use SSL</title>
		<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>
		<link>http://open-moments.com/2010/06/28/configure-pan-to-use-ssl/</link>
			</item>
	<item>
		<title>Largest Directory</title>
		<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>
		<link>http://open-moments.com/2010/06/28/largest-directory/</link>
			</item>
</channel>
</rss>
