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 ›››

Where the hell am I?

By admin on February 5th, 2010
26

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’).

Read & Comment ›››

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).

Read & Comment ›››

Recovering a lost Mysql root password

By admin on January 5th, 2010
0

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.

Read & Comment ›››

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.

Read & Comment ›››

Encrypting your Ubuntu swap partition

By admin on January 5th, 2010
0

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.

Read & Comment ›››

This is part 3 of the MythTV freesat howto, following on from Part 1 and Part 2 posted earlier on this blog.

Read & Comment ›››

Enabling Interactive TV services on MythTV

By admin on January 5th, 2010
0

MythTV can access interactive services from your digital TV provider. I use mine to make use of the excellent BBC ‘red button’ service and it works great.

Read & Comment ›››

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).

Read & Comment ›››

Setting up a linux based shoutcast server

By admin on January 4th, 2010
1

If you have ever wanted to do some broadcasting online, its essential you have a server to broadcast from. You could run one of these servers from your home broadband connection, but you upload speed will decide how many listeners you can broadcast to. For example on Virgin Media cable’s 10Mb package in the UK, while the download speed is 10mbps, the upload speed is actually only 512kbps, so that upload speed becomes the limiting factor of exactly how many listeners you can broadcast to. You can also use a server hosted in a datacentre to broadcast, this has the added benefit of not having the upload limits like your home connection does. I provide shoutcast servers for some of the worlds biggest names in internet radio, such as the ever wicked NSB Radio, Glitch FM and The Nuskoolbreaks.co.uk forums. If you are interested in getting server capacity from me, you can email me for a competitive quote.

Read & Comment ›››