<?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; Tips and Tricks</title>
	<atom:link href="http://www.asim.pk/tags/tips-and-tricks/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>Got my first Linode today</title>
		<link>http://www.asim.pk/2010/06/25/got-my-first-linode-today/</link>
		<comments>http://www.asim.pk/2010/06/25/got-my-first-linode-today/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 13:44:55 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Linode]]></category>
		<category><![CDATA[XEN]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=697</guid>
		<description><![CDATA[Today at around 02am, I signed up for my very own LINODE. I have been with many different cheap providers but one way or the other, LINODE impressed me a lot. My client, at work, also signed up for LINODE at my recommendation a little while ago. Linode uses 1GB pipe networking port on a [...]]]></description>
			<content:encoded><![CDATA[<p>Today at around 02am, I signed up for my very own <a href="http://www.asim.pk/2010/05/27/linode-is-blazzing-fast/"><strong>LINODE</strong></a>. I have been with many different cheap providers but one way or the other, LINODE impressed me a lot.</p>
<p>My client, at work, also <a href="http://www.asim.pk/2010/05/27/linode-is-blazzing-fast/">signed up for LINODE at my recommendation</a> a little while ago. Linode uses 1GB pipe networking port on a XEN VPS that gives you blazzing fast speed as if its on your local machine. I choose London data center for my VPS.</p>
<p><strong>Update:</strong> If you want to signup for LINODE, please use my referral link <a href="http://www.linode.com/?r=587d6a71720a4606811a5710431462642c56bc21">http://www.linode.com/?r=587d6a71720a4606811a5710431462642c56bc21</a>. It will give you the same price but it will help me a little.<br />
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>June 28, 2010 &#8212; <a href="http://www.asim.pk/2010/06/28/the-planet-announces-cloud-hosting/" title="The Planet Announces Cloud Hosting">The Planet Announces Cloud Hosting</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 23, 2010 &#8212; <a href="http://www.asim.pk/2010/07/23/linode-benchmark/" title="Linode Benchmark">Linode Benchmark</a></li>
<li>July 7, 2010 &#8212; <a href="http://www.asim.pk/2010/07/07/i-want-to-have-your-babies-linode-blog/" title="&#8220;I want to have your babies&#8221; @ Linode Blog">&#8220;I want to have your babies&#8221; @ Linode Blog</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>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/06/25/got-my-first-linode-today/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to change &#8220;-bash-*&#8221;?</title>
		<link>http://www.asim.pk/2010/06/23/how-to-change-bash/</link>
		<comments>http://www.asim.pk/2010/06/23/how-to-change-bash/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 15:07:47 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=690</guid>
		<description><![CDATA[If you are seeing this in your bash (SSH), It makes it tough to navigate through SSH since it doesn&#8217;t give you much information. -bash-3.2# To fix that, you can simply type this in your SSH when logged in: PS1=&#34;[\u@\h \W]\$ &#34; Related Posts (auto suggestions based on tags) May 8, 2010 &#8212; How to [...]]]></description>
			<content:encoded><![CDATA[<p>If you are seeing this in your bash (SSH), It makes it tough to navigate through SSH since it doesn&#8217;t give you much information. </p>
<pre class="brush: plain;">-bash-3.2#</pre>
<p>To fix that, you can simply type this in your SSH when logged in:</p>
<pre class="brush: plain;">PS1=&quot;[\u@\h \W]\$ &quot;</pre>
<h3>Related Posts (auto suggestions based on tags)</h3>
<ul class="related_post">
<li>May 8, 2010 &#8212; <a href="http://www.asim.pk/2010/05/08/how-to-change-password-in-linux-console/" title="How to change password in linux console?">How to change password in linux console?</a></li>
<li>January 6, 2009 &#8212; <a href="http://www.asim.pk/2009/01/06/using-cakephp-bake-tool-on-linux/" title="Using CakePHP&#8217;s Bake on Linux">Using CakePHP&#8217;s Bake on Linux</a></li>
<li>September 29, 2008 &#8212; <a href="http://www.asim.pk/2008/09/29/ffmpeg-commands-for-all-needs/" title="19 ffmpeg commands for all needs">19 ffmpeg commands for all needs</a></li>
<li>July 2, 2008 &#8212; <a href="http://www.asim.pk/2008/07/02/how-to-create-a-tar-file-using-ssh-on-linux/" title="How to create a tar file using SSH on Linux">How to create a tar file using SSH on Linux</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>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>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>
<li>May 14, 2009 &#8212; <a href="http://www.asim.pk/2009/05/14/creating-and-installing-crontabs-using-codeigniter/" title="Creating and Installing crontabs using CodeIgniter">Creating and Installing crontabs using CodeIgniter</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/06/23/how-to-change-bash/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>Good bye CentOS! Hello Ubuntu</title>
		<link>http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/</link>
		<comments>http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/#comments</comments>
		<pubDate>Fri, 14 May 2010 20:01:00 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS 5.4]]></category>
		<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[EPEL]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=655</guid>
		<description><![CDATA[Its been about almost more then two years since I have been playing with CentOS on many different platforms etc. Its very stable but on the other hand, PHP/MySQL updates are very hard to get and still PHP is 5.1.6. I tried EPEL repo and it updated PHP to 5.3.1 but still there were conflicts [...]]]></description>
			<content:encoded><![CDATA[<p>Its been about almost more then two years since I have been playing with CentOS on many different platforms etc. Its very stable but on the other hand, PHP/MySQL updates are very hard to get and still PHP is 5.1.6. I tried EPEL repo and it updated PHP to 5.3.1 but still there were conflicts with stuff and many core packages.</p>
<p>So, I thought why not move to Ubuntu since it has just announced 10.04LTS (Long Term Support) in April 2010. Folks at iWeb were really nice to do a reinstall without any charges and also process a memory upgrade request at an amazing 50% discount.</p>
<p><strong>Ubuntu 10.04 LTS</strong></p>
<ul>
<li>Apache 2 version is 2.2.14</li>
<li>PHP version is 5.3.2</li>
<li>MySQL version is 5.1.41-3ubuntu12</li>
<li>SVN (Subversion) version is 1.6.6</li>
</ul>
<p><strong>As a comparison CentOS 5.4 has the following versions</strong></p>
<ul>
<li>Apache 2 version is 2.2.3</li>
<li>PHP version is 5.1.6</li>
<li>MySQL version is 5.0.77</li>
<li>SVN (Subversion) version is 1.4.2</li>
</ul>
<p>So if you are a PHP developer looking to deploy a Linux flavour on your new box, choose Ubuntu <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><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 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>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 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>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>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 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>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>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2010/05/15/good-bye-centos-hello-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
