Linux

Creating a New User

Creating a user in Linux is a simple task. Well, kinda. You can quickly create a user without specifying much of it’s characteristics, or you can get much more in depth with security, default shells and other customizations. I recommend taking the time to learn beyond the basics or you may find yourself making a […]

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