Having recently heard an acoustic version of VV Brown’s Shark in the Water I wanted an audio file I could listen to until it is released in 2 weeks. There [...]
Browsing all articles from February, 2011
26
Jun
2009
Jun
2009
Install LAMP on Ubuntu
For local development to install Apache, MySQL, PHP: apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-client php5-mysql phpmyadmin Configuration files are in /etc e.g./etc/apache2/etc/php5/etc/mysql/etc/phpmyadmin Deamons are started by default so just [...]
1
Jun
2009
Jun
2009
cp: overwrite – force yes
Getting a bit peeved with the copy command prompting to overwrite files. cp -rf ./* ./another/location/cp: overwrite `/filename.conf’? y The ‘-i’ interactive option is obviously aliases into the copy command [...]

