Posted in Linux Tutorials on Sep 4th, 2008
Linux: LAMP as a Test Server
Linux: LAMP as a Test Server This is just a test server that I use for testing only, but it shows how it can be used with Linux Ubuntu running Apache2, MySQL, PHP5, PHPMyAdmin which is fairly simple to install on Ubuntu. That way you can run a local web [...]
Read Full Post »
Posted in Linux Tutorials on Aug 17th, 2008
Linux Ubuntu Terminal: Update Upgrade
Linux Ubuntu Terminal: Update Upgrade In this short tutorial I will show you how to use Terminal in Linux Ubuntu to run your system Updates & Upgrades rather then using the graphical interface.
Open Up Terminal.
To Update type: sudo apt-get update
Hit return or enter
To Upgrade type: sudo apt-get upgrade
Hit return or enter [...]
Read Full Post »