<?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>PHP Architect blog &#187; server</title>
	<atom:link href="http://www.php-architect.com/blog/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-architect.com/blog</link>
	<description>PHP, MySQL, ZF, Python, Linux, Mac, C++, Java, Flex, Air, ActionScript &#38; apps development.</description>
	<lastBuildDate>Sun, 13 Jun 2010 18:25:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=9977</generator>
		<item>
		<title>Install Yum on RHEL4</title>
		<link>http://www.php-architect.com/blog/2009/02/23/install-yum-on-rhel4/</link>
		<comments>http://www.php-architect.com/blog/2009/02/23/install-yum-on-rhel4/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 12:09:50 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rhel4]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=257</guid>
		<description><![CDATA[In my company they purchased some software from Autodesk that comes on Redhat Enterprise 4, i needed to install some packages on the system for the use of some internal applications, instead of installing packages and all the dependencies, i though using automatic installer like yum would be better, below is the steps to have [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>In my company they purchased some software from Autodesk that comes on Redhat Enterprise 4, i needed to install some packages on the system for the use of some internal applications, instead of installing packages and all the dependencies, i though using automatic installer like yum would be better, below is the steps to have yum installed on your RHEL4 machine :</p>
<p>1. Install rhel4<br />
2. Download Yum rpm package</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>gd.tuwien.ac.at<span style="color: #000000; font-weight: bold;">/</span>opsys<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>yum<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>yum-2.0.5-1.noarch.rpm</pre></div></div>

<p>3. Install the package</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rpm <span style="color: #660033;">-Uvh</span> yum-2.0.5-1.noarch.rpm</pre></div></div>

<p>4. Edit repositories location</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>yum.conf</pre></div></div>

<p>Change the baseurl in [base] to</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">http://mirror.centos.org/centos/4/os/$basearch/</pre></div></div>

<p>Change the baseurl in [updates] to</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">http://mirror.centos.org/centos/4/updates/$basearch/</pre></div></div>

<p>5- Install the full yum with all its dependencies.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> yum</pre></div></div>

<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/02/23/install-yum-on-rhel4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know your System Administrator</title>
		<link>http://www.php-architect.com/blog/2008/03/27/know-your-system-administrator/</link>
		<comments>http://www.php-architect.com/blog/2008/03/27/know-your-system-administrator/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 08:58:36 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sysad]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[sysop]]></category>

		<guid isPermaLink="false">http://www.abdelaliem.com/2008/03/27/know-your-system-administrator/</guid>
		<description><![CDATA[There are four major species of Unix sysad: 1.The TECHNICAL THUG. Usually a systems programmer who has been forced into system administration; writes scripts in a polyglot of the Bourne shell, sed, C, awk, perl, and APL. 2.The ADMINISTRATIVE FASCIST. Usually a retentive drone (or rarely, a harridan ex-secretary) who has been forced into system [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong> There are four major species of Unix sysad:</strong></p></blockquote>
<blockquote><p> 1.The TECHNICAL THUG. Usually a systems programmer who has been forced into system administration; writes scripts in a polyglot of the Bourne shell, sed, C, awk, perl, and APL.</p></blockquote>
<blockquote><p>2.The ADMINISTRATIVE FASCIST. Usually a retentive drone (or rarely, a harridan ex-secretary) who has been forced into system administration.</p>
<p>3.The MANIAC. Usually an aging cracker who discovered that neither the Mossad nor Cuba are willing to pay a living wage for computer espionage. Fell into system administration; occasionally approaches major competitors with indesp schemes.</p>
<p>4.The IDIOT. Usually a cretin, morpohodite, or old COBOL programmer selected to be the system administrator by a committee of cretins, morphodites, and old COBOL programmers.</p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2008/03/27/know-your-system-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
