<?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; Operating System</title>
	<atom:link href="http://www.tucsonconsulting.com/category/software/operating-system/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>Install Ruby 1.8.5, Rails, FastCGI on OpenBSD 4.1</title>
		<link>http://www.tucsonconsulting.com/software/language/ruby/install-ruby-185-on-openbsd-41/</link>
		<comments>http://www.tucsonconsulting.com/software/language/ruby/install-ruby-185-on-openbsd-41/#comments</comments>
		<pubDate>Thu, 24 May 2007 03:26:57 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[4.1]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/software/language/ruby/install-ruby-185-on-openbsd-41/</guid>
		<description><![CDATA[Install Ruby
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/ruby-1.8.5p6.tgz
Install Gems
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/ruby-gems-0.9.0.tgz
Install Rails And FCGI
gem install rails
gem install fcgi
]]></description>
			<content:encoded><![CDATA[<p><strong>Install Ruby</strong><br />
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/ruby-1.8.5p6.tgz</p>
<p><strong>Install Gems</strong><br />
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/ruby-gems-0.9.0.tgz</p>
<p><strong>Install Rails And FCGI</strong><br />
gem install rails<br />
gem install fcgi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/language/ruby/install-ruby-185-on-openbsd-41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install MySQL 5.0 on OpenBSD 4.1</title>
		<link>http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-41/</link>
		<comments>http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-41/#comments</comments>
		<pubDate>Thu, 24 May 2007 03:13:52 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[4.1]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/uncategorized/install-mysql-50-on-openbsd-41/</guid>
		<description><![CDATA[Install Package
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/mysql-server-5.0.33.tgz
Install Default Database
/usr/local/bin/mysql_install_db
Start Service And Set Root Password
/usr/local/bin/mysqld_safe &#038;
/usr/local/bin/mysqladmin -u root password &#8216;&#60;password&#62;&#8217;
Start Daemon on Server Startup, Add to /etc/rc.local
if [ -x /usr/local/bin/mysqld_safe ]; then
&#160;&#160;echo &#8216;MySQL&#8217;
&#160;&#160;/usr/local/bin/mysqld_safe &#038;
fi
]]></description>
			<content:encoded><![CDATA[<p><strong>Install Package</strong><br />
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/mysql-server-5.0.33.tgz</p>
<p><strong>Install Default Database</strong><br />
/usr/local/bin/mysql_install_db</p>
<p><strong>Start Service And Set Root Password</strong><br />
/usr/local/bin/mysqld_safe &#038;<br />
/usr/local/bin/mysqladmin -u root password &#8216;&lt;password&gt;&#8217;</p>
<p><strong>Start Daemon on Server Startup, Add to /etc/rc.local</strong><br />
if [ -x /usr/local/bin/mysqld_safe ]; then<br />
&nbsp;&nbsp;echo &#8216;MySQL&#8217;<br />
&nbsp;&nbsp;/usr/local/bin/mysqld_safe &#038;<br />
fi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Lighttp 1.4 w/ FastCGI on OpenBSD 4.1</title>
		<link>http://www.tucsonconsulting.com/software/language/ruby/install/</link>
		<comments>http://www.tucsonconsulting.com/software/language/ruby/install/#comments</comments>
		<pubDate>Thu, 24 May 2007 03:05:44 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[4.1]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[Lighttp]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/software/service/lighttp/install/</guid>
		<description><![CDATA[Install Packages
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/fcgi-2.4.0p2.tgz
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/lighttpd-1.4.13p2-mysql.tgz
Example /etc/lighttpd.conf For PHP
$HTTP["host"] == &#8220;www.&#60;example&#62;.com&#8221; {
&#160;&#160;&#160;server.document-root        = &#8220;/www/sites/&#60;example&#62;.com/www/&#8221;
&#160;&#160;&#160;index-file.names            = ( &#8220;index.php&#8221; )
&#160;&#160;&#160;server.error-handler-404	= &#8220;/index.php&#8221;
fastcgi.server = ( &#8220;.php&#8221; =>
&#160;&#160;&#160;( &#8220;localhost&#8221; =>
&#160;&#160;&#160;&#160;&#160;&#160;(
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#8221;socket&#8221; => &#8220;/tmp/php-fastcgi.socket&#8221;,
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#8221;bin-path&#8221; => &#8220;/usr/local/bin/php-fcgi&#8221;
&#160;&#160;&#160;&#160;&#160;&#160;)
&#160;&#160;&#160;)
)
}
Example /etc/lighttpd.conf For Ruby on Rails
$HTTP["host"] == &#8220;www.&#60;example&#62;.com&#8221; {
&#160;&#160;&#160;server.indexfiles [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Install Packages</strong><br />
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/fcgi-2.4.0p2.tgz<br />
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/lighttpd-1.4.13p2-mysql.tgz</p>
<p><strong>Example /etc/lighttpd.conf For PHP</strong><br />
$HTTP["host"] == &#8220;www.&lt;example&gt;.com&#8221; {<br />
&nbsp;&nbsp;&nbsp;server.document-root        = &#8220;/www/sites/&lt;example&gt;.com/www/&#8221;<br />
&nbsp;&nbsp;&nbsp;index-file.names            = ( &#8220;index.php&#8221; )<br />
&nbsp;&nbsp;&nbsp;server.error-handler-404	= &#8220;/index.php&#8221;<br />
fastcgi.server = ( &#8220;.php&#8221; =><br />
&nbsp;&nbsp;&nbsp;( &#8220;localhost&#8221; =><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8221;socket&#8221; => &#8220;/tmp/php-fastcgi.socket&#8221;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8221;bin-path&#8221; => &#8220;/usr/local/bin/php-fcgi&#8221;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)<br />
&nbsp;&nbsp;&nbsp;)<br />
)<br />
}</p>
<p><strong>Example /etc/lighttpd.conf For Ruby on Rails</strong><br />
$HTTP["host"] == &#8220;www.&lt;example&gt;.com&#8221; {<br />
&nbsp;&nbsp;&nbsp;server.indexfiles = ( &#8220;index.html&#8221; )<br />
&nbsp;&nbsp;&nbsp;server.error-handler-404 = &#8220;/dispatch.fcgi&#8221;<br />
&nbsp;&nbsp;&nbsp;server.document-root = &#8220;/Rails/public&#8221;<br />
&nbsp;&nbsp;&nbsp;fastcgi.server =  (&#8221;.fcgi&#8221; => ( &#8220;&lt;example&gt;&#8221; =><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;( &#8220;min-procs&#8221; => 1,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8221;max-procs&#8221; => 5,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8221;socket&#8221; => &#8220;/tmp/rails-&lt;example&gt;.fastcgi&#8221;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8221;bin-path&#8221; => &#8220;/Rails/public/dispatch.fcgi&#8221;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8221;bin-environment&#8221; => ( &#8220;RAILS_ENV&#8221; => &#8220;production&#8221; )<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)<br />
&nbsp;&nbsp;&nbsp;))<br />
}</p>
<p><strong>Start Daemon on Server Startup, Add to rc.local</strong><br />
if [ -x /usr/local/sbin/lighttpd ] ; then<br />
&nbsp;&nbsp;echo &#8216;Lighttp&#8217;<br />
&nbsp;&nbsp;/usr/local/sbin/lighttpd -f /etc/lighttpd.conf<br />
fi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/language/ruby/install/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>Install WordPress on OpenBSD 4.0</title>
		<link>http://www.tucsonconsulting.com/software/application/wordpress/install-wordpress-on-openbsd-40/</link>
		<comments>http://www.tucsonconsulting.com/software/application/wordpress/install-wordpress-on-openbsd-40/#comments</comments>
		<pubDate>Sat, 05 May 2007 19:24:45 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[4.0]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/software/application/wordpress/install-wordpress-on-openbsd-40/</guid>
		<description><![CDATA[Install Ports
http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/how-to-install-openbsd-40-ports/
Install MySQL
http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-40/
Install Lighttp
http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/
Install PHP With FastCGI
http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/install-php-51-w-fastcgi-on-openbsd-40/
Download And Extract Wordpress
mkdir /www
mkdir /www/sites
mkdir /www/sites/&#60;example&#62;.com
mkdir /www/sites/&#60;example&#62;.com/www
lynx -source &#8220;http://wordpress.org/latest.tar.gz&#8221; > /www/sites/&#60;example&#62;.com/www/wordpress.tar.gz
cd /www/sites/&#60;example&#62;.com/www/
tar zxvf wordpress.tar.gz
Configure MySQL Database For Wordpress
mysql -p
create database `www-&#60;example&#62;-com`;
grant all on `www-&#60;example&#62;-com`.* to &#8216;wordpress&#8217;@'localhost&#8217; identified by &#60;password&#62;&#8217;;
flush privileges;
exit
Configure /etc/lighttpd.conf For New Site
http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/
]]></description>
			<content:encoded><![CDATA[<p><strong>Install Ports</strong><br />
<a href="http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/how-to-install-openbsd-40-ports/">http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/how-to-install-openbsd-40-ports/</a></p>
<p><strong>Install MySQL</strong><br />
<a href="http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-40/">http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-40/</a></p>
<p><strong>Install Lighttp</strong><br />
<a href="http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/">http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/</a></p>
<p><strong>Install PHP With FastCGI</strong><br />
<a href="http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/install-php-51-w-fastcgi-on-openbsd-40/">http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/install-php-51-w-fastcgi-on-openbsd-40/</a></p>
<p><strong>Download And Extract Wordpress</strong><br />
mkdir /www<br />
mkdir /www/sites<br />
mkdir /www/sites/&lt;example&gt;.com<br />
mkdir /www/sites/&lt;example&gt;.com/www<br />
lynx -source &#8220;http://wordpress.org/latest.tar.gz&#8221; > /www/sites/&lt;example&gt;.com/www/wordpress.tar.gz<br />
cd /www/sites/&lt;example&gt;.com/www/<br />
tar zxvf wordpress.tar.gz</p>
<p><strong>Configure MySQL Database For Wordpress</strong><br />
mysql -p<br />
create database `www-&lt;example&gt;-com`;<br />
grant all on `www-&lt;example&gt;-com`.* to &#8216;wordpress&#8217;@'localhost&#8217; identified by &lt;password&gt;&#8217;;<br />
flush privileges;<br />
exit</p>
<p><strong>Configure /etc/lighttpd.conf For New Site</strong><br />
<a href="http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/">http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/application/wordpress/install-wordpress-on-openbsd-40/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>
