iPhone iOS 4.2+ no longer automounting in Ubuntu
I had this problem, which meant my iPhone no longer automatically mounted in Ubuntu 10.10. I had recently upgraded the…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I had this problem, which meant my iPhone no longer automatically mounted in Ubuntu 10.10. I had recently upgraded the…
Nano is a basic text only text editor in Unix. It has no real GUI as such, and there is…
Some useful linux commands to help with editing web pages on a server: To give access to others to my…
Just a note, when you update the permissions of a file: chmod +777 somefile.txt This change will only last as…
To allow your Ubuntu server to send emails from PHP, then you need to install postfix. Postfix is a mailer…
When backing up a source code working copy, you don’t always want all the little .svn folders everywhere. You can…
The stylesheet of our intranet is primarily Tahoma, and Firefox on Ubuntu doesn’t look good. To install the Microsoft Core…
The stylesheet of our intranet is primarily Tahoma, and Firefox on Ubuntu doesn’t look good. To install the Microsoft Core…
Help in using Ubuntu Terminal Console Remote connection To ssh to another Lunix terminal, use this command: ssh username@host -p…
Console commands in Ubuntu for use with subversion Checkout a branch: svn checkout url@revision path To update your local source:…