<?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>Distributed Software Systems LLC &#187; Linux</title>
	<atom:link href="http://www.tucsonconsulting.com/category/software/operating-system/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tucsonconsulting.com</link>
	<description>Software For Every Situation.</description>
	<lastBuildDate>Sun, 24 Jun 2007 23:20:51 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure CentOS Firewall From Command Line</title>
		<link>http://www.tucsonconsulting.com/network/configure-centos-firewall-from-command-line/</link>
		<comments>http://www.tucsonconsulting.com/network/configure-centos-firewall-from-command-line/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 23:08:07 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/uncategorized/configure-centos-firewall-from-command-line/</guid>
		<description><![CDATA[Run Lokkit Program to Configure Firewall
lokkit
Add port 902 to communicate with VMWare service
]]></description>
			<content:encoded><![CDATA[<p><strong>Run Lokkit Program to Configure Firewall</strong><br />
lokkit</p>
<p>Add port 902 to communicate with VMWare service</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/network/configure-centos-firewall-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add CentOS Package From Command Line</title>
		<link>http://www.tucsonconsulting.com/software/operating-system/linux/centos/add-centos-package-from-command-line/</link>
		<comments>http://www.tucsonconsulting.com/software/operating-system/linux/centos/add-centos-package-from-command-line/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 22:57:56 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/uncategorized/add-centos-package-from-command-line/</guid>
		<description><![CDATA[Install Package By Calling YUM With Install
yum install gcc
]]></description>
			<content:encoded><![CDATA[<p><strong>Install Package By Calling YUM With Install</strong><br />
yum install gcc</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/operating-system/linux/centos/add-centos-package-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick UNIX Reference</title>
		<link>http://www.tucsonconsulting.com/software/operating-system/unix/quick-unix-reference/</link>
		<comments>http://www.tucsonconsulting.com/software/operating-system/unix/quick-unix-reference/#comments</comments>
		<pubDate>Sun, 06 May 2007 23:13:53 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/uncategorized/quick-unix-reference/</guid>
		<description><![CDATA[Secure Copy
scp &#60;source file&#62; &#60;remote user&#62;@&#60;remote server&#62;:&#60;target file&#62;
TAR And GZIP a Directory Into Single File
tar -czf /&#60;output file name&#62;.tar.gz /&#60;input directory&#62;
Extract Contents Of a TAR.GZ File
tar -xzf /&#60;input file name&#62;.tar.gz
Check Disk Usage
df
]]></description>
			<content:encoded><![CDATA[<p><strong>Secure Copy</strong><br />
scp &lt;source file&gt; &lt;remote user&gt;@&lt;remote server&gt;:&lt;target file&gt;</p>
<p><strong>TAR And GZIP a Directory Into Single File</strong><br />
tar -czf /&lt;output file name&gt;.tar.gz /&lt;input directory&gt;</p>
<p><strong>Extract Contents Of a TAR.GZ File</strong><br />
tar -xzf /&lt;input file name&gt;.tar.gz</p>
<p><strong>Check Disk Usage</strong><br />
df</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/operating-system/unix/quick-unix-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make An ISO File From a CD in UNIX/Linux</title>
		<link>http://www.tucsonconsulting.com/software/operating-system/unix/make-an-iso-file-from-a-cd-in-unixlinux/</link>
		<comments>http://www.tucsonconsulting.com/software/operating-system/unix/make-an-iso-file-from-a-cd-in-unixlinux/#comments</comments>
		<pubDate>Fri, 04 May 2007 23:55:51 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/software/operating-system/unix/make-an-iso-file-from-a-cd-in-unixlinux/</guid>
		<description><![CDATA[Mount The CD-ROM
mount /dev/cdrom
Issue The Disk Dump Command
dd if=/dev/cdrom of=/software/&#60;filename&#62;.iso
]]></description>
			<content:encoded><![CDATA[<p><strong>Mount The CD-ROM</strong><br />
mount /dev/cdrom</p>
<p><strong>Issue The Disk Dump Command</strong><br />
dd if=/dev/cdrom of=/software/&lt;filename&gt;.iso</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/operating-system/unix/make-an-iso-file-from-a-cd-in-unixlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install/Configure VMWare Server on CentOS</title>
		<link>http://www.tucsonconsulting.com/software/operating-system/linux/centos/installconfigure-vmware-on-centos/</link>
		<comments>http://www.tucsonconsulting.com/software/operating-system/linux/centos/installconfigure-vmware-on-centos/#comments</comments>
		<pubDate>Fri, 04 May 2007 23:41:37 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/software/operating-system/linux/centos/installconfigure-vmware-on-centos/</guid>
		<description><![CDATA[Stop VM Servers
/etc/init.d/vmware stop
Install VMWare Package
rpm -Uhv /tmp/VMware-server-&#60;version&#62;.i386.rpm
Run Installation Script
vmware-config.pl
]]></description>
			<content:encoded><![CDATA[<p><strong>Stop VM Servers</strong><br />
/etc/init.d/vmware stop</p>
<p><strong>Install VMWare Package</strong><br />
rpm -Uhv /tmp/VMware-server-&lt;version&gt;.i386.rpm</p>
<p><strong>Run Installation Script</strong><br />
vmware-config.pl</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/operating-system/linux/centos/installconfigure-vmware-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update All CentOS Packages From Command Line</title>
		<link>http://www.tucsonconsulting.com/software/operating-system/linux/centos/update-all-centos-packages-from-command-line/</link>
		<comments>http://www.tucsonconsulting.com/software/operating-system/linux/centos/update-all-centos-packages-from-command-line/#comments</comments>
		<pubDate>Fri, 04 May 2007 23:34:44 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/uncategorized/update-all-centos-packages-from-command-line/</guid>
		<description><![CDATA[Run YUM update, answer yes to all prompts
yum update -y
]]></description>
			<content:encoded><![CDATA[<p><strong>Run YUM update, answer yes to all prompts</strong><br />
yum update -y</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/operating-system/linux/centos/update-all-centos-packages-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
