When installing software on your VPS you will end up with both empty files and empty directories, often these are used as placeholders/lock files/socket files for communication. This short guide will give you some examples on how to find those…
Month: March 2013
How to change the number of minutes that the sudo password is cached
Nginx: Show active connections
Useful debian command: Netselect-Apt
From all the different VPS providers I have tried I’ve most often only used the default mirrors that are installed when the VPS is provisioned which sometimes is not the closest one. You can and update this to the geographically…
PPTP Debian/Ubuntu OpenVZ Setup Script
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…
Useful debian command: apt-file
In later versions of debian-based systems there’s a command named “apt-file”, it is used to determine which installation package a certain file can be found in. This can for example be used when something is missing when you compile from…