Archive for December 9th, 2008

Why oh why don’t we have more of the Assassins creed soundtrack?

http://assassinscreed.us.ubi.com/soundtrack/index.php

Password is ‘Target’ (case sensitive)

My question here is why oh why isn’t there more?  God this soundtrack is absolutely mouth wateringly beautiful.. Plus it is all in high quality Wav’s so hardly any compression.  I could listen to this for days.

Also got my hands on the Prince of Persia Soundtracks yesterday and I am inlove with these middle-eastern themed games.  Such beautiful sounds

Tags: , , , , , ,

How to update php5 or any port in BSD

Well I figured I would join the throng of blogs with a brief run down of cvsup , considering I just wrote a nice email about it and all I have to do is copy and paste to share it with the world :

Basically you just need to install cvsup by compiling and installing it

So head over to /usr/ports/net/cvsup and do a make && make install as root

After that is all installed

copy /usr/share/examples/cvsup/ports-supfile to a new location, such as /root or your home directory.
1. Edit ports-supfile you just moved to /root
2. Change CHANGE_THIS.FreeBSD.org to a CVSup server near you.  IE: cvsup.FreeBSD.org
3. You also want to scroll down and make sure the line “ports-all” is commented out and simply scroll down and uncomment out the ports-lang only.  This will make sure it only updates that tree instead of the entire thing.  (however you can ignore that last steo if you want to do a complete update) Save the file
4. Now to run cvsup, use the following:
# csup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile

or
# cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile

Then go into /usr/ports/lang/php5 and do a quick make(as root) and then make install

Viola php5 is updated

Tags: , , , , ,

Page optimized by WP Minify WordPress Plugin