Step 1) Switch from MyISAM to InnoDB (e.g. XtraDB) Step 2) /etc/mysql/my.cnf default_storage_engine = InnoDB innodb_log_file_size = 128M innodb_buffer_pool_size = 8G…
How I achieve 2.8s Load time in Magento as compare to 10s using the following In order to have Defer…
Today : I would like to share how you setup a fast Webs Server with MYSQL . In this tutorial you…
Hello – Today, I am going to show how you can install zabbix monitoring tool on Ubuntu 12.04 Precise. Edit…
Hello Its been a long time since I last updated my blog as I was busy with so many other…
Ok, on to the solution:: So, you left compilation mode on, but cannot reach the backend to switch it off.…
Next, download my script. from here Or, at the command prompt, type the following ; cd /tmp chmod +x install_fresh_openerp.sh…
Take a Code backup as well as DB backup before upgrade. Use SSH to upgrade. Follow below steps to upgrade..…
Just Add location ~ .php/ { rewrite ^(.*.php)/ $1 last; }