Step by Step gpg –keyserver keys.gnupg.net –recv-key 89DF5277 && gpg -a –export 89DF5277 | apt-key add Add sources nano /etc/apt/sources.list…
You are trying to start up a service and you are not getting an output here is a quick solution…
Speed Up the Web with Google Page Speed = Apache2 If you’re on a 64-bit version (likely)… wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb…
I hear a lot of time that people complaints about “Magento is very slow”. In my opinion Magento is not…
Great news, I was able to compile Nginx with the following modules for all Ubuntu flavors listed below nginx version:…
I’ve pre-compile nginx 1.6.2, with the following modules. You will get Google Pagespeed, Mod_Security and all your Gzip compression modules, I’ve…
Block Country using Iptables #!/bin/bash # Purpose: Block all traffic from AFGHANISTAN (af) and CHINA (CN). Use ISO code. #…
Today, I will share how to setup a Nginx Webserver allowing you to create dynamic web applications with Nginx, PHP5…
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…