Unblocked blocked website and open blocked website are common problem that I face when I’m in the office. Sometime I need to open facebook, gmail, youtube etc but its get blocked due to office IT policy restriction. A few way to overcome that problem are : Using UltraVPN – How To Open Blocked Websites with […]
How to Install thedude on Windows 7
Open my access point at home for public use sometime lead me to trouble. Selfish neighbor sometime use it for download huge file and make my surf experience getting worst at that time. I feel I only need to educate them for use the connection wisely. My homework is detect who is using the connection […]
Downgrade php version from 5.3 to 5.2 on Ubuntu 10.10 x86
New Server has come and again I must downgrade php version to 5.2 due to some problem on web application. I use same method I use for Ubuntu 10.04 for Ubuntu 10.10 x86. Let start Download required files for PHP 5.2 from Ubuntu Karmic repository #cd /etc/apt/sources.list.d #wget http://randyfay.com/sites/default/files/karmic_0.list # cd /etc/apt/preferences.d/ #wget http://randyfay.com/sites/default/files/php_1. # […]
mysql error : Can’t create/write to file ‘/tmp/#sql_1581_0.MYI’ (Errcode: 13)
Recent PHP downgrade to 5.2.10 also bring another problem with phpmyadmin. When I try to browse data it work but when I try to see table structure I have this error : Can’t create/write to file ‘/tmp/#sql_1581_0.MYI’ (Errcode: 13) Being curios if the problem caused by phpmyadmin I try shell way : # mysql -uroot […]
Downgrade php version from 5.3 to 5.2 on Ubuntu 10.04 i386
I have chance to install new server with standard requirement. SSH, Bind9 and LAMP. All process is smooth using i386 version of Ubuntu 10.04 but my friend complain about his web application not work well and after little investigation it looks like due to PHP version. Quick search on Google lead me to RandyFay post […]