Tagbash
180
How to show memory usage (Ubuntu)
Always very useful: A simple command to show memory usage (Ubuntu / linux distros). cat /proc/meminfo
Useful basic linux stuff: Show kernel version, distribution name and distribution version on Ubuntu systems
Always nice to know: Show kernel version: uname -r Show kernel version and CPU: uname -a Show distribution version: lsb_release
How to install PHP curl extension (in 5 seconds)
It’s a common wordpress problem: PHP’s curl extension is not installed! No need to mess around in config files etc,
PHPMyAdmin not found after installation ? Here’s a fix (Ubuntu 12.04) !
You just installed PHPMyAdmin but http://www.yourdomain.com/phpmyadmin just says “phpmyadmin not found” ? Try to create a link in /var/www like
How to show the available version of a package (before doing apt-get install)
To show the version of the package that will be installed with apt-get install, do apt-cache policy packagename. To show