Category: Categories

Add Users to the Sudoers List

When connecting to your VPS, you should never login as root, in fact, root logins with password authentication should be disabled. Instead you should mainly use a none-root account and elevate your access rights to root only when needed. By…

Command: network related commands

If you want to be the master of your VPS or dedicated server you must know some basic networking commands to troubleshoot connection issues or to find out more information about your or someone else server. This guide will not…

WHMCS – Hide licensekey from public view

Some may know that you can check the WHMCS license of any company using WHMCS as their billing system by adding: [precode]?licensedebug&forceremote[/precode] to any .php file in the whmcs folder. Example: [precode]announcements.php?licensedebug&forceremote[/precode] If you run this, you will probably see…

Enabling IPv6 Support in nginx

So, today I decided to make LowEndGuide IPv6 enabled and spent most of my morning troubleshooting why my vps didn’t show my IPv6 addresses. Well, that’s not what this post is about. Now I will show you how to enable…