Programming, Coding hints & tips, Error Fixes, Stuff
Many posts of problems & fixes I have come accross while programming and using computers.
Home      /      Contact      /      Uploads     
Ganey.co.uk
eBay Sniper


Category:
General
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 again! You can find a copy of my steam.styles here: Steam.styles
Posted 2 weeks ago
April 2013, bitcoin value drops almost 70 percent
Category:
Media
On April 10th 2013 at 12:00, bitcoins were at a high of £174.00, only 48 hours later it dropped on April 12th 2013 at 12:00 to only £53.00
Everyone just sold up. So now's the time to get back in to bitcoins for the next 12 months and wait for the next rise.
Posted 1 months ago
mt.Gox Windows Phone App - Issues 14th April
Category:
Programming
Sorry if people are experiencing some issues with the mt.gox app for windows phone, mt.gox have had some issues lately with large volumes of accounts being created.

Some of the API information has changed, and I will soon be updating the app to reflect these changes, sorry for the delay.
Posted 1 months ago
Your external IP address, and Dynamic DNS
Category:
Programming
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.
Posted 2 months ago
How to arma2 on centos GLIBC 2.7 error
Category:
Programming
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 deal with them accordingly by installing missing packages etc)

#open a screen
screen
./make -j5(if you have a cpu with 4 cores)

#ctrl a+d to break out of screen, allows make to run a little faster
#screen -r to resume to check status of make

#resume screen then run
./make install
#ctrl a+d to detach screen again, check status occasionally

echo /usr/local/lib/ > /etc/ld.so.conf.d/libs.conf

#setup new libstdc++
sudo rm /usr/lib/libstdc++.so /usr/lib/libstdc++.so.6
sudo ln -s /usr/lib/libstdc++.so.6.0.17 /usr/lib/libstdc++.so
sudo ln -s /usr/lib/libstdc++.so.6.0.17 /usr/lib/libstdc++.so.6
sudo chmod 755 /usr/lib/libstdc++.so.6.0.17

#create config at #SOMEDIRECTORY#/arma2oa-linux/server.cfg
#check server is ready to start

arma2oaserver check

#start server

arma2oaserver start

#check status

arma2oaserver status


Hope this can help the people out there with a full set of instructions of how to get this working.
Posted 3 months ago

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | Next > >



RSS Image