Linux

List All the Installed Packages in Ubuntu

Sometimes you just can’t remember what packages you’ve already installed, or what version you are currently running. Thankfully you can quickly find out this information from the command line. You’ll find that there is far too much information returned by this command and the only way to find exactly what you need is to grep […]

Continue Reading...

Linux

phpMyAdmin Installation on Ubuntu Server 8.04

Since managing a MySQL database through a command line is tedious we will be installing a web-based GUI so we can access MySQL through any web browser on any computer. On many Unix machines you’d have to go to the phpMyAdmin homepage and download the files there, decompress them and set up a config files […]

Continue Reading...