<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Linux System Admins Blog</title>
	
	<link>http://linuxsysadminblog.com</link>
	<description>System admins of Promet - an e-commerce, high availability Open Source web shop - share their findings</description>
	<lastBuildDate>Tue, 03 Nov 2009 07:41:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/LinuxSystemAdminsBlog" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>CentOS 5.4 released</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/VK32Gl7jo_Q/</link>
		<comments>http://linuxsysadminblog.com/2009/11/centos-5-4-released/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 07:41:01 +0000</pubDate>
		<dc:creator>marius</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=957</guid>
		<description><![CDATA[Almost two months after RHEL5.4, Centos 5.4 was released on the 21st October. This version includes various changes into the virtualization field and it includes support for KVM (kernel-based virtual machine) hypervisor and the Xen hypervisor.
Also this release features many bug fixes and security updates, and should be an easy upgrade for users running centos5.x:
yum [...]]]></description>
			<content:encoded><![CDATA[<p>Almost two months after RHEL5.4, <strong>Centos 5.4</strong> was <a href="http://lists.centos.org/pipermail/centos-announce/2009-October/016195.html" target="_blank">released</a> on the <strong>21st October</strong>. This version includes various changes into the virtualization field and it includes support for <strong>KVM</strong> (kernel-based virtual machine) hypervisor and the <strong>Xen</strong> hypervisor.</p>
<p>Also this release features many bug fixes and security updates, and should be an easy upgrade for users running centos5.x:<br />
<code>yum update</code></p>
<p>For the full list of packages changed/added please see the centos5.4 release notes: <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.4" target="_blank">http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.4</a></p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/VK32Gl7jo_Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/11/centos-5-4-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/11/centos-5-4-released/</feedburner:origLink></item>
		<item>
		<title>Amazon EC2 prices fall + High Memory Instances + RDS</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/I5l3YdPohe0/</link>
		<comments>http://linuxsysadminblog.com/2009/10/amazon-ec2-prices-fall-high-memory-instances-rds/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:50:58 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=942</guid>
		<description><![CDATA[Amazon announced a couple of cool new things this morning. Standard and High CPU Linux/UNIX EC2 instances hourly prices in the US and Europe have dropped by 15% and will go into effect November 1st. 2 new types of EC2 instance is now available called &#8220;High-Memory&#8221;. High-Memory Instances are designed to be used with memory-intensive [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon announced a couple of cool new things this morning. Standard and High CPU Linux/UNIX EC2 instances hourly prices in the US and Europe have dropped by 15% and will go into effect November 1st. 2 new types of EC2 instance is now available called &#8220;High-Memory&#8221;. High-Memory Instances are designed to be used with memory-intensive workloads such as databases, caching, and rendering, and are optimized for low-latency, high-throughput performance.     </p>
<p>* Double Extra Large: 34.2 GB memory, 13 ECU (4 virtual cores with 3.25 ECU each), 850 GB storage, 64-bit platform ($1.20 per hour)<br />
* Quadruple Extra Large: 68.4 GB memory, 26 ECU (8 virtual cores with 3.25 ECU each), 1690 GB storage, 64-bit platform ($2.40 per hour)</p>
<p>Also Amazon entered it&#8217;s <a href="http://aws.amazon.com/rds/">Relational Database Service</a> into public beta. This new service makes it easy to set up, operate, and scale MySQL relational databases in the cloud via simple API calls.</p>
<p>    * Simple to Deploy &#8211; Quickly create a new production-ready relational database with a simple API call.<br />
    * Managed &#8211; Amazon RDS handles generic, time-consuming database management tasks, such as patch management and backup.<br />
    * Compatible &#8211; All of your existing MySQL database tools, applications, and drivers will still work.<br />
    * Scalable &#8211; With a simple API call you can scale the compute and storage resources available to your database to meet your business needs and application load.<br />
    * Reliable &#8211; Amazon RDS runs on the same highly reliable infrastructure used by other Amazon Web Services. Amazon RDS also gives you additional peace of mind by providing an automated database backup facility.<br />
    * Inexpensive &#8211; You pay very low rates and only for the resources you actually consume. There are no long-term contracts or up-front commitments to use Amazon RDS.</p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/I5l3YdPohe0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/amazon-ec2-prices-fall-high-memory-instances-rds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/amazon-ec2-prices-fall-high-memory-instances-rds/</feedburner:origLink></item>
		<item>
		<title>Problem with Lilo Boot Loader</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/-7sMKF1grD0/</link>
		<comments>http://linuxsysadminblog.com/2009/10/problem-with-lilo-boot-loader/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:43:30 +0000</pubDate>
		<dc:creator>gerold</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[boot loader]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[lilo]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=941</guid>
		<description><![CDATA[Lately, we installed additional memory on our Debian (lenny) servers and installed &#8216;bigmem&#8217; kernel for our 32-bit systems to recognize more than 3GB of ram.  Bigmem kernel installations went fine on servers with Grub as their boot loader &#8211; most of them uses Grub.  But on one machine with Lilo as boot loader, [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, we installed additional memory on our Debian (lenny) servers and installed &#8216;bigmem&#8217; kernel for our 32-bit systems to recognize more than 3GB of ram.  Bigmem kernel installations went fine on servers with Grub as their boot loader &#8211; most of them uses Grub.  But on one machine with Lilo as boot loader, it didn&#8217;t boot on bigmem kernel and below was the entry on <em>/etc/lilo.conf</em>.</p>
<p><code># Boot up Linux by default.<br />
default=Linux</code></p>
<p><code>image=/vmlinuz<br />
        label=Linux<br />
        read-only<br />
#       restricted<br />
#       alias=1<br />
        initrd=/initrd.img</code><br />
<span id="more-941"></span><br />
<code>image=/vmlinuz.old<br />
        label=LinuxOLD<br />
        read-only<br />
        optional<br />
#       restricted<br />
#       alias=2<br />
        initrd=/initrd.img.old</code></p>
<p>From this config I don&#8217;t see the details of which kernel is the old one and the bigmem.  I also tried to set the default to kernel with &#8220;LinuxOLD&#8221; label but it points to the same kernel (not the bigmem).  I solved my problem by modifying the <em>/etc/lilo.conf</em> config as follows:</p>
<p><code># image=/vmlinuz<br />
<strong>image=/boot/vmlinuz-2.6.26-2-686-bigmem<br />
initrd=/boot/initrd.img-2.6.26-2-686-bigmem</strong><br />
        label=Linux<br />
        read-only<br />
#       restricted<br />
#       alias=1<br />
        #initrd=/initrd.img<br />
</code></p>
<p><strong>NOTE</strong>:  Don&#8217;t forget to test first your changes on the <em>/etc/lilo.conf</em> by running <em>&#8216;lilo&#8217;</em> command &#8211; this will verify your changes.</p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/-7sMKF1grD0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/problem-with-lilo-boot-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/problem-with-lilo-boot-loader/</feedburner:origLink></item>
		<item>
		<title>WhiteHouse.org goes Open Source – with Drupal</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/g8G2USPxTCE/</link>
		<comments>http://linuxsysadminblog.com/2009/10/whitehouse-org-goes-open-source-with-drupal/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 04:38:59 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=939</guid>
		<description><![CDATA[See the www.whitehouse.org story at TechPresident.com, here is the excerpt:
WhiteHouse.gov has gone Drupal. After months of planning, says an Obama Administration source, the White House has ditched the proprietary content management system that had been in place since the days of the Bush Administration in favor of the latest version of the open-source Drupal software, as [...]]]></description>
			<content:encoded><![CDATA[<p>See the <a href="http://www.whitehouse.org" target="_blank">www.whitehouse.org</a> story at <a href="http://techpresident.com/blog-entry/whitehousegov-goes-drupal" target="_blank">TechPresident.com</a>, here is the excerpt:</p>
<blockquote><p><a style="color: #006699; text-decoration: none;" href="http://www.whitehouse.gov/">WhiteHouse.gov</a> has gone Drupal. After months of planning, says an Obama Administration source, the White House has ditched the proprietary content management system that had been in place since the days of the Bush Administration in favor of the latest version of <a style="color: #006699; text-decoration: none;" href="http://drupal.org/">the open-source Drupal software</a>, as the <a style="color: #006699; text-decoration: none;" href="http://news.yahoo.com/s/ap/20091024/ap_on_go_pr_wh/us_obama_web_site_1">AP</a> alluded to in its reporting several minutes ago.</p></blockquote>
<p><img class="alignnone" title="white house drupal site" src="http://techpresident.com/files/img_whitehouse_drupal.gif" alt="" width="259" height="260" /></p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/g8G2USPxTCE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/whitehouse-org-goes-open-source-with-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/whitehouse-org-goes-open-source-with-drupal/</feedburner:origLink></item>
		<item>
		<title>Linux will take mobile with Android, plus Android turns one!</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/pMOFl3LZPZg/</link>
		<comments>http://linuxsysadminblog.com/2009/10/linux-will-take-mobile-with-android-plus-android-turns-one/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 04:34:30 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=936</guid>
		<description><![CDATA[While we all love linux here at LInux System Admin Blog &#8211; we do however have different favorites for mobile devices.   Yes, the big favorite is the iPhone, not for me though.  I have been excited about the Android OS and the devices ever since I have heard about it.
This week the devices have [...]]]></description>
			<content:encoded><![CDATA[<p>While we all love linux here at LInux System Admin Blog &#8211; we do however have different favorites for mobile devices.   Yes, the big favorite is the iPhone, not for me though.  I have been excited about the Android OS and the devices ever since I have heard about it.</p>
<p>This week the devices have been available to the public for a year.  So we can celebrate the one year anniversary of the Android.  So what has happened in a year?  Well, actually that much.  The Android has been noticed, but has NOT made earth shattering impact in its first year.  It doesn&#8217;t matter, I believe that the momentum for it to become the <a href="http://www.611connect.com/blog/andy-android-will-dominate-2010-smart-phone-market" target="_blank">dominant OS on mobile devices</a> has been put in motion.</p>
<p>Here is why you will be seeing a lot of linux on the mobile devices:</p>
<ul>
<li> Android is an Open OS &#8211; TRANSLATION:  Free to the OMG and carriers</li>
<li>Android is being adapted by many device manufacturers, HTC, Samsung, Motorla, plush many more</li>
<li>Android has a growing developer base and a healthy app growth rate</li>
</ul>
<p>Here is some more google kool aid &#8211; enjoy</p>
<p>Original Android Announcement:<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/_avwGFsv60U&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_avwGFsv60U&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>More Android propaganda:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/z7qbPa1O8Ys&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/z7qbPa1O8Ys&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/pMOFl3LZPZg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/linux-will-take-mobile-with-android-plus-android-turns-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/linux-will-take-mobile-with-android-plus-android-turns-one/</feedburner:origLink></item>
		<item>
		<title>SysAdmin Tool of the Week:  Update-Scout</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/r3J_b8yHrCU/</link>
		<comments>http://linuxsysadminblog.com/2009/10/sysadmin-tool-of-the-week-update-scout/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 23:02:08 +0000</pubDate>
		<dc:creator>gerold</dc:creator>
				<category><![CDATA[software / tools]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[cool tools]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=926</guid>
		<description><![CDATA[Ok, we will start with this new section on our blog, the &#8220;SysAdmin Tool of the Week&#8221;, to feature cool and useful tools used by Promet systems administrators.  This will include websites, software/applications, and hardware as well.
For our Sysadmin Tool of the Week it is Update Scout.  This site notifies you for updates [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, we will start with this new section on our blog, the &#8220;SysAdmin Tool of the Week&#8221;, to feature cool and useful tools used by <a href="http://prometsource.com">Promet</a> systems administrators.  This will include websites, software/applications, and hardware as well.</p>
<p>For our Sysadmin Tool of the Week it is <a href="http://www.update-scout.com"><strong>Update Scout</strong></a>.  This site notifies you for updates or new version of software.  It contain hundreds (and increasing) of applications &#8211; linux, windows, mac, website apps and tools.  Like in my case I monitor Wordpress, Drupal, Apache, MySQL, KeePass, Nagios and many other, so it&#8217;s very helpful to just wait for an email to arrive rather than thinking about them, checking manually, or sign up to each of them. </p>
<p><strong>Get Started:</strong><span id="more-926"></span><br />
- signup: just add your email and password<br />
- select applications you want to monitor for updates<br />
- add your own application if it&#8217;s not on the list</p>
<p><strong>Site Features:</strong><br />
- Latest Updates, Latest Additions, Most Popular and Most Active sections<br />
- Browse list of monitored applications from A-Z or using tags<br />
- MyUpdate-Scout for list of your monitored applications</p>
<p>Do you have similar or better tool than this?  <img src='http://linuxsysadminblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/r3J_b8yHrCU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/sysadmin-tool-of-the-week-update-scout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/sysadmin-tool-of-the-week-update-scout/</feedburner:origLink></item>
		<item>
		<title>php 5.2.9 on RHEL5.x (for Drupal 6)</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/VKU-tWC6xrs/</link>
		<comments>http://linuxsysadminblog.com/2009/10/php-5-2-9-on-rhel5-x-for-drupal-6/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 20:10:13 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=907</guid>
		<description><![CDATA[Latest version of PHP available for RHEL5.x is 5.1.6 and no new RedHat releases are coming as packaging has ceased. You can get PHP 5.3 for RHEL5 from Remi, but it it&#8217;s incompatible with latest versions of Drupal, Civicrm or many modules so we need the a 5.2X branch of PHP. This requires building php [...]]]></description>
			<content:encoded><![CDATA[<p>Latest version of <strong>PHP</strong> available for RHEL5.x is 5.1.6 and no new RedHat releases are coming as packaging has ceased. You can get PHP 5.3 for RHEL5 from <a href="http://blog.famillecollet.com/pages/Config-en">Remi</a>, but it it&#8217;s incompatible with latest versions of Drupal, Civicrm or many modules so we need the a 5.2X branch of PHP. This requires building php from source or using rpmbuild and source rpm. I was able to use <a href="http://kojipkgs.fedoraproject.org/packages/php/5.2.9/1.fc9/src/php-5.2.9-1.fc9.src.rpm">Koji&#8217;s</a> FC9 php5.2.9 src.rpm to rebuild for RHEL5 and here is how.<br />
<span id="more-907"></span></p>
<p>Install rpm-build package.<br />
<code>sudo yum install rpm-build</code></p>
<p>Create build env in your home directory (mine is called &#8216;max&#8217;), do NOT build as root user. I used &#8216;rpm&#8217; directory as the build location.<br />
<code>mkdir -p rpm/{SOURCES,SRPMS,SPECS,BUILD,RPMS}</code></p>
<p>Create .rpmmacros file which will identify the build location.<br />
<code>echo "%_topdir /home/max/rpm" > .rpmmacros</code></p>
<p>Download php5.2.9 rpm source file, i used FC9 version as it is closest to RHEL5.<br />
<code>wget http://kojipkgs.fedoraproject.org/packages/php/5.2.9/1.fc9/src/php-5.2.9-1.fc9.src.rpm</code></p>
<p>To rebuild php5.2.9 FC9 source RPM for RHEL5.x into binary RPM&#8217;s we need to make sure build dependences have been satisfied. I created a file called &#8220;php-deps&#8221; which contains the build dependencies to be installed via YUM.<br />
<code><br />
bzip2-devel<br />
curl-devel<br />
db4-devel<br />
gmp-devel<br />
httpd-devel<br />
pam-devel<br />
libstdc++-devel<br />
openssl-devel<br />
sqlite-devel<br />
zlib-devel<br />
pcre-devel<br />
readline-devel<br />
libtool<br />
gcc-c++<br />
krb5-devel<br />
libc-client-devel<br />
cyrus-sasl-devel<br />
openldap-devel<br />
mysql-devel<br />
postgresql-devel<br />
unixODBC-devel<br />
libxml2-devel<br />
net-snmp-devel<br />
libxslt-devel<br />
libxml2-devel<br />
mhash-devel<br />
ncurses-devel<br />
libXpm-devel<br />
libjpeg-devel<br />
</code></p>
<p>Install build dependencies via yum<br />
<code>sudo yum install -y `cat php-deps`</code></p>
<p>Finally perform the build, this could take some time depending on speed of your machine. If everything goes well many php*.rpm files will  be created in rpm/RPMS/&#8221;arch-type&#8221;/ folder. &#8220;arch-type&#8221; is the hardware-platform of your machine which will match &#8220;uname -i&#8221; command (mine is i386)<br />
<code>rpmbuild --rebuild php-5.2.9-1.fc9.src.rpm</code></p>
<p>Now you can install the resulting RPM&#8217;s manually but a better way is to create a local YUM repository.<br />
Install createrepo application via YUM.<br />
<code>sudo yum info createrepo</code></p>
<p>Create a repository location directory and copy your newly generated php5.2.9 RPM files into it.<br />
<code>sudo mkdir /opt/local-repository &#038;&#038; cp /home/max/rpm/RPMS/i386/* /opt/local-repository</code></p>
<p>Initialize the local repository and catalog the files copied there. (run this command anytime you add/remove files from your local repository directory)<br />
<code>sudo createrepo /opt/local-repository/</code></p>
<p>Configure your local repository with yum by creating a file in /etc/yum.repos.d called &#8220;local-repository.repo&#8221;<br />
containing:<br />
<code>[local-repository]<br />
name=RHEL5 $releasever - Local Repo<br />
baseurl=file:///opt/local-repository/<br />
enabled=0<br />
gpgcheck=0<br />
#gpgkey=file:///path/to/you/RPM-GPG-KEY<br />
</code></p>
<p>Update yum to register local repository<br />
<code>sudo yum update</code></p>
<p>Update php using your new rpm files via the local repository<br />
<code>sudo yum --enablerepo=local-repository update php</code></p>
<p>Restart apache<br />
<code>sudo /etc/init.d/httpd restart</code></p>
<p>Verify PHP version<br />
<code>php -v</code></p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/VKU-tWC6xrs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/php-5-2-9-on-rhel5-x-for-drupal-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/php-5-2-9-on-rhel5-x-for-drupal-6/</feedburner:origLink></item>
		<item>
		<title>Apple sold 3.1 million Macs in the last three months, 17% more than a year ago</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/kltSs72aZhw/</link>
		<comments>http://linuxsysadminblog.com/2009/10/apple-sold-3-1-million-macs-in-the-last-three-months-17-more-than-a-year-ago/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:57:21 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=908</guid>
		<description><![CDATA[I thought that at least 10% of our readers would appreciate this information &#8211; or at least be already aware of it.  For a more details and a full story &#8211; you can check out the apple.com investors section or the WSJ article.
Why 10%?  According to our analytics here is our visitors operating system breakdown [...]]]></description>
			<content:encoded><![CDATA[<p>I thought that at least 10% of our readers would appreciate this information &#8211; or at least be already aware of it.  For a more details and a full story &#8211; you can check out the apple.com investors section or the <a href="http://online.wsj.com/article/SB10001424052748704500604574483631612633824.html">WSJ </a>article.</p>
<p>Why 10%?  According to our analytics here is our visitors operating system breakdown is as follows:</p>
<div id="attachment_910" class="wp-caption aligncenter" style="width: 499px"><a href="http://linuxsysadminblog.com/wp-content/uploads/2009/10/linux-blog-analytics-operating-system-stats.png"><img class="size-full wp-image-910 " title="linux-blog-analytics-operating-system-stats" src="http://linuxsysadminblog.com/wp-content/uploads/2009/10/linux-blog-analytics-operating-system-stats.png" alt="linux system admin blog google analytics operatin system breakdown" width="489" height="244" /></a><p class="wp-caption-text">linux system admin blog google analytics operatin system breakdown</p></div>
<p>Our top three visitors OS:</p>
<p>1) Windows 63%</p>
<p>2) Linux 26</p>
<p>3) Macintosh 10%</p>
<p>We&#8217;re drawing a different audience than the <a href="http://en.wikipedia.org/wiki/Usage_share_of_desktop_operating_systems" target="_blank">typical install base</a> according to wikipedia.</p>
<div class="wp-caption aligncenter" style="width: 480px"><img class=" " title="os distribution September 2009" src="http://upload.wikimedia.org/wikipedia/commons/b/b5/Operating_system_usage_share.svg" alt="Wikipedia os distribution September 2009" width="470" height="470" /><p class="wp-caption-text">Wikipedia os distribution September 2009</p></div>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/kltSs72aZhw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/apple-sold-3-1-million-macs-in-the-last-three-months-17-more-than-a-year-ago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/apple-sold-3-1-million-macs-in-the-last-three-months-17-more-than-a-year-ago/</feedburner:origLink></item>
		<item>
		<title>Managed DNS services showdown</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/xQq-IgBkxBU/</link>
		<comments>http://linuxsysadminblog.com/2009/10/managed-dns-services-showdown/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:37:09 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=902</guid>
		<description><![CDATA[A time comes when it makes more business sense to outsource DNS. While one can use a domain registrars to manage and host dns they do not always offer best performance or even offer SLA&#8217;s. We will compare a couple of companies that specialize at DNS hosting only.
DynDNS
- comprehensive services offerings
- no downtimes since inception [...]]]></description>
			<content:encoded><![CDATA[<p>A time comes when it makes more business sense to outsource DNS. While one can use a domain registrars to manage and host dns they do not always offer best performance or even offer SLA&#8217;s. We will compare a couple of companies that specialize at DNS hosting only.</p>
<p><a href="http://www.dyndns.com/">DynDNS</a><br />
- comprehensive services offerings<br />
- no downtimes since inception (2001)<br />
- worldwide DNS cluster<br />
- multiplatform dynamic update clients with excellent documentation<br />
- 29.95 per zone per year<br />
- web interface<br />
- SLA offerings options<br />
- Bind based architecture</p>
<p><a href="http://www.easydns.com/">easyDNS</a><br />
- unknown reliability<br />
- worldwide DNS cluster<br />
- multiplatform dynamic update clients<br />
- priced at $19.99 per zone per year<br />
- web interface<br />
- no SLA offering<br />
- Bind based architecture</p>
<p><a href="http://www.nettica.com/">Nettica</a><br />
- unknown reliability<br />
- mostly US based DNS cluster (1 location in UK)<br />
- priced at $10 per zone per year<br />
- 100$ SLA offering<br />
- no linux update client, however dynamic ip updates can be done with curl call to their website<br />
- web interface<br />
- windows only API&#8217;s</p>
<p><a href="http://zoneedit.com/">Zoneedit</a><br />
- Pioneer of hosted DNS<br />
- Bad recent reliability<br />
- Bind based architecture<br />
- mostly US based DNS cluster (1 location in Germany)<br />
- multiplatform dynamic update clients<br />
- wide range of dynamic update clients (java, python, perl, direct calls to their website with wget), clients hosted on sourceforge with limited documentation<br />
- host 5 domains for free, limited to 200meg query limit per domain(approx 1 million queries), additional options cost &#8220;zone credits @ $10.95 each&#8221; for services like additional domains, load balancing, monitoring, additional queries.</p>
<p><a href="http://www.ultradns.com">UltraDNS</a><br />
- Very comprehensive list of offerings<br />
- 15 worldwide nodes on 5 continents<br />
- Protection against DNS based DDOS<br />
- cross platform XML based API<br />
- web portal<br />
- 100% uptime SLA<br />
- directory based architecture, using Oracle database replication technology. Not based on BIND<br />
- $15 per month for 1 domain with 5 records and 5000 queries, overage costs are $1 per 1000 queries and 0.50 cents for per additional record.</p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/xQq-IgBkxBU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/managed-dns-services-showdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/managed-dns-services-showdown/</feedburner:origLink></item>
		<item>
		<title>Change Squid outgoing address</title>
		<link>http://feedproxy.google.com/~r/LinuxSystemAdminsBlog/~3/76RlFwjI1us/</link>
		<comments>http://linuxsysadminblog.com/2009/10/change-squid-outgoing-address/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 18:45:34 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=898</guid>
		<description><![CDATA[Typically Squid caching proxy server listen and outgoing IP address are the same. Sometimes, for various reasons we want to alter the outgoing IP address. The new address must first be brought up as an interface on the squid server. In squid.conf look for tcp_outgoing_address line, uncomment it and replace the default IP value with [...]]]></description>
			<content:encoded><![CDATA[<p>Typically <a href="http://www.squid-cache.org">Squid</a> caching proxy server listen and outgoing IP address are the same. Sometimes, for various reasons we want to alter the <strong>outgoing IP</strong> address. The new address must first be brought up as an interface on the squid server. In squid.conf look for <code>tcp_outgoing_address</code> line, uncomment it and replace the default IP value with your new outgoing ip address and restart Squid. Your Squid server will still listen and accept connections on the current IP while all outbound traffic will originate from the new IP. This modification works with access ACL and detailed instructions can be found <a href="http://www.squid-cache.org/Versions/v3/3.0/cfgman/tcp_outgoing_address.html">here</a> for latest stable branch (3.0)</p>
<img src="http://feeds.feedburner.com/~r/LinuxSystemAdminsBlog/~4/76RlFwjI1us" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://linuxsysadminblog.com/2009/10/change-squid-outgoing-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://linuxsysadminblog.com/2009/10/change-squid-outgoing-address/</feedburner:origLink></item>
	</channel>
</rss>
