<?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>mainesysadmin.com &#187; linux</title>
	<atom:link href="http://mainesysadmin.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://mainesysadmin.com</link>
	<description>SysAdmin in Maine</description>
	<lastBuildDate>Wed, 06 Jan 2010 16:24:03 +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 &#8211; Secure GRUB bootloader for VMware ESX and Linux</title>
		<link>http://mainesysadmin.com/2009/01/22/howto-secure-grub-bootloader-for-vmware-esx-and-linux-in-general/</link>
		<comments>http://mainesysadmin.com/2009/01/22/howto-secure-grub-bootloader-for-vmware-esx-and-linux-in-general/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:22:01 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=172</guid>
		<description><![CDATA[Here are a couple of really good reasons on why you need to secure your server&#8217;s boot loader regardless if you&#8217;re using GRUB or LiLo.  In this article I am only going to cover how to configure GRUB.

Preventing Access to Single User Mode — If attackers can boot the system into single user mode, [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a couple of really good reasons on why you need to secure your server&#8217;s boot loader regardless if you&#8217;re using GRUB or LiLo.  In this article I am only going to cover how to configure GRUB.</p>
<ul>
<li><em>Preventing Access to Single User Mod</em>e — If attackers can boot the system into single user mode, they are logged in automatically as root without being prompted for the root password.</li>
<li><em>Preventing Access to the GRUB Console</em> — If the machine uses GRUB as its boot loader, an attacker can use the use the GRUB editor interface to change its configuration or to gather information using the cat command.</li>
</ul>
<div>Now lets go ahead and secure your server/workstation:</div>
<ul>
<li>ssh to your server host with root access</li>
<li>type: <em>grub</em> to enter the grub console</li>
<li>type: <em>md5crypt</em> to create a md5 encrypted password (document your password unencrypted and encrypted versions)</li>
<li>open your favorite editor or download the files via your favorite ftp app.  We need:  <em>menu.lst</em> and <em>grub.conf</em> they&#8217;re located here:  <em>/boot/grub</em></li>
<li>Add the below line to the top of menu.lst and grub.conf:<br />
<em> password &#8211;md5 &#8220;your_encrypted_password&#8221; </em></li>
<li>Now add &#8220;<em>lock</em>&#8221; below each titled o/s choice that you want to prevent from booting without a password.</li>
</ul>
<p>The method I described above will prevent modification of grub boot options AND only allow you to boot those items that were not password protected with the &#8220;lock&#8221; command.</p>
<p>I went ahead and manuallly modified menu.lst and grub.conf.</p>
<p>Here is an example of a sample file that you can use as a guide.  Replace &#8220;your_encrypted_password&#8221; with the md5 hash that you generated earlier with the md5crypt command.</p>
<p><a href="http://mainesysadmin.com/docs/sample.lst">grub.conf</a></p>
<p>I found the following sites useful while writing this article:</p>
<p><a href="http://ubuntuguide.org/wiki/Ubuntu:Edgy/Security" onclick="javascript:pageTracker._trackPageview ('/outbound/ubuntuguide.org');">http://ubuntuguide.org/wiki/Ubuntu:Edgy/Security</a></p>
<p><a href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/security-guide/s1-wstation-boot-sec.html#S2-WSTATION-BOOTLOADER" onclick="javascript:pageTracker._trackPageview ('/outbound/www.redhat.com');">http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/security-guide/s1-wstation-boot-sec.html#S2-WSTATION-BOOTLOADER</a></p>
<p><a href="http://www.linux.com/feature/53569" onclick="javascript:pageTracker._trackPageview ('/outbound/www.linux.com');">http://www.linux.com/feature/53569</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2009/01/22/howto-secure-grub-bootloader-for-vmware-esx-and-linux-in-general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; VMware ESX 3.5 and remote syslog configuration</title>
		<link>http://mainesysadmin.com/2008/12/17/howto-vmware-esx-35-and-remote-syslog-configuration/</link>
		<comments>http://mainesysadmin.com/2008/12/17/howto-vmware-esx-35-and-remote-syslog-configuration/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 20:16:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=168</guid>
		<description><![CDATA[
SSH over to the ESX server required.  You&#8217;ll need sudo or root access to complete the following.
To view the file:  cat /etc/syslog.conf
To modify the file:  vi /etc/syslog.conf (google for vi help if required, i = insert.  esc = exit insert mode)
Move to the bottom of the file and add the line in the next step [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>SSH over to the ESX server required.  You&#8217;ll need sudo or root access to complete the following.</li>
<li>To view the file:  <em>cat /etc/syslog.conf</em></li>
<li>To modify the file:  <em>vi /etc/syslog.conf</em> (google for vi help if required, i = insert.  esc = exit insert mode)</li>
<li>Move to the bottom of the file and add the line in the next step if you want ALL the logs to be sent over to your syslog server.</li>
<li>#syslog server setup<br />
*.*    @syslogsrv.mydomain</li>
<li>The first line in the above line is commented out by the # sign, the second line tells all the log files to be sent to &#8220;syslogsrv.mydomain&#8221;.  Use an ip address for the syslog server if you want this to work when your DNS server goes down.</li>
<li><em>service syslog restart </em>(restarts the syslog service)<em><br />
</em></li>
<li><em>esxcfg-firewall -o 514,udp,out,syslog </em>(opens the local firewall to allow remote syslogging)<em><br />
</em></li>
<li><em>esxcfg-firewall -l </em>(reloads the new firewall configuration)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/12/17/howto-vmware-esx-35-and-remote-syslog-configuration/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Disable the system beep from CLI in Ubuntu 8.10</title>
		<link>http://mainesysadmin.com/2008/11/25/howto-disable-the-system-beep-from-cli-in-ubuntu-810/</link>
		<comments>http://mainesysadmin.com/2008/11/25/howto-disable-the-system-beep-from-cli-in-ubuntu-810/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 20:03:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[cli]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=162</guid>
		<description><![CDATA[My previous posting is no longer valid.  Gnome has removed the tab for the sounds menu where you can use the gui to disable the system beep.  Here&#8217;s how you can disable this from the CLI.
sudo rmmod pcspkr
Done deal.  If you want your system beep back, well first off&#8230;curse you if I sit next to [...]]]></description>
			<content:encoded><![CDATA[<p>My previous posting is no longer valid.  Gnome has removed the tab for the sounds menu where you can use the gui to disable the system beep.  Here&#8217;s how you can disable this from the CLI.</p>
<p><em>sudo</em> <em><code>rmmod pcspkr</code></em></p>
<p>Done deal.  If you want your system beep back, well first off&#8230;curse you if I sit next to you.  Type in the following to enable it:</p>
<p><em><code>sudo modprobe pcspkr</code></em></p>
<p>got this from:  <a href="http://lifehacker.com/software/ubuntu/hack-attack-top-10-ubuntu-apps-and-tweaks-195437.php" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/lifehacker.com');">lifehacker</a> (per usual)</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/11/25/howto-disable-the-system-beep-from-cli-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Remove the U3 system from your thumb drive</title>
		<link>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/</link>
		<comments>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 20:02:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[geek news]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=143</guid>
		<description><![CDATA[I love lifehacker.com.  I always find usefull posts like this one below.
http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive
This is very useful for us Linux users.  It&#8217;s so annoying to plug a u3 drive into a linux o/s.  Anyhow download the utility and clean up your U3 enabled usb thumb drive here:  http://www.u3.com/uninstall/default.aspx
]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.lifehacker.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.lifehacker.com');">lifehacker.com</a>.  I always find usefull posts like this one below.</p>
<p><a href="http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/lifehacker.com');">http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive</a></p>
<p>This is very useful for us Linux users.  It&#8217;s so annoying to plug a u3 drive into a linux o/s.  Anyhow download the utility and clean up your U3 enabled usb thumb drive here:  <a href="http://www.u3.com/uninstall/default.aspx" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.u3.com');">http://www.u3.com/uninstall/default.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Install Subsonic on Ubuntu</title>
		<link>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/</link>
		<comments>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:00:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=107</guid>
		<description><![CDATA[There is so much great software available for ubuntu.  This weekend I ran into subsonic, an excellent music streaming website you can host from your own PC.  This can be used over LAN or WAN (be careful with security).
I followed the following url&#8217;s excellent instructions, but I&#8217;ll include them for future usage.
http://ubuntuforums.org/showthread.php?t=920178

URL: http://subsonic.sourceforge.net
Step1: [...]]]></description>
			<content:encoded><![CDATA[<p>There is so much great software available for ubuntu.  This weekend I ran into subsonic, an excellent music streaming website you can host from your own PC.  This can be used over LAN or WAN (be careful with security).</p>
<p>I followed the following url&#8217;s excellent instructions, but I&#8217;ll include them for future usage.<br />
<a href="http://ubuntuforums.org/showthread.php?t=920178" onclick="javascript:pageTracker._trackPageview ('/outbound/ubuntuforums.org');">http://ubuntuforums.org/showthread.php?t=920178</a></p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">URL: http://subsonic.sourceforge.net</p>
<p style="padding-left: 30px;">Step1: Dependencies</p>
<p style="padding-left: 30px;">sudo apt-get install tomcat5.5</p>
<p style="padding-left: 30px;">cd; wget http://prdownloads.sourceforge.net/subsonic/subsonic-3.4.zip</p>
<p style="padding-left: 30px;">Step2: Modify Init For Tomcat &amp; Start</p>
<p style="padding-left: 30px;">sudo nano /etc/init.d/tomcat5.5</p>
<p style="padding-left: 30px;">Change TOMCAT_SECURITY=yes to TOMCAT_SECURITY=no</p>
<p style="padding-left: 30px;">sudo /etc/init.d/tomcat5.5 start</p>
<p style="padding-left: 30px;">Step3: Unzip/Install Subsonic</p>
<p style="padding-left: 30px;">unzip subsonic-3.4.zip</p>
<p style="padding-left: 30px;">mv subsonic.war /var/lib/tomcat5.5/webapps/</p>
<p style="padding-left: 30px;">mkdir /var/subsonic</p>
<p style="padding-left: 30px;">chown tomcat55:nogroup /var/subsonic</p>
<p style="padding-left: 30px;">Step4: Test</p>
<p style="padding-left: 30px;">firefox http://127.0.0.1:8180/subsonic</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; create a bootable linux usb thumb drive (the easy way)</title>
		<link>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/</link>
		<comments>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 13:26:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=103</guid>
		<description><![CDATA[Browsing around lifehacker.com I ran across an article on how to create a bootable linux usb thumbdrive.  This is by far the easiest method that I&#8217;ve run across.

Download the utility.
Open the utility and download one of the supported linux iso&#8217;s.
Plug your usb thumb drive into your computer (utility is linux or windows, so you [...]]]></description>
			<content:encoded><![CDATA[<p>Browsing around <a href="http://lifehacker.com" onclick="javascript:pageTracker._trackPageview ('/outbound/lifehacker.com');">lifehacker.com</a> I ran across an article on how to create a bootable linux usb thumbdrive.  This is by far the easiest method that I&#8217;ve run across.</p>
<ul>
<li>Download the utility.</li>
<li>Open the utility and download one of the supported linux iso&#8217;s.</li>
<li>Plug your usb thumb drive into your computer (utility is linux or windows, so you can do this from either)</li>
<li>Point the utility at the iso you downloaded and the correct usb thumb drive.</li>
<li>execute, wait and reboot off of your newly created bootable thumb drive.</li>
</ul>
<p>article with better detail on process:<br />
<a href="http://tombuntu.com/index.php/2008/08/27/create-a-bootable-usb-drive-or-memory-card/" onclick="javascript:pageTracker._trackPageview ('/outbound/tombuntu.com');">http://tombuntu.com/index.php/2008/08/27/create-a-bootable-usb-drive-or-memory-card/</a></p>
<p>direct link to the utility download page:<br />
<a href="http://unetbootin.sourceforge.net/" onclick="javascript:pageTracker._trackPageview ('/outbound/unetbootin.sourceforge.net');">http://unetbootin.sourceforge.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; install ubuntu 8.04 on a USB flash drive</title>
		<link>http://mainesysadmin.com/2008/06/03/how-to-install-ubuntu-804-on-a-usb-flash-drive/</link>
		<comments>http://mainesysadmin.com/2008/06/03/how-to-install-ubuntu-804-on-a-usb-flash-drive/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 14:26:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/06/03/how-to-install-ubuntu-804-on-a-usb-flash-drive/</guid>
		<description><![CDATA[I&#8217;ve been saving this link to zdnet to check out for later usage.  I need to format a usb drive and set this up, looks very useful&#8230;.
http://blogs.zdnet.com/hardware/?p=1873&#38;tag=nl.e539 
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been saving this link to zdnet to check out for later usage.  I need to format a usb drive and set this up, looks very useful&#8230;.</p>
<p><a href="http://blogs.zdnet.com/hardware/?p=1873&amp;tag=nl.e539" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blogs.zdnet.com');">http://blogs.zdnet.com/hardware/?p=1873&amp;tag=nl.e539 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/06/03/how-to-install-ubuntu-804-on-a-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; convert flac to mp3 in ubuntu and gnome</title>
		<link>http://mainesysadmin.com/2008/03/08/how-to-convert-flac-to-mp3-in-ubuntu-and-gnome/</link>
		<comments>http://mainesysadmin.com/2008/03/08/how-to-convert-flac-to-mp3-in-ubuntu-and-gnome/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 17:29:21 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[flac]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/03/08/how-to-convert-flac-to-mp3-in-ubuntu-and-gnome/</guid>
		<description><![CDATA[Download and install &#8220;Sound Converter&#8221; (http://soundconverter.berlios.de/).  I just installed the latest from source and it&#8217;s working great!.  Download, Extract the compressed the file.
cd to the directory of the uncompressed files
sudo ./configure
sudo make
sudo make install
If you have default ubuntu configuration you also need to run this command for mp3 encoding action:
sudo apt-get install gstreamer0.10-plugins-ugly-multiverse
Browse to Applications-&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Download and install &#8220;<a href="http://soundconverter.berlios.de/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/soundconverter.berlios.de');">Sound Converter</a>&#8221; (http://soundconverter.berlios.de/).  I just installed the latest from source and it&#8217;s working great!.  Download, Extract the compressed the file.</p>
<p>cd to the directory of the uncompressed files</p>
<p><em>sudo ./configure</em></p>
<p><em>sudo make</em></p>
<p><em>sudo make install</em></p>
<p>If you have default ubuntu configuration you also need to run this command for mp3 encoding action:</p>
<p><em>sudo apt-get install gstreamer0.10-plugins-ugly-multiverse</em></p>
<p>Browse to Applications-&gt; Sound &amp; Video -&gt; Sound Converter</p>
<p>Change your preferences, add a folder of flac files and convert to compressed!</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/03/08/how-to-convert-flac-to-mp3-in-ubuntu-and-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; disable the system beep in ubuntu</title>
		<link>http://mainesysadmin.com/2008/02/21/how-to-disable-the-system-beep-in-ubuntu/</link>
		<comments>http://mainesysadmin.com/2008/02/21/how-to-disable-the-system-beep-in-ubuntu/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 03:02:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/02/21/how-to-disable-the-system-beep-in-ubuntu/</guid>
		<description><![CDATA[Found this via the old google search which landed me upon the how to geek&#8217;s friendly advice:
In Gnome select &#8220;System-&#62;Prefrences-&#62;Sound-&#62;System Beep Tab
You&#8217;ll see the checkbox.  The link to the site I found this is below.
http://www.howtogeek.com/howto/ubuntu/disable-the-system-beep-on-ubuntu-edgy/ 
]]></description>
			<content:encoded><![CDATA[<p>Found this via the old google search which landed me upon the how to geek&#8217;s friendly advice:</p>
<p>In Gnome select &#8220;System-&gt;Prefrences-&gt;Sound-&gt;System Beep Tab</p>
<p>You&#8217;ll see the checkbox.  The link to the site I found this is below.</p>
<p><a href="http://www.howtogeek.com/howto/ubuntu/disable-the-system-beep-on-ubuntu-edgy/ " target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.howtogeek.com');">http://www.howtogeek.com/howto/ubuntu/disable-the-system-beep-on-ubuntu-edgy/ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/02/21/how-to-disable-the-system-beep-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; use chmod</title>
		<link>http://mainesysadmin.com/2008/02/20/how-to-use-chmod/</link>
		<comments>http://mainesysadmin.com/2008/02/20/how-to-use-chmod/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 06:16:41 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/02/20/how-to-use-chmod/</guid>
		<description><![CDATA[The Ubuntu website has a good tutorial on chmod.
https://help.ubuntu.com/community/FilePermissions
]]></description>
			<content:encoded><![CDATA[<p>The Ubuntu website has a good tutorial on chmod.</p>
<p><a href="https://help.ubuntu.com/community/FilePermissions" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/help.ubuntu.com');">https://help.ubuntu.com/community/FilePermissions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/02/20/how-to-use-chmod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
