HOWTO: Rotate a video in Linux
I videoed something at the weekend on my iphone, but must’ve had the phone upside-down so the video came out…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I videoed something at the weekend on my iphone, but must’ve had the phone upside-down so the video came out…
When I installed Ubuntu, every time I plugged in my iPhone it popped up a prompt asking me what to…
Learning MacOS recently, and couldn’t find some hidden files, i.e. .htaccess To fix this, easy. Open Terminal, and paste 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…
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…
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:…