Tuesday 21 October 2014

Security Status Calculator - EVE

This post is a tool for EVE Online.

The calculations are well known but no one seems to have written a simple calculator for working out your new security status if you kill a dude.

So here you go:


Want to play for free? Here is a 21 day trial :3

Wednesday 3 September 2014

Apache Server Permission Error

Every single time I create a new apache server I forget to give permissions to the www-data group. So I'm pasting a great answer I got from stackoverflow to this blog for future reference.

//Create new group
$ sudo addgroup webdev

//Change the group of your web directory:
$ sudo chgrp -R webdev /var/www/
$ sudo chmod -R g+rw /var/www/

//Set the guid bit on all folders in your web directory:
$ sudo find /var/www -type d -exec chmod +s {} \;

//Add Apache to the webdev group:
$ sudo usermod -a -G webdev www-data

//Add your user to the webdev group:
$ sudo usermod -a -G webdev <user_name>

Hopefully this helps someone

Monday 13 January 2014

CreepTD Tower Defense

You require Java to play this game.

Play CreepTD - Online Multiplayer Tower Defense

Tower defense games are pretty cool. But something that's always been absent from them is multiplayer. This game has it. Give it a go. Pretty self explanatory if you know about Tower Defense games.