
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…
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…
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…
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…