<?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>Crashinit6.com &#187; Ubuntu Linux (32bit)</title>
	<atom:link href="http://www.crashinit6.com/blog/archives/category/howtos/ubuntu-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crashinit6.com/blog</link>
	<description>HowTo&#039;s for Projects that I undertake for linux and windows</description>
	<lastBuildDate>Sun, 31 Jan 2010 14:47:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto: Set Time Manually on Linux</title>
		<link>http://www.crashinit6.com/blog/archives/45</link>
		<comments>http://www.crashinit6.com/blog/archives/45#comments</comments>
		<pubDate>Mon, 01 Sep 2008 20:48:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu Linux (32bit)]]></category>

		<guid isPermaLink="false">http://www.crashinit6.com/blog/?p=45</guid>
		<description><![CDATA[	
nn is a two digit month, between 01 to 12
dd is a two digit day, between 01 and 31, with the regular rules for days according to month and year applying
hh is two digit hour, using the 24-hour period so it is between 00 and 23
mm is two digit minute, between 00 and 59
yyyy is [...]]]></description>
		<wfw:commentRss>http://www.crashinit6.com/blog/archives/45/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch between different Java (JVM) in Ubuntu and Debian GNU Linux</title>
		<link>http://www.crashinit6.com/blog/archives/29</link>
		<comments>http://www.crashinit6.com/blog/archives/29#comments</comments>
		<pubDate>Mon, 01 Sep 2008 20:36:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu Linux (32bit)]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.crashinit6.com/blog/?p=29</guid>
		<description><![CDATA[Have you ever needed to install different versions of java on your machine but have no idea how to switch between them? Just follow the example below.


sudo update-alternatives &#8211;config java
A menu system will appear and all you have to do is choose the number of the java version you want to use. 

To view what [...]]]></description>
		<wfw:commentRss>http://www.crashinit6.com/blog/archives/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change or set your user&#8217;s home directory to something other than the default</title>
		<link>http://www.crashinit6.com/blog/archives/12</link>
		<comments>http://www.crashinit6.com/blog/archives/12#comments</comments>
		<pubDate>Thu, 01 May 2008 20:57:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Ubuntu Linux (32bit)]]></category>
		<category><![CDATA[home directory]]></category>

		<guid isPermaLink="false">http://www.crashinit6.com/blog/?p=12</guid>
		<description><![CDATA[Follow this howto to change the path of the users home directory to a different location.

You will need to edit the /etc/passwd file as root.
sudo nano /etc/passwd
You will find a line similar to the one below:
xxxx:x:1000:1000::/home/xxxx/:/bin/bash
which you can change to, for instance,
xxxx:x:1000:1000::/etc/johndoe/:/bin/bash
to change the user xxxx&#8217;s home directory to /etc/johndoe/.
]]></description>
		<wfw:commentRss>http://www.crashinit6.com/blog/archives/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Nessus on Ubuntu</title>
		<link>http://www.crashinit6.com/blog/archives/11</link>
		<comments>http://www.crashinit6.com/blog/archives/11#comments</comments>
		<pubDate>Thu, 01 May 2008 20:27:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto's]]></category>
		<category><![CDATA[Ubuntu Linux (32bit)]]></category>
		<category><![CDATA[Nessus]]></category>
		<category><![CDATA[nessusd]]></category>

		<guid isPermaLink="false">http://www.crashinit6.com/blog/?p=11</guid>
		<description><![CDATA[The NessusÂ® vulnerability scanner, is the world-leader in active scanners, featuring high speed discovery, configuration auditing, asset profiling, sensitive data discovery and vulnerability analysis of your security posture. Nessus scanners can be distributed throughout an entire enterprise, inside DMZs, and across physically separate nehe Nessus daemon.

We need to install Nessus client and the Nessus daemon:
sudo [...]]]></description>
		<wfw:commentRss>http://www.crashinit6.com/blog/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

