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…

[MISSING TRANSLATION] Northon Torga

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…

[MISSING TRANSLATION] Northon Torga

Remove srcset on WordPress

Since version 4.4, WordPress has a native responsive image support by including srcset and sizes attributes to the image markups. It's a good function, no doubts.

However, it can cause problems which you are probably have, if you are reading this.

In my case, I convert my blog from a local WordPress installation using HTTrack. As for today, HTTrack can't recognize those attributes, then, some images weren't being showing for my readers.

[MISSING TRANSLATION] Northon Torga

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.

[MISSING TRANSLATION] Northon Torga