Ubuntu

I've been running Ubuntu since early 2007. Had a few teething problems with sound cards at the start but worked around them by using OSS. Happily the necessary drivers were updated in the latest releases. Below are tricks picked up over the years of using Ubuntu.

LAMP set up but http://localhost/phpmyadmin/ not found

Had LAMP set up but http://localhost/phpmyadmin/ gave me a 404. The following command fixed it for me:

sudo ln -s /usr/share/phpmyadmin /var/www

blog comments powered by Disqus