I bought a cheapo Alcatel OT 983 Android phone to play with, it was only £40 from o2 on pay-as-you-go
Here are the specs...
Friday, 28 December 2012
Sunday, 10 July 2011
Enabling mod_rewrite in Apache under Ubuntu Server
Here's some quick instructions on enabling mod_rewrite in Apache under Ubuntu 10.04 Server.
- sudo a2enmod rewrite
- sudo vi /etc/apache2/sites-available/default
- Change "AllowOverride" from "None" to "all" for the /var/www directory.
- sudo /etc/init.d/apache2 restart
Wednesday, 18 May 2011
Tuesday, 23 November 2010
Checking video codec information via the command-line
Here are a couple of commands to get he information about a video file in Linux (bitrate etc): -
ffmpeg -i foo.avi
mplayer -vo null -ao null -identify -frames 0 foo.avi
Tuesday, 16 November 2010
VirtualBox piix4_smbus Error
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:-
This error is caused by VM having no smbus but Ubuntu always trying to load the module. It doesn't affect anything but is a bit annoying - to fix...
piix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade bios or use force_addr=0xaddr
This error is caused by VM having no smbus but Ubuntu always trying to load the module. It doesn't affect anything but is a bit annoying - to fix...
Friday, 29 October 2010
Serial connection to Seagate Dockstar via FTDI USB-Serial Cable
Here's a quick summary of how to use a FTDI data cable to connect to a Seagate Dockstar.
Subscribe to:
Posts (Atom)
-
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:- piix4_smbus 0000.00.07.0: SMBus base address uninitializ...
-
PSPad is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directl...
-
Here are some quick notes on how to install pgl under Ubuntu 10.10.