I set up an ext3 partition on another hard drive, then amended /etc/fstab and added the following line:/dev/hdb1 /home ext3 nodev,nosuid 0 2This allows me to keep my home folder and update my operating system independently.I... » More
Upload JPEG files in Firefox works fine but in Internet Explorer is does not. I needed to change my code as Internet Explorer shows JPEG files as a different mime type. So the code:if($mime=="image/jpeg" || $mime=="image/pjpeg") {
Server occasionally has problems with Power Cuts and I think this has corrupted some Index files specifically the mdl_user_students one. The index can be re-built following these... » More
4oz soft marg6oz self raising flour2 eggsFinely grated lemon rind6oz caster sugar1 tsp baking powder4 tbsp milkPut all in bowl and mix.Put in oven – 180F/350C for about 20 mins (need to test as varies)ToppingJuice of lemon4oz caster sugarWhen you take... » More
I was moving an ASP/MySQL application from one server to another. The newer server was using MySQL 5 whereas I had been using MySQL 3.23.I got the following error message when the field in the database was returning a NULL value:Multiple-step OLE DB... » More
I did not fancy the idea of installing Cinelerra from source but fortunately someone is providing a repository.All I had to do was edit my sources.list adding the following:#deb http://archive.ubuntu.com/ubuntu breezy universe multiverse restricteddeb... » More