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
Playing With Linux Vim
Vim (Vi Improved) in a Unix/Linux text editor. It’s an improved version of Vi and is used in most modern Linux distributions from the command line or as an READ MORE
Installing suPHP on CentOS With Virtualmin/Webmin
What is suPHP? suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary READ MORE
15 most used linux commands and how to use them
Lately I’ve been using linux commands a lot, to configure servers and to optimize them. So I decided to write about my 15 most used commands linux, a brief explanations READ MORE
Understanding the Current Memory Usage in Linux
To check the overall memory usage on your linux, we can use the command: free This will show the memory usage in KB (default), If you want to check your READ MORE