<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Open-Moments</title>
	<link>http://www.open-moments.com</link>
	<description>Linux, programming and other geeky stuff</description>
	<lastBuildDate>Thu, 04 Feb 2010 13:19:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Find the largest directories</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, pipe the output to head
du -S &#124;sort -n -r &#124;head -n10
]]></description>
		<link>http://www.open-moments.com/2010/02/04/find-the-largest-dir/</link>
			</item>
	<item>
		<title>pyNetwork Share</title>
		<description><![CDATA[More information coming, at the moment there&#8217;s a SourceForge page here: http://pynetworkshare.sourceforge.net/
]]></description>
		<link>http://www.open-moments.com/2010/01/22/pynetwork-share/</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 [...]]]></description>
		<link>http://www.open-moments.com/2010/01/20/uninstalling-software/</link>
			</item>
	<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 these [...]]]></description>
		<link>http://www.open-moments.com/2010/01/19/installing-software/</link>
			</item>
	<item>
		<title>vob2avi</title>
		<description><![CDATA[The script vob2avi will convert a number of VOB files into a single AVI file, called final.avi. To use it you will need mencoder installed (part of mplayer). All you need to do is copy the script, and save it as a file (vob2avi.sh) and then make it executable. If you save the file to [...]]]></description>
		<link>http://www.open-moments.com/2010/01/18/vob2avi/</link>
			</item>
	<item>
		<title>PAN and 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://www.open-moments.com/2010/01/18/pan-and-ssl/</link>
			</item>
</channel>
</rss>
