Hey, I'm Northon! 🖖

a DevSecOps engineer from Brazil »

Your own VPN in minutes: easy, safe & cheap

Everytime I had to setup a VPN, I used to do manually, with guides like these: https://www.digitalocean.com/community/tutorials/how-to-setup-and-configure-an-openvpn-server-on-centos-6 https://www.digitalocean.com/community/tutorials/how-to-setup-and-configure-an-openvpn-server-on-centos-7 To make it easier, I was going to write a shell script to automate. However, before I did any movement, I went to Google to find if…

Remove Addon/Parked Domain Manually on cPanel

Recently I had a problem with a customer trying to remove a addon domain on cPanel. Every time he tries to remove, he got different error messages, like “subdomain ‘shop.example.com’ does not exist for user ‘client’". Since cPanel couldn’t do it by itself, I went…

Fix Apache NAT Problem on cPanel

Since the update 11.58, I noticed that cPanel NAT solution wasn’t working with Apache on Amazon Web Services and Google Cloud Engine.

Apache was using the public IP on the VirtualHost instead of the instance local IP address and that does not work on providers that performs NAT outside the VM scope.