Wget on OS X Lion (10.7)

By nick | Hackintosh, Tech Support

Being from the wonderful world of true unix environments, I love my standard set of tools.  Also being new to OS X, I was a little disappointed to see that there was no wget installed by default.  Sure there’s curl but that’s a whole set of new flags to use and my memory is limited! Here’s a

Hackintosh: ebios read error: device timeout

By nick | Hackintosh

When booting iBoot on your hackintosh, if you encounter the following problem: ebios read error: device timeout You may need to remove all external USB drives/memory sticks and reboot

Solution: lion upgrade an error occurred while preparing the installation

Solution: lion upgrade an error occurred while preparing the installation

By nick | Uncategorized

Having recently having build a hackintosh, I found I received the following error when trying to upgrade to Lion: lion upgrade an error occurred while preparing the installation Here’s the solution: 1. A file will appear “Install Mac OS X Lion”. 2. Right click the file, and click on “Show Contents”. 3. Go inside the

CodeBlocks: Undefined reference to getaddrinfo()

CodeBlocks: Undefined reference to getaddrinfo()

By nick | Code

If you’re encountering the error “Undefined reference to getaddrinfo()” he’s how to solve the problem.  It seems the winsock examples on the MSDN site are very much intended for use with Visual C and therefore you may have to do a few additional things to get everything working correctly.   Firstly you’ll need to add

SDL: Undefined reference to IMG_LOAD [Solved]

SDL: Undefined reference to IMG_LOAD [Solved]

By nick | Code

If you’re trying to get SDL_Image to work correctly and are getting the following error: undefined reference to `IMG_Load` Here’s how to fix it: Go to your compiler link options, in code and add -lSDL_image &nbsp

Festival: can't open /dev/dsp [Solved]

Festival: can’t open /dev/dsp [Solved]

By nick | Tech Support

After spending way too much time attempting to get the “Festival” speech synthesizer working on Linux without getting the dreaded “can’t open /dev/dsp” error message, I’ve finally found the solution. Just on a side note, the Arch Linux help page for Festival, suggests a fix that uses the “aplay” application, this is something which no longer

Arch Linux: Microsoft Fonts (msfonts)

By nick | Tech Support

One of the first things I do when setting up a new Linux box is get my fonts sorted out, for obvious copyright reasons, the Microsoft fonts package isn’t shipped with Linux distributions.  The main reason for having Microsoft fonts on a Linux machine will be so that web pages that are designed for them

iPhone iOS5 unable to enter DFU mode [Solved]

By nick | iPhone, Tech Support

Having recently installed iOS5 on my iPhone 4, I was in a position where I had to reboot my iPhone whilst out and about.  Sadly at the time of writing this there’s only a tethered jailbreak for iOS5 for the iPhone 4. What this means is that I have to have the iPhone connected to

Arch Linux: xfce4 black or flickering screen [Solved]

Arch Linux: xfce4 black or flickering screen [Solved]

By nick | Tech Support

Having setup a new installation of Arch Linux, I worked my way through getting X setup and then decided to go with xfce4 as my window manager. After launching xfce with the “startxfce4″ command, all I could see was a flickering mouse background with a broken panel in the top left corner. After much Googling

SSH: Login without password

SSH: Login without password

By nick | Tech Support

Here’s a quick snippet to show you how to you login to your boxes through ssh without using a password.  Of course there’s reasons why you would and wouldn’t want to do this although that’s something for another article. First log in on A as user a and generate a pair of authentication keys. Do