<?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.ph &#187; Linux</title>
	<atom:link href="http://www.php.ph/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php.ph</link>
	<description>Linux Apache MySQL PHP</description>
	<lastBuildDate>Fri, 25 Dec 2009 15:38:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Grep</title>
		<link>http://www.php.ph/2008/11/09/grep/</link>
		<comments>http://www.php.ph/2008/11/09/grep/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 07:48:36 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=109</guid>
		<description><![CDATA[grep command is used to  locate a pattern in a file. By default it prints the line that contains the pattern.
Syntax
grep [option] pattern [file]
grep must have a pattern.
Option for grep
-c, --count
prints a count of matching lines for each input file instead of the normal output.
-E, --extended - regexp
interprets the attern as extended regula expression
-e [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/11/09/grep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mrepo 0.8.6 Released</title>
		<link>http://www.php.ph/2008/10/07/mrepo-086-released/</link>
		<comments>http://www.php.ph/2008/10/07/mrepo-086-released/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 01:44:30 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[News and Views]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=93</guid>
		<description><![CDATA[The release of mrepo 0.8.6, with RHEL 4.7&#8217;s RHN/up2date code, has been announced by Dag Wieërs.
Some of the highlights include:
Support for RHEL5 and CentOS-5.
Added YaST Online Update support.
Added fuseiso support (root access no longer needed).
Added unionfs support to merge ISOs to a single tree.
Faster relinking of repositories.
Caching of directory indexes to prevent regenerating repositories.
Proxy-support for [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/10/07/mrepo-086-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pilipinas: Ubuntu Love Day Manila 2008</title>
		<link>http://www.php.ph/2008/08/22/pilipinas-ubuntu-love-day-manila-2008/</link>
		<comments>http://www.php.ph/2008/08/22/pilipinas-ubuntu-love-day-manila-2008/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 17:59:45 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=73</guid>
		<description><![CDATA[Ubuntu &#8211; Linux for human beings
Date: August 23, 2008
Time: 8:00 AM
Venue: Department of Computer Science, UP Alumni Engineers Centennial Hall, UP Diliman,  Quezon City

Ubuntu Love Day Manila 2008 is a grassroots effort to spread the spirit of Ubuntu.
Ubuntu Philippines Local Community Team (Ubuntu-PH), in cooperation with the University of the Philippines Diliman Department of [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/22/pilipinas-ubuntu-love-day-manila-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos 5: Installing XCache From Source</title>
		<link>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/</link>
		<comments>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 22:37:49 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=50</guid>
		<description><![CDATA[XCache is an open-source opcode cacher. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM.

Fedora 9, Centos 5: Xcache Install from Source
Through SSH.
yum install php-devel

yum groupinstall 'Development Tools'
yum groupinstall 'Development Libraries'
cd /src
Download [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/10/centos-5-installing-xcache-from-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP mbstring extension</title>
		<link>http://www.php.ph/2008/08/05/php-mbstring-extension/</link>
		<comments>http://www.php.ph/2008/08/05/php-mbstring-extension/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 23:37:33 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=42</guid>
		<description><![CDATA[Drupal Error: Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.
Solution in Centos 5 and Fedora 9:
Through SSH:
yum search mbstring
yum install php-mbstring
/etc/init.d/httpd restart
]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/05/php-mbstring-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apt in Centos 5, Fedora 9, RPM-based Distributions</title>
		<link>http://www.php.ph/2008/07/30/apt-in-centos-5-fedora-9-rpm-based-distributions/</link>
		<comments>http://www.php.ph/2008/07/30/apt-in-centos-5-fedora-9-rpm-based-distributions/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 16:36:00 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=36</guid>
		<description><![CDATA[Advanced Package Tool (APT) was originally developed for the Debian Linux distribution. Apt-rpm is a port of Debian&#8217;s APT modified to work with the RPM Package Manager.
Apt-rpm can work with repomd and handles multiple repositories much better. If a package is installed, dependencies are automatically installed. Like APT, it is much faster than yum.
To install [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/30/apt-in-centos-5-fedora-9-rpm-based-distributions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora 9: Installing APC</title>
		<link>http://www.php.ph/2008/07/28/fedora-9-installing-apc/</link>
		<comments>http://www.php.ph/2008/07/28/fedora-9-installing-apc/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 07:56:01 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=34</guid>
		<description><![CDATA[Alternative PHP Cache (APC) is a free and open opcode cache. It provides open and robust framework for caching and optimizing PHP intermediate code.
For this Fedora 9 apc installation, /var/www/html is used as the main html folder for http://server.domain.com.
If installed, uninstall eaccelerator first before installing Alternative PHP Cache as APC may conflict with eaccelerator.
Through SSH
yum [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/28/fedora-9-installing-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 9: Eaccelerator Installation</title>
		<link>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/</link>
		<comments>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:44:47 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=27</guid>
		<description><![CDATA[eAccelerator is a free open-source PHP accelerator. It increases the performance of PHP scripts by caching them in their compiled state.
In this Fedora eaccelerator installation, /var/www/html is the main html folder for http://server.domain.com.
Through SSH
yum -y install php-eaccelerator
View phpinfo() to verify if eAccelerator is enabled
echo "&#60;?php phpinfo(); ?&#62;" &#62; /var/www/html/phpinfo.php
Then point your browser to http://server.domain.com/phpinfo.php
or
Open a [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/25/fedora-9-eaccelerator-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora Core 9: Webmin Installation</title>
		<link>http://www.php.ph/2008/07/23/fedora-core-9-webmin-installation/</link>
		<comments>http://www.php.ph/2008/07/23/fedora-core-9-webmin-installation/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 16:06:19 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=23</guid>
		<description><![CDATA[Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd.
Through SSH.
yum -y install perl-Net-SSLeay
Download the file.
wget http://nchc.dl.sourceforge.net/sourceforge/webadmin/webmin-1.420-1.noarch.rpm
or
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.420-1.noarch.rpm
Install it.
rpm -Uvh webmin-1.420-1.noarch.rpm

]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/23/fedora-core-9-webmin-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5: APC Installation &#8211; Alternative PHP Cache</title>
		<link>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/</link>
		<comments>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 12:30:46 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/</guid>
		<description><![CDATA[APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.
Through SSH.
Find make.
whereis make
Output should be:
make: /usr/bin/make
If not, click here.
Install APC.
pecl install apc
Create the file /etc/php.d/apc.ini
vi /etc/php.d/apc.ini
Enter.
extension="apc.so"
Save and exit.
Restart Apache.
/etc/init.d/httpd restart
]]></description>
		<wfw:commentRss>http://www.php.ph/2008/01/09/centos-5-apc-installation-alternative-php-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
