Good bye CentOS! Hello Ubuntu
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...
View ArticleInstalling PHP’s SSH2 extension on Ubuntu
On Ubuntu 10.04 LTS, Do this (there’s no need to do any compiling anymore) apt-get install libssh2-1-dev libssh2-php You can now test if PHP recognizes it’s new ssh2 extension by running: php -m |grep...
View ArticleInstall PHP5 ADOdb extension on Ubuntu
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...
View ArticlePHP Depreciated errors on Ubuntu 10.04 LTS
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:...
View ArticleInstalling Lighttpd, PHP and MySQL on Ubuntu
If you are not getting a package on Ubuntu, please check to see if your /etc/apt/sources.list file is updated. This is common with most VPS providers On VPS, especially with challenging small memory...
View ArticleNot getting a package on Ubuntu?
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...
View ArticleSpacerich VPS Benchmark
Update (26-Aug-2010): From my experience, they have very huge iowait and hence I/O problems on their VPS servers. You have to wait for like 10-15 seconds for a ‘uptime’ command to execute which is...
View ArticleVPSLatch VPS Benchmark
Unix Benchmark results from VPSLatch (OpenVZ running Ubuntu 10.04 LTS 32bit on their Orlando, FL node) using unixbench v 5.1.2 Specs: 1024MB / 60GB OpenVZ running Ubuntu 10.04 LTS 32bit Note: This VPS...
View Article