<?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>TechBytes &#187; Tutorials</title>
	<atom:link href="http://www.asim.pk/tags/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Not getting a package on Ubuntu?</title>
		<link>http://www.asim.pk/2010/07/25/not-getting-a-package-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/07/25/not-getting-a-package-on-ubuntu/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:00:58 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=738</guid>
		<description><![CDATA[If you are not getting a package on Ubunu using apt-get then chances are that it has not been updated in the /etc/apt/sources.list file For example, the following should be there in the sources.list file if you are running Ubuntu 10.04 LTS (codename lucid) ## main &#38; restricted repositories deb http://us.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src [...]]]></description>
			<content:encoded><![CDATA[<p>If you are not getting a package on Ubunu using apt-get then chances are that it has not been updated in the /etc/apt/sources.list file</p>
<p>For example, the following should be there in the sources.list file if you are running Ubuntu 10.04 LTS (codename lucid)</p>
<pre class="brush: plain;">
## main &amp; restricted repositories
deb http://us.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid main restricted

deb http://security.ubuntu.com/ubuntu lucid-updates main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-updates main restricted

deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted

## universe repositories - uncomment to enable
deb http://us.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid universe

deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates universe

deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
</pre>
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>May 30, 2010 &#8212; <a href="http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/" title="Install PHP5 ADOdb extension on Ubuntu">Install PHP5 ADOdb extension on Ubuntu</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/" title="Installing PHP&#8217;s SSH2 extension on Ubuntu">Installing PHP&#8217;s SSH2 extension on Ubuntu</a></li>
<li>July 29, 2010 &#8212; <a href="http://www.asim.pk/2010/07/29/using-facebook-graph-api-to-keep-an-eye-on-friends-activity/" title="Using Facebook Graph API to keep an eye on friends activity">Using Facebook Graph API to keep an eye on friends activity</a></li>
<li>July 28, 2010 &#8212; <a href="http://www.asim.pk/2010/07/28/thrustvps-benchmark/" title="ThrustVPS Benchmark">ThrustVPS Benchmark</a></li>
<li>July 24, 2010 &#8212; <a href="http://www.asim.pk/2010/07/24/2host-benchmark/" title="2Host Benchmark">2Host Benchmark</a></li>
<li>July 24, 2010 &#8212; <a href="http://www.asim.pk/2010/07/24/hazenet-benchmark/" title="HazeNet Benchmark">HazeNet Benchmark</a></li>
<li>July 23, 2010 &#8212; <a href="http://www.asim.pk/2010/07/23/linode-benchmark/" title="Linode Benchmark">Linode Benchmark</a></li>
<li>July 23, 2010 &#8212; <a href="http://www.asim.pk/2010/07/23/nordicvps-benchmark/" title="NordicVPS Benchmark">NordicVPS Benchmark</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/07/25/not-getting-a-package-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install byte-unixBench on Ubuntu</title>
		<link>http://www.asim.pk/2010/07/23/how-to-install-byte-unixbench-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/07/23/how-to-install-byte-unixbench-on-ubuntu/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:34:57 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[byte-unixbench]]></category>
		<category><![CDATA[unixbench]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=721</guid>
		<description><![CDATA[From UnixBench project homepage: UnixBench is the original BYTE UNIX benchmark suite, updated and revised by many people over the years. The purpose of UnixBench is to provide a basic indicator of the performance of a Unix-like system; hence, multiple tests are used to test various aspects of the system&#8217;s performance. These test results are [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://code.google.com/p/byte-unixbench/" target="_blank">UnixBench</a> project homepage:</p>
<blockquote><p>UnixBench is the original BYTE UNIX benchmark suite, updated and revised by many people over the years.</p>
<p>The purpose of UnixBench is to provide a basic indicator of the performance of a Unix-like system; hence, multiple tests are used to test various aspects of the system&#8217;s performance. These test results are then compared to the scores from a baseline system to produce an index value, which is generally easier to handle than the raw scores. The entire set of index values is then combined to make an overall index for the system.</p>
<p>Some very simple graphics tests are included to measure the 2D and 3D graphics performance of the system.</p>
<p>Multi-CPU systems are handled. If your system has multiple CPUs, the default behaviour is to run the selected tests twice &#8212; once with one copy of each test program running at a time, and once with N copies, where N is the number of CPUs. This is designed to allow you to assess:</p>
<p>    * the performance of your system when running a single task<br />
    * the performance of your system when running multiple tasks<br />
    * the gain from your system&#8217;s implementation of parallel processing </p>
<p>Do be aware that this is a system benchmark, not a CPU, RAM or disk benchmark. The results will depend not only on your hardware, but on your operating system, libraries, and even compiler. </p></blockquote>
<p>First install required libraries for compilation :</p>
<pre class="brush: plain;">apt-get install libx11-dev libgl1-mesa-dev libxext-dev perl  perl-modules make</pre>
<p>Then get the unixbench and run it :</p>
<pre class="brush: plain;">wget http://byte-unixbench.googlecode.com/files/unixbench-5.1.2.tar.gz
tar xvf unixbench-5.1.2.tar.gz
cd unixbench-5.1.2
./Run</pre>
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>July 28, 2010 &#8212; <a href="http://www.asim.pk/2010/07/28/thrustvps-benchmark/" title="ThrustVPS Benchmark">ThrustVPS Benchmark</a></li>
<li>July 24, 2010 &#8212; <a href="http://www.asim.pk/2010/07/24/2host-benchmark/" title="2Host Benchmark">2Host Benchmark</a></li>
<li>July 24, 2010 &#8212; <a href="http://www.asim.pk/2010/07/24/hazenet-benchmark/" title="HazeNet Benchmark">HazeNet Benchmark</a></li>
<li>July 23, 2010 &#8212; <a href="http://www.asim.pk/2010/07/23/linode-benchmark/" title="Linode Benchmark">Linode Benchmark</a></li>
<li>July 23, 2010 &#8212; <a href="http://www.asim.pk/2010/07/23/nordicvps-benchmark/" title="NordicVPS Benchmark">NordicVPS Benchmark</a></li>
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>June 20, 2010 &#8212; <a href="http://www.asim.pk/2010/06/20/set-mysql-root-password-on-fresh-copy-from-solusvm-os-template/" title="Set mysql&#8217;s root password on fresh copy from SolusVM OS template">Set mysql&#8217;s root password on fresh copy from SolusVM OS template</a></li>
<li>May 30, 2010 &#8212; <a href="http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/" title="Install PHP5 ADOdb extension on Ubuntu">Install PHP5 ADOdb extension on Ubuntu</a></li>
<li>May 29, 2010 &#8212; <a href="http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/" title="Installing T1LIB on Ubuntu">Installing T1LIB on Ubuntu</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/07/23/how-to-install-byte-unixbench-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Lighttpd, PHP and MySQL on Ubuntu</title>
		<link>http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 13:22:38 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=709</guid>
		<description><![CDATA[On VPS, especially with challenging small memory limit (e.g. 64MB or 128MB) lighttpd is the best option instead of Apache. In this article I will show you how to do that. On a fresh box (which has no apache installed) type this to get lighttpd webserver installed apt-get install lighttpd Now install PHP5 CGI package [...]]]></description>
			<content:encoded><![CDATA[<p>On VPS, especially with challenging small memory limit (e.g. 64MB or 128MB) lighttpd is the best option instead of Apache. In this article I will show you how to do that. On a fresh box (which has no apache installed) type this to get lighttpd webserver installed</p>
<pre class="brush: plain;">apt-get install lighttpd</pre>
<p>Now install PHP5 CGI package and PHP5 command line package</p>
<pre class="brush: plain;">apt-get install php5-cgi php5-cli</pre>
<p>Edit the following file</p>
<pre class="brush: plain;">nano /etc/php5/cgi/php.ini</pre>
<p>and uncomment this line</p>
<pre class="brush: plain;">cgi.fix_pathinfo = 1</pre>
<p>Now enable fastcgi module</p>
<pre class="brush: plain;">lighty-enable-mod fastcgi</pre>
<p>Restart Lighttpd</p>
<pre class="brush: plain;">/etc/init.d/lighttpd restart</pre>
<p>You get the welcome page<br />
<a href="http://www.asim.pk/wp-content/uploads/2010/07/lighttpd-welcome-page.png"><img src="http://www.asim.pk/wp-content/uploads/2010/07/lighttpd-welcome-page-300x128.png" alt="" title="lighttpd-welcome-page" width="300" height="128" class="aligncenter size-medium wp-image-711" /></a></p>
<p>Lets install MySQL 5.1 server and client</p>
<pre class="brush: plain;">apt-get install mysql-server mysql-client</pre>
<p>and optionally phpMyAdmin</p>
<pre class="brush: plain;">apt-get install phpmyadmin</pre>
<p>Now create a test page to see if phpinfo is all Ok</p>
<pre class="brush: plain;">nano /var/www/info.php</pre>
<p>Type in the following</p>
<pre class="brush: php;">
&lt;?php
phpinfo();
</pre>
<p><a href="http://www.asim.pk/wp-content/uploads/2010/07/phpinfo-fastcgi.png"><img src="http://www.asim.pk/wp-content/uploads/2010/07/phpinfo-fastcgi-262x300.png" alt="" title="phpinfo-fastcgi" width="262" height="300" class="aligncenter size-medium wp-image-713" /></a><br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/" title="Installing PHP&#8217;s SSH2 extension on Ubuntu">Installing PHP&#8217;s SSH2 extension on Ubuntu</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>May 30, 2010 &#8212; <a href="http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/" title="Install PHP5 ADOdb extension on Ubuntu">Install PHP5 ADOdb extension on Ubuntu</a></li>
<li>May 29, 2010 &#8212; <a href="http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/" title="Installing T1LIB on Ubuntu">Installing T1LIB on Ubuntu</a></li>
<li>June 17, 2009 &#8212; <a href="http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/" title="Installing / re-installing and Configuring phpMyAdmin on Ubuntu">Installing / re-installing and Configuring phpMyAdmin on Ubuntu</a></li>
<li>May 1, 2009 &#8212; <a href="http://www.asim.pk/2009/05/01/installing-mysql-51-on-ubuntu/" title="Installing MySQL 5.1 on Ubuntu">Installing MySQL 5.1 on Ubuntu</a></li>
<li>January 9, 2009 &#8212; <a href="http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/" title="Intall Apache, MySQL and PHP on Ubuntu 8.10">Intall Apache, MySQL and PHP on Ubuntu 8.10</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/ubuntu-810-perfect-linux-distro-for-php-development/" title="Ubuntu 8.10, Perfect Linux distro for PHP development">Ubuntu 8.10, Perfect Linux distro for PHP development</a></li>
<li>July 29, 2010 &#8212; <a href="http://www.asim.pk/2010/07/29/using-facebook-graph-api-to-keep-an-eye-on-friends-activity/" title="Using Facebook Graph API to keep an eye on friends activity">Using Facebook Graph API to keep an eye on friends activity</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Depreciated errors on Ubuntu 10.04 LTS</title>
		<link>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/</link>
		<comments>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 20:01:51 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Depreciated]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=688</guid>
		<description><![CDATA[If you have installed LAMP (Apache, MySQL and PHP on Ubuntu 10.04 LTS) then running this on SSH php -v would be giving you certain PHP Depreciated warning like these root@sea:~# php -v PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0 PHP Deprecated: Comments starting [...]]]></description>
			<content:encoded><![CDATA[<p>If you have installed LAMP (Apache, MySQL and PHP on Ubuntu 10.04 LTS) then running this on SSH</p>
<pre class="brush: plain;">php -v</pre>
<p>would be giving you certain PHP Depreciated warning like these</p>
<pre class="brush: plain;">root@sea:~# php -v
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP 5.3.2-1ubuntu4 with Suhosin-Patch (cli) (built: Apr  9 2010 08:23:39)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies</pre>
<p>Its a noted bug with Ubuntu and changes may be pushed soon but to fix this just edit each of these files and replace comments starting with &#8216;<strong>#</strong>&#8216; to &#8216;<strong>;</strong>&#8216;.<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>May 30, 2010 &#8212; <a href="http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/" title="Install PHP5 ADOdb extension on Ubuntu">Install PHP5 ADOdb extension on Ubuntu</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/" title="Installing PHP&#8217;s SSH2 extension on Ubuntu">Installing PHP&#8217;s SSH2 extension on Ubuntu</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>May 29, 2010 &#8212; <a href="http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/" title="Installing T1LIB on Ubuntu">Installing T1LIB on Ubuntu</a></li>
<li>July 25, 2010 &#8212; <a href="http://www.asim.pk/2010/07/25/not-getting-a-package-on-ubuntu/" title="Not getting a package on Ubuntu?">Not getting a package on Ubuntu?</a></li>
<li>May 28, 2010 &#8212; <a href="http://www.asim.pk/2010/05/28/build-essentials-in-centos/" title="Build-Essentials in CentOS?">Build-Essentials in CentOS?</a></li>
<li>June 17, 2009 &#8212; <a href="http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/" title="Installing / re-installing and Configuring phpMyAdmin on Ubuntu">Installing / re-installing and Configuring phpMyAdmin on Ubuntu</a></li>
<li>May 1, 2009 &#8212; <a href="http://www.asim.pk/2009/05/01/installing-mysql-51-on-ubuntu/" title="Installing MySQL 5.1 on Ubuntu">Installing MySQL 5.1 on Ubuntu</a></li>
<li>March 4, 2009 &#8212; <a href="http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/" title="Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2">Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install PHP5 ADOdb extension on Ubuntu</title>
		<link>http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/#comments</comments>
		<pubDate>Sun, 30 May 2010 05:00:37 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ADOdb]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=673</guid>
		<description><![CDATA[ADOdb library is a very good data abstraction layer for PHP. Installing a PHP extension enables the library to auto-detect this and give even better performance. To install this library on Ubuntu 10.04 LTS do this apt-get install php5-adodb Related Posts (auto suggestions based on tags) July 19, 2010 &#8212; Installing Lighttpd, PHP and MySQL [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://adodb.sf.net/">ADOdb</a> library is a very good data abstraction layer for <a href="http://www.php.net">PHP</a>. Installing a PHP extension enables the library to auto-detect this and give even better performance. To install this library on <strong>Ubuntu 10.04 LTS</strong> do this</p>
<pre class="brush: plain;">apt-get install php5-adodb</pre>
<p><img src="http://www.asim.pk/wp-content/uploads/2010/05/php5-adodb-on-ubuntu.png" alt="" title="php5-adodb-on-ubuntu" width="638" height="128" class="aligncenter size-full wp-image-674" /><br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/" title="Installing PHP&#8217;s SSH2 extension on Ubuntu">Installing PHP&#8217;s SSH2 extension on Ubuntu</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>May 29, 2010 &#8212; <a href="http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/" title="Installing T1LIB on Ubuntu">Installing T1LIB on Ubuntu</a></li>
<li>July 25, 2010 &#8212; <a href="http://www.asim.pk/2010/07/25/not-getting-a-package-on-ubuntu/" title="Not getting a package on Ubuntu?">Not getting a package on Ubuntu?</a></li>
<li>May 28, 2010 &#8212; <a href="http://www.asim.pk/2010/05/28/build-essentials-in-centos/" title="Build-Essentials in CentOS?">Build-Essentials in CentOS?</a></li>
<li>June 17, 2009 &#8212; <a href="http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/" title="Installing / re-installing and Configuring phpMyAdmin on Ubuntu">Installing / re-installing and Configuring phpMyAdmin on Ubuntu</a></li>
<li>May 1, 2009 &#8212; <a href="http://www.asim.pk/2009/05/01/installing-mysql-51-on-ubuntu/" title="Installing MySQL 5.1 on Ubuntu">Installing MySQL 5.1 on Ubuntu</a></li>
<li>March 4, 2009 &#8212; <a href="http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/" title="Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2">Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing T1LIB on Ubuntu</title>
		<link>http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/#comments</comments>
		<pubDate>Sat, 29 May 2010 05:00:43 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[T1Lib]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=671</guid>
		<description><![CDATA[I recently found out about T1LIB. But I had no clue how to install this. Lucky for me I am on Ubuntu and I have the ability to search for a package. T1LIB is actually in the latest Ubuntu 10.04 LTS. You can install it by punching in the following command apt-get install t1lib-bin Related [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found out about <a href="http://www.t1lib.org/">T1LIB</a>. But I had no clue how to install this. Lucky for me I am on <a href="http://www.ubuntu.com">Ubuntu</a> and I have the ability to search for a package.</p>
<p><a href="http://packages.ubuntu.com/source/lucid/t1lib">T1LIB is actually in the latest Ubuntu 10.04 LTS</a>. You can install it by punching in the following command</p>
<pre class="brush: plain;">apt-get install t1lib-bin</pre>
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/" title="Installing PHP&#8217;s SSH2 extension on Ubuntu">Installing PHP&#8217;s SSH2 extension on Ubuntu</a></li>
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>May 30, 2010 &#8212; <a href="http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/" title="Install PHP5 ADOdb extension on Ubuntu">Install PHP5 ADOdb extension on Ubuntu</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>May 28, 2010 &#8212; <a href="http://www.asim.pk/2010/05/28/build-essentials-in-centos/" title="Build-Essentials in CentOS?">Build-Essentials in CentOS?</a></li>
<li>June 17, 2009 &#8212; <a href="http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/" title="Installing / re-installing and Configuring phpMyAdmin on Ubuntu">Installing / re-installing and Configuring phpMyAdmin on Ubuntu</a></li>
<li>May 1, 2009 &#8212; <a href="http://www.asim.pk/2009/05/01/installing-mysql-51-on-ubuntu/" title="Installing MySQL 5.1 on Ubuntu">Installing MySQL 5.1 on Ubuntu</a></li>
<li>March 4, 2009 &#8212; <a href="http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/" title="Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2">Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2</a></li>
<li>January 22, 2009 &#8212; <a href="http://www.asim.pk/2009/01/22/ubuntu-setting-default-gateway-ip-etc/" title="Ubuntu: Setting default gateway / ip etc">Ubuntu: Setting default gateway / ip etc</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build-Essentials in CentOS?</title>
		<link>http://www.asim.pk/2010/05/28/build-essentials-in-centos/</link>
		<comments>http://www.asim.pk/2010/05/28/build-essentials-in-centos/#comments</comments>
		<pubDate>Fri, 28 May 2010 17:43:21 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[Build-Essentials]]></category>
		<category><![CDATA[Essentials]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[YUM]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=665</guid>
		<description><![CDATA[If you are like me, you may be doing this to install essential build libraries to compile something from source # wrong method yum install build-essential Build essential is a Ubuntu / Debian package. On CentOS, you need to do this yum groupinstall &#34;Development Tools&#34; Warning: This will install all development tools approx 49 packages [...]]]></description>
			<content:encoded><![CDATA[<p>If you are like me, you may be doing this to install essential build libraries to compile something from source</p>
<pre class="brush: plain;"># wrong method
yum install build-essential</pre>
<p> <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Build essential is a Ubuntu / Debian package. On CentOS, you need to do this</p>
<pre class="brush: plain;">yum groupinstall &quot;Development Tools&quot;</pre>
<p><strong>Warning:</strong> This will install all development tools approx 49 packages closing to 65MB<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>May 30, 2010 &#8212; <a href="http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/" title="Install PHP5 ADOdb extension on Ubuntu">Install PHP5 ADOdb extension on Ubuntu</a></li>
<li>May 29, 2010 &#8212; <a href="http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/" title="Installing T1LIB on Ubuntu">Installing T1LIB on Ubuntu</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/linode-is-blazzing-fast/" title="Linode is Blazzing Fast">Linode is Blazzing Fast</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/" title="Installing PHP&#8217;s SSH2 extension on Ubuntu">Installing PHP&#8217;s SSH2 extension on Ubuntu</a></li>
<li>May 8, 2010 &#8212; <a href="http://www.asim.pk/2010/05/08/bought-a-new-vps-from-quickweb/" title="Bought a new VPS from QuickWeb">Bought a new VPS from QuickWeb</a></li>
<li>January 9, 2010 &#8212; <a href="http://www.asim.pk/2010/01/09/to-update-or-not-to-update/" title="To update or not to update?">To update or not to update?</a></li>
<li>August 7, 2009 &#8212; <a href="http://www.asim.pk/2009/08/07/centos-yum-update-missing-dependency-error/" title="CentOS yum update missing dependency error">CentOS yum update missing dependency error</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/28/build-essentials-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PHP&#8217;s SSH2 extension on Ubuntu</title>
		<link>http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/</link>
		<comments>http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/#comments</comments>
		<pubDate>Thu, 27 May 2010 16:18:45 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[PHPIZE]]></category>
		<category><![CDATA[SSH2]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu 10.04 LTS]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=660</guid>
		<description><![CDATA[On Ubuntu 10.04 LTS, Do this (there&#8217;s no need to do any compiling anymore) apt-get install libssh2-1-dev libssh2-php You can now test if PHP recognizes it&#8217;s new ssh2 extension by running: php -m &#124;grep ssh2 Don&#8217;t forget to restart Apache service apache2 restart Related Posts (auto suggestions based on tags) July 19, 2010 &#8212; Installing [...]]]></description>
			<content:encoded><![CDATA[<p>On Ubuntu 10.04 LTS, Do this (there&#8217;s no need to do any compiling anymore)</p>
<pre class="brush: plain;">apt-get install libssh2-1-dev libssh2-php</pre>
<p>You can now test if PHP recognizes it&#8217;s new ssh2 extension by running:</p>
<pre class="brush: plain;">php -m |grep ssh2</pre>
<p>Don&#8217;t forget to restart Apache</p>
<pre class="brush: plain;">service apache2 restart</pre>
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>June 21, 2010 &#8212; <a href="http://www.asim.pk/2010/06/21/php-depreciated-errors-on-ubuntu-10-04-lts/" title="PHP Depreciated errors on Ubuntu 10.04 LTS">PHP Depreciated errors on Ubuntu 10.04 LTS</a></li>
<li>May 30, 2010 &#8212; <a href="http://www.asim.pk/2010/05/30/install-php5-adodb-extension-on-ubuntu/" title="Install PHP5 ADOdb extension on Ubuntu">Install PHP5 ADOdb extension on Ubuntu</a></li>
<li>May 29, 2010 &#8212; <a href="http://www.asim.pk/2010/05/29/installing-t1lib-on-ubuntu/" title="Installing T1LIB on Ubuntu">Installing T1LIB on Ubuntu</a></li>
<li>January 8, 2009 &#8212; <a href="http://www.asim.pk/2009/01/08/ubuntu-810-perfect-linux-distro-for-php-development/" title="Ubuntu 8.10, Perfect Linux distro for PHP development">Ubuntu 8.10, Perfect Linux distro for PHP development</a></li>
<li>July 29, 2010 &#8212; <a href="http://www.asim.pk/2010/07/29/using-facebook-graph-api-to-keep-an-eye-on-friends-activity/" title="Using Facebook Graph API to keep an eye on friends activity">Using Facebook Graph API to keep an eye on friends activity</a></li>
<li>July 25, 2010 &#8212; <a href="http://www.asim.pk/2010/07/25/not-getting-a-package-on-ubuntu/" title="Not getting a package on Ubuntu?">Not getting a package on Ubuntu?</a></li>
<li>May 28, 2010 &#8212; <a href="http://www.asim.pk/2010/05/28/build-essentials-in-centos/" title="Build-Essentials in CentOS?">Build-Essentials in CentOS?</a></li>
<li>January 7, 2010 &#8212; <a href="http://www.asim.pk/2010/01/07/exploring-kohana-as-an-alternative-to-codeigniter/" title="Exploring Kohana as an Alternative to CodeIgniter">Exploring Kohana as an Alternative to CodeIgniter</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/27/installing-phps-ssh2-extension-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve ‘You do not have sufficient permissions to access this page.’ in WordPress</title>
		<link>http://www.asim.pk/2010/04/08/how-to-solve-%e2%80%98you-do-not-have-sufficient-permissions-to-access-this-page-%e2%80%99-in-wordpress/</link>
		<comments>http://www.asim.pk/2010/04/08/how-to-solve-%e2%80%98you-do-not-have-sufficient-permissions-to-access-this-page-%e2%80%99-in-wordpress/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 12:22:46 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Database Prefix]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=628</guid>
		<description><![CDATA[I have been getting the following error because I changed the database table prefix You do not have sufficient permissions to access this page. The cause of the problem is that you have changed the database prefixes but still, some of the word press config is tied down to the previous prefix (wp_ or something) [...]]]></description>
			<content:encoded><![CDATA[<p>I have been getting the following error because I changed the database table prefix</p>
<blockquote><p>You do not have sufficient permissions to access this page.</p></blockquote>
<p>The cause of the problem is that you have changed the database prefixes but still, some of the word press config is tied down to the previous prefix (wp_ or something)</p>
<p>Just execute the following two queries</p>
<pre class="brush: sql; toolbar: false;">
-- Replace 'prefix_' with your actual prefix
UPDATE `prefix_usermeta` SET `meta_key` = REPLACE( `meta_key` , 'wp_', 'prefix_' );

-- Replace 'prefix_' with your actual prefix
UPDATE `prefix_options` SET `option_name` = 'prefix_user_roles' WHERE `option_name` ='wp_user_roles' AND `blog_id` =0;</pre>
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>May 31, 2008 &#8212; <a href="http://www.asim.pk/2008/05/31/a-bug-in-wordpress-v-251/" title="A Bug in WordPress v 2.5.1">A Bug in WordPress v 2.5.1</a></li>
<li>July 19, 2010 &#8212; <a href="http://www.asim.pk/2010/07/19/installing-lighttpd-php-and-mysql-on-ubuntu/" title="Installing Lighttpd, PHP and MySQL on Ubuntu">Installing Lighttpd, PHP and MySQL on Ubuntu</a></li>
<li>June 20, 2010 &#8212; <a href="http://www.asim.pk/2010/06/20/set-mysql-root-password-on-fresh-copy-from-solusvm-os-template/" title="Set mysql&#8217;s root password on fresh copy from SolusVM OS template">Set mysql&#8217;s root password on fresh copy from SolusVM OS template</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>January 9, 2010 &#8212; <a href="http://www.asim.pk/2010/01/09/finally-updated-my-blog-theme-in-2010/" title="Finally updated my blog theme in 2010">Finally updated my blog theme in 2010</a></li>
<li>January 7, 2010 &#8212; <a href="http://www.asim.pk/2010/01/07/wordpresss-upgrade-automatically-has-issues/" title="WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues">WordPress&#8217;s &#8216;upgrade automatically&#8217; has issues</a></li>
<li>December 23, 2009 &#8212; <a href="http://www.asim.pk/2009/12/23/wordpress-2-9-is-cool/" title="WordPress 2.9 is cool!">WordPress 2.9 is cool!</a></li>
<li>July 2, 2009 &#8212; <a href="http://www.asim.pk/2009/07/02/how-to-install-apache-php-and-mysql-on-centos/" title="How to Install Apache, PHP and MySQL on CentOS">How to Install Apache, PHP and MySQL on CentOS</a></li>
<li>May 26, 2009 &#8212; <a href="http://www.asim.pk/2009/05/26/how-to-list-stored-procedures-and-functions-in-mysql-database/" title="How to list Stored Procedures and Functions in MySQL database">How to list Stored Procedures and Functions in MySQL database</a></li>
<li>May 1, 2009 &#8212; <a href="http://www.asim.pk/2009/05/01/installing-mysql-51-on-ubuntu/" title="Installing MySQL 5.1 on Ubuntu">Installing MySQL 5.1 on Ubuntu</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/04/08/how-to-solve-%e2%80%98you-do-not-have-sufficient-permissions-to-access-this-page-%e2%80%99-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Pear &#8216;unsupported protocal&#8217; error</title>
		<link>http://www.asim.pk/2010/01/12/fixing-pear-unsupported-protocal-error/</link>
		<comments>http://www.asim.pk/2010/01/12/fixing-pear-unsupported-protocal-error/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 07:00:58 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Pear]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[PHP 5.3]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=598</guid>
		<description><![CDATA[Are you getting the following error while updating any package in pear? pear.php.net is using a unsupported protocal &#8211; This should never happen. I got this error right after I upgraded PHP from 5.2 to 5.9 (using CentOS-Testing repo). To resolve this situation, do this. rm -fr /usr/share/pear/.channels and then do this pear update-channels It [...]]]></description>
			<content:encoded><![CDATA[<p>Are you getting the following error while updating any package in pear?</p>
<blockquote><p>pear.php.net is using a unsupported protocal &#8211; This should never happen.</p></blockquote>
<p>I got this error right after I upgraded PHP from 5.2 to 5.9 (using CentOS-Testing repo). To resolve this situation, do this.</p>
<pre class="brush: plain;">rm -fr /usr/share/pear/.channels</pre>
<p>and then do this</p>
<pre class="brush: plain;">pear update-channels</pre>
<p>It should now give you the following output</p>
<pre class="brush: plain;">Updating channel &quot;doc.php.net&quot;
Update of Channel &quot;doc.php.net&quot; succeeded
Updating channel &quot;pear.php.net&quot;
Update of Channel &quot;pear.php.net&quot; succeeded
Updating channel &quot;pecl.php.net&quot;
Update of Channel &quot;pecl.php.net&quot; succeeded</pre>
<p>That&#8217;s it, your issue is resolved.<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>July 10, 2009 &#8212; <a href="http://www.asim.pk/2009/07/10/installing-php-5-2-6-on-centos-box/" title="Installing PHP 5.2.6 on CentOS box">Installing PHP 5.2.6 on CentOS box</a></li>
<li>May 28, 2010 &#8212; <a href="http://www.asim.pk/2010/05/28/build-essentials-in-centos/" title="Build-Essentials in CentOS?">Build-Essentials in CentOS?</a></li>
<li>May 27, 2010 &#8212; <a href="http://www.asim.pk/2010/05/27/linode-is-blazzing-fast/" title="Linode is Blazzing Fast">Linode is Blazzing Fast</a></li>
<li>May 15, 2010 &#8212; <a href="http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/" title="Good bye CentOS! Hello Ubuntu">Good bye CentOS! Hello Ubuntu</a></li>
<li>May 8, 2010 &#8212; <a href="http://www.asim.pk/2010/05/08/bought-a-new-vps-from-quickweb/" title="Bought a new VPS from QuickWeb">Bought a new VPS from QuickWeb</a></li>
<li>January 13, 2010 &#8212; <a href="http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/" title="Joomla does not support PHP 5.3">Joomla does not support PHP 5.3</a></li>
<li>January 9, 2010 &#8212; <a href="http://www.asim.pk/2010/01/09/to-update-or-not-to-update/" title="To update or not to update?">To update or not to update?</a></li>
<li>August 7, 2009 &#8212; <a href="http://www.asim.pk/2009/08/07/centos-yum-update-missing-dependency-error/" title="CentOS yum update missing dependency error">CentOS yum update missing dependency error</a></li>
<li>July 2, 2009 &#8212; <a href="http://www.asim.pk/2009/07/02/how-to-install-apache-php-and-mysql-on-centos/" title="How to Install Apache, PHP and MySQL on CentOS">How to Install Apache, PHP and MySQL on CentOS</a></li>
<li>July 1, 2009 &#8212; <a href="http://www.asim.pk/2009/07/01/how-to-install-webmin-in-centos/" title="How to Install Webmin in CentOS">How to Install Webmin in CentOS</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/01/12/fixing-pear-unsupported-protocal-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
