A quick assortment of pics I got during my time out there. Hover the mouse over the centre of the image and click the light bulb to get a new page with the full picture displayed.
Can it be done?
The simple answer – yes it can! Today I achieved a ~60% reduction in virgin media costs by removing just the Movies, Sports and altering my phone line package. My original bill was around £127 per month which included the following services: Read & Comment ›››
I have begun a journey into Java and my first program has produced some interesting fruit. Using some net-svengali magickery I will attempt to find your location without asking you for ANY details whatsoever. None of the usual “hello world” first program malarkey here! Just for the record, this does not use IP Geolocation initially – hence the accuracy in the cases that it works (normally ‘right on the doorstep’). If it fails to find a near exact fix for you, it will now try IP Geolocation (usually reported back as ‘a few miles away’).
It seems hard to find information in one place that gives an overview of the different free satellite TV options available in the UK, so here is our guide entitled ‘choices between freesat receivers, skytv, digiboxes or digital TV tuner card’ to try to give you an overview of the options available and their initial costs. We try to cover all the options open to you for UK digital TV reception from the main group of satellites serving English language programming. The guide is aimed at the UK marketplace, although many free to air channels can be received across most of Europe with the correct hardware (normally just a larger dish).
The problem
Recently I had to recover a lost MySQL root password from a system I dont very often use. Somewhere in the mists of time I must have forgotten it.
The problem
Many a time I have re-installed my system from scratch or created a new system, but get sick of continually installing the same packages over and over. Its annoying when 2 or 3 months down the line you want to use a program you used to have (or have on another system) only to find its not yet installed. Sure, an apt-get install only takes a few minutes for a single piece of software, but that’s a few minutes a geek like me could better spend doing something productive.
What is swap?
Even if you encrypt data on your partitions, something that is often overlooked is your swap partition. Swap is where linux ’swaps’ programs (and their stored data) from physical system memory onto the hard disk when they are not used. When those programs become used again, the system ’swaps’ them back into memory. This approach can allow you to run more programs than you have RAM for, at the cost of delay – for example when programs are swapped back into RAM from disk.
If your station DJs only have the ability to broadcast in OGG/Vorbis but your listeners listen mainly in MP3 via shoutcast (for example, Traktor can only broadcast in OGG), this howto guide is for you as it shows how to seamlessly integrate and transcode an Ogg (icecast) broadcast to a shoutcast (mp3) broadcast using some off the shelf, free technology. The way the system works is using the feature in icecast to call programs when a source connects or disconnects. These scripts then invoke (or terminate) a custom perl program which uses ogg123 to receive the ogg stream from the icecast server, pipes it into the lame program to convert to MP3 and then uses the libshout bindings to send the stream to the Shoutcast MP3 server. While this will work with any linux distribution, in this howto I use the Ubuntu and Debian ‘apt-get’ system to install the various required components. If you use a different distribution you should substitute any apt-get commands with your distribution specific package manager (or build from source if you are into punishment).
Recent Comments