09
Jun

Guinness Candle

Hey there,
I got bored the other day, so decided to make this:
WP_000173.jpg
Its a vanilla scented candle, made purely from old candles, with crayons used to dye the wax.
Perfectly safe, and nice and different as far as candles go. I may make some Magners ones soon.

Read More
05
May

So Valve made my steam fonts bigger.

So, it appears valve have made the fonts in steam chat larger. I hate large fonts.

So I HAD to make some changes.

You're looking for a file called steam.styles, I found mine at C:\Program Files\Steam\resource\styles


Open it up with notepad or something, ctrl+f and search for "size".

I just dropped all my friends and chat related ones down by 2, so changing 14 to 12, 16 down to 14 and so on.

I didn't change every single font, just a random amount, got bored, restarted steam and it was all nice agai...

Read More
11
Apr

Your external IP address, and Dynamic DNS

So, I've decided to start working on a new (Free) Dynamic DNS service. Not using anyone else's methods or guides, just doing the lot by myself, and seeing how it goes.

You can see the new site at http://ip.g4n.co


This also can be found at ganey.co.uk, but the urls I will offer to start with will be xyz-ip.g4n.co any further suggestions, please feel free to send them to me at freedns@ganey.co.uk

This should be finished by the end of the week, i'll keep here updated.

Read More
14
Mar

How to arma2 on centos GLIBC 2.7 error

I was asked to setup GLIBC 2.7 to allow arma2 server to run on centos 6.4.

I have come up with the following steps:

#install dependancies

yum -y install libmpc-devel mpfr-devel

#Download GCC: #home directory shouldnt get full, i tried using /usr/src first, ended up with rootfs full.

mkdir /home/src cd /home/src wget ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.1/gcc-4.7.1.tar.bz2

#Unpack: tar xjf gcc-4.7.1.tar.bz2 cd gcc-5.7.1

#Compile: ./configure #(if you encounter any errors de...

Read More