Fail2Ban Custom Action

I decided to experiment with creating a central database to hold the IP addresses banned by various servers / honeypots running Fail2Ban - so that the information could be used as a source for IPtables or TCPWrappers to protect other servers. I... » More

Minecraft Server on CentOS 6

I downloaded the minecraft server package and extracted it to /opt/minecraft I installed screen and Java (OpenJDK) using yum as follows: yum install java-1.7.0-openjdk screen The SysV init startup scripts provided on the Wiki didn't work for me... » More

Nintendo DS R4

Bought an R4 card from r4ibuy.com and added the software following the instructions here http://www.r4isdhc.com/r4-download/  Happy gaming!

Minecraft Black Screen on Ubuntu 12.10

Having just purchased Minecraft I tried running it on Ubuntu but after logging in all I had was a black screen. Running the  file in a terminal (java -jar minecraft.jar) showed me the error message was to do with libjawt.so so I ran: locate... » More

Android Emulator: Getting Started

Android Emulator Like a virtual machine for running a version of Android,  the Android emulator is useful for testing. I used it to check how websites looked under Android. After installing the Android SDK run the ./android binary in the 'tools' directory and install... » More

WordPress Bones: First Steps with CSS/less

Note quite a tutorial but I have taken my first steps with the WordPress Bones theme. After downloading Bones I extracted bones into the ./wp-content/themes folder. To amend the CSS I edited the files in the ./library/less/ folder. Specifically I edited... » More