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 created the file /etc/fail2ban/action.d/qshield.conf and in it placed the following: [Definition] actionstart =… Read more »
Posts By: jonny
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 so I cobbled the following together which works for me. Anyone else wishing to use this should… Read more »
Google Takeout
My Google Drive (Google Docs) was a mess with outdated documents and a poor folder structure so I decided to start afresh by deleting everything and building a tidier folder structure. Deleting everything presents a little problem and in steps Google Takeout – part of the Google Data Liberation Front. Google actually make it easy… Read 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 libjawt.so To see if I could find where it is located…. Read more »
Dynamic DNS to Raspberry Pi
I now have my Raspberry Pi hanging off my router – just two cables – a USB cable to the USB port on the router for power and one ethernet cable. 1. Static IP Address I edited the file: /etc/network/interfaces replacing: iface eth0 inet dhcp with iface eth0 inet static address 192.168.1.51 netmask 255.255.255.0 gateway 192.168.1.1… Read more »
Android Emulator: Getting Started
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 some versions of Android. Then from the menu bar choose Tools > Manage… Read more »
Recording Streaming Video with XVidCap
I wanted to record a streamed video on Ubuntu 12.10 from a web page that did not offer a download facility. This could be useful if you needed to record a video not offered for download, for example from websites such as BBC iPlayer, ITV Player, RTE Player, 4OD, Portable North Pole (PNP). I used… Read more »
Digital AlphaServer 4100 (A1)
Still VMSy after all these years….
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 the _base.less and _mixins.less files to set colours for links etc. After amending the… Read more »