Month: October 2011

  • Install AMD Radeon HD 6470M and solve overheat on Ubuntu 11.10 Oneiric

    UPDATE: Try upgrade your BIOS. Several people have said they reduce heat by upgrading the BIOS. http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=th&prodNameId=5086746&prodTypeId=321957&prodSeriesId=5086745&swLang=13&taskId=135&swEnvOID=4061#93211 Please note that installing the latest AMD ATI Radeon FGLRX still not solve the overheat issue. I recommend you to switch off the radeon VGA and use Intel VGA card. It will decrease overheat from 90 C fall […]

  • Install Ubuntu Server on Virtualbox, Guest Addition & Solve network problem

    Installing Ubuntu Desktop 11.04 or 11.10 on Virtualbox is easy. All you need is just configure NAT & Host-only adapter to make VM can connect to internet and Host. Also, there is easy installation for Virtualbox Guest Addition, which can done with right-click. But it’s different with Ubuntu Server on Virtualbox. It’s doesn’t have GUI. […]

  • Solving WordPress not loaded properly in NGINX

    I have built a few wordpress sites on HAProxy and NGINX. Somehow, my clients tell me that wp-admin doesn’t loaded properly. When start new post or editing, text menu doesn’t load properly. Also, when show button clicked on image manager, it will get nothing. So, i try to check and got this by firebug : […]

  • Install and configure Vagrant on Ubuntu Oneiric 11.10

    Installing Vagrant on Ubuntu 11.04 using base tutorial on vagrantup.com will give success result. But not with Ubuntu Oneiric. This is because gem path changes and “Invalid gemspec invalid date format in specification”. Here are right steps to install & run Vagrant on Ubuntu 11.10 : 1. Install & Configuring Virtualbox Go to https://www.virtualbox.org/wiki/Linux_Downloads and […]

  • Configuring CakePHP works in sub-folder Localhost NGINX

    Building CakePHP in sub-folder of localhost is a common way. If you use NGINX as web server for development, we need to setup several thing to make CakePHP works in sub-folder. For example, i have one CakePHP applications 1234567localhost  |_ mycakephp        |_ app        |_ cake        |_ […]

  • Configuring WordPress on Localhost NGINX sub-folder

    Using WordPress on localhost with sub-folder in Apache is very easy. But using NGINX, it will little bit differents. Usually, we use custom domain like http://wordpress, register domain into “/etc/hosts” and define into NGINX sites-available. But, this is not effective way. We like to access our wordpress like Apache. Access WordPress from localhost like http://localhost/wordpress […]

  • Upgrade WordPress using command-line in 10 seconds

    WordPress always release their engine most in every 2 month or less. Using command-line will make upgrading wordpress done in 10 seconds. I assume you have latest version of wordpress in folder called “wordpress”. And i have “wordpress-old” as my old wordpress. Make latest and old on same level folder and do this : 1. […]