Some times when you access your website or others, you may see this error in Chrome Browser (Not in Firefox Browser or other browser). As you can see […]
Trending Posts
Disable ModSecurity (mod_security) Via .htaccess file
Disable ModSecurity (mod_security) Via .htaccess file. ModSecurity is a web application firewall.It provides a wide range of security in Web applications.Real time traffic monitoring and analysis without messing […]
Youtube-DL
Download Youtube videos using Terminal/Command Line in Linux
Download Youtube videos using Terminal/Command Line in Linux, mmm… I know, many of you has been search for a software for downloading videos from Youtube.Like Windows, Linux doesn’t […]
Push backups automatically to Git Repository
Push backups automatically to Git Repository or Cloud is very useful for your protecting database data.To automatically push backup to git repository, we have to certain things first. […]
Cron setup for Mysql automatic backup Linux
Cron setup for Mysql automatic backup Linux, Back upping MySql database is always a pain for some people.And, manual back upping procedure takes a lot of your time […]
Split Excel CSV into Multiple files using Bash script
Split Excel CSV into Multiple files using Bash script. For example if you have a csv with more than 15000 products, and you have to split it into […]
Setup Envoy Laravel Linux
Setup Envoy Laravel Linux is easy and gives many advantages.Laravel is very popular today,Laravel Envoy provides a clean, minimal syntax for running tasks on remote servers without effort. […]
VirtualBox Installation Linux
VirtualBox Intallation Linux, Oracle VirtualBox is developed by Oracle Corporation. And, is used for virtualization purposes. virtualization, in simple means, i can say runnig an operationg system inside […]
Add Google Analytics code to WordPress without plugins
How to add Google Analytics code to WordPress theme, without any plugins ?. In wordpress for every problem there is a plugin to solve the issue. But, most […]
Git setup in Linux OS
Git setup in Linux OS, Git is the most widely used version control system for software development. This a distributed revision control system provides speed, data integrity, and […]
Install Apache MySQL PHP and PHPmyadmin
Apache Installation Install Apache MySQL PHP and PHPmyadmin.Apache is the most widely user webserver over 50% of total world servers. Ok.Let’s start the installation. sudo apt-get update sudo […]
Install Apache MySQL PHP and phpMyAdmin Arch Linux
Install Apache MySQL PHP and PHPmyadmin Arch Linux is always a pain for some people.In this tutorial, i am going to give you a full outline to do […]
How to do Leverage Browser Caching
Before we stat with How to do Leverage Browser Caching, we should look what is a browser caching and where it is used. Browser Caching Caching/storing contents/resource files […]
How to enable Gzip compression on Websites
What is Gzip Compression ? Gzip compression is a techniques/compression method to reduce the size of files like HTML,JS,CSS etc.By enabling Gzip compression on websites, you can increase […]