Clone or Migrate WordPress to a Different Domain Name & Fix Static Links
Some WordPress themes and plugins write the full URL of a website inside their temporary files or database which makes it hard to change the domain name of a READ MORE
Fix Yum Update Duplicate Packages Issue
First install yum utils if it’s not installed yum install yum-utils 1- Second, start with yum-complete-transaction yum update 2- If that doesn’t work, try yum clean all yum update 3- READ MORE
How To Fix: InnoDB Enabled But Not Starting
This is for CentOS, but it should work on Debian/Ubuntu as well. There are two reasons why InnoDB would not start: It’s not enabled in my.cnf The log files are READ MORE
Forwarding IP Address From Varnish to Apache On Ubuntu & CentOS
By default, varnish doesn’t forward the public IP of the visitor to the web server such as Apache or Nginx. This makes it harder to detect the visitors’ real READ MORE
Protecting Owncloud Against Bruteforce Attacks With Fail2ban
OwnCloud is a great web application that can be installed on a server and allows the sync & share of files, music, movies, calendar and contacts. However, one weakness that READ MORE
Hiding Your IP Address Using SSH Tunneling Tutorial
So you want to hide your IP Address without using a VPN or turning your server to a proxy? This tutorial will show you how to tunnel your internet READ MORE