In this guide we will go through howto install a basic wordpress site using Minstall to minimize the memory footprint by removing unnecessary services. I will be using a a OpenVZ vps with 256 mb RAM to show you the steps…
Checklist: Securing your wordpress installation
Add Users to the Sudoers List
Quickinfo: Difference between OpenVZ and KVM
Command: network related commands
ipv6 tool in your Firefox browser
Command: Locate empty files and directories
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…