Tag Archives: ubuntu
ubuntu in the cloud
ubuntu 9.10 server install screenshot
phpmyadmin with lighttpd on ubuntu
original reference: http://www.krizka.net/2008/02/05/how-to-quickly-install-lighttpd-mysql-and-php5-on-ubuntu/ Just execute the following commands as root (access can be gained through sudo /bin/bash) sudo aptitude install lighttpd mysql-client mysql-server php5-mysql php5-cgi phpmyadmin sudo lighty-enable-mod fastcgi userdir sudo /etc/init.d/lighttpd start sudo /etc/init.d/mysql start That is it, you … Continue reading
ubuntu 9.04 to 9.10 upgrade on a dell latitude x1
from: http://quefyx.com/2009/05/26/upgrading-ubuntu-9-04-jaunty-to-9-10-karmic-on-eee-pc-seashell/ Make sure the APT repository is updated: sudo apt-get update Make sure Update Manager is installed and up to date (which it should be): sudo apt-get install update-manager Now run the Update Manager from Terminal: sudo update-manager -d … Continue reading