Setup PPTP VPN Ubuntu server
VPN is one of the way to encrypt data via a network. This article will guide you to setup PPTP VPN server using Ubuntu. There are many type of VPN…
Using outdated repo Centos 6
Sometimes you still need to use Centos 6 on your production server. But you cannot update the Centos 6 because outdated repo. You will get similar error when you try…
Set local ip under rescue mode Centos
Sometimes we need to set local ip under rescue mode Centos because we need to reinstall kernel. It is basically the same as this article, just this time I create…
Centos 7 stuck at dracut shell after change hardisk
When using Intel hardware fake raid there are possibilities you will be stuck at dracut shell after changing the harddisk on Centos 7. However, supposed we can still boot the…
Simple shell script loop for cpanel backup
I wrote the simple script loop for cpanel backup with –skiphomedir option. This is useful for my own note. The script is very simple. It just does loop cpanel backup…
Shell script to check weekly and monthly backup date
This shell script is to check weekly and monthly backup date. I use it to check backup status for cpanel account. It can also be used to check daily backup.…