Unable to restart VPS on your OpenVZ box? Does is fail with the following error? Container already locked Tried “vzctl restart VEID” and “vzctl start VEID –force” or “vzctl stop VEID –fast” Here is how you can fix it: 1. …
Fix a “E: The method driver /usr/lib/apt/methods/http could not be found.” error
Following is an error encountered on Ubuntu 12.04 LTS $ sudo apt-get update E: The method driver /usr/lib/apt/methods/http could not be found. This can be easily fixed by installing apt-transport-https as follows. sudo apt-get install apt-transport-https