Tutorials
This is our main category for all our tutorial based articles. You can find almost anything from server configuration to website optimization.
Website speed test and website performance review

Website speed test and website performance review Everyone knows about the famous speedtest.net tester, if not, do check it out! So what of it? Well similar to how you test your internet connection speed, you can check your websites page speed and receive a report based on on each online tool features that are provided.
How to fix wp-super-cache 0 Cached Pages
Installing mod_security and mod_evasive on Debian

Installing mod_security and mod_evasive on Debian In this article I’m going to show you how to install mod_security for web scanning and mod_evasive for dos protection. First thing you need to have a Webserver like apache installed and also with mod_headers enabled:
1 |
a2enmod headers |
After you are done installing the Webserver we can begin and install
Speed website by adding browser cache
How to create a cpanel account package

How to create a cpanel account package in WHM Today I’m going to explain how to create a cpanel account package for cpanel/WHM to allow you to create limited cpanel accounts for your clients. What I’m about to explain should be available on cpanel.net website already, I’m only going to select the tutorial and explain
How to view device information about your hardware on linux

How to view device information about your hardware on linux Some of us will want to view the hardware information in a system without really taking the system apart and checking each component at a time. On linux you normally have a lot of options, normally structured based on exactly the things you need. For
Speed check when ICMP packets are disabled, hping3
How to fix nginx logrotate error
How to increase website speed in a slow Joomla site
Install memcached php extension CentOS 5 and 6

Install memcached php extension Ok, I recently explained how to install memcached on Centos 5 and 6, now we need to install the memcached php extension to use it in your php web applications. There are two ways to do this, using Pecl or manually compiling it. I’ll explain both ways here and I’ll start