Category Archives: Internet

Punching holes in Firewalls

It is a lot easier than you think. OpenSSH, which can only be described as the best utility of all time, is quite a versatile tool one feature people use frequently is port forwarding. This allows you to open a … Continue reading

Posted in Internet, Linux, Security | Tagged , , | Leave a comment

Blocking SSH Brute Force attempts using iptables

After my recent break in I have looked into ways of protecting SSH and my server resources. I employ fail2ban on my main server, it has the resources to run such a programme – my Linksys NSLU2′s however do not. … Continue reading

Posted in Debian, Internet, Linux, Security, Ubuntu | Tagged , , , , | 1 Comment

Confession

So today I come to you with a confession, I discovered one of my boxen had been successfully attacked and the attacker had by the looks of things used it for launching DDoS attacks. I feel particularly stupid because the … Continue reading

Posted in Debian, Internet, Network | Tagged , , | 2 Comments

Ekiga VoIP client and SIPGate

Ekiga is a VoIP client for GNOME. I recently registered with SIPGate.co.uk as I am planning to have a go at setting up Asterisk sometime in the near future. Sadly it wasn’t a well documented process and after searching Google, … Continue reading

Posted in Internet, Linux, Network | Tagged , , , | Leave a comment

Subversion and Apache Gotcha

So, this is the second time I have tried to address the problem I was getting with some Subversion repositories I was trying to configure to be served by Apache. I was trying to use the SVNPath directive to serve … Continue reading

Posted in Internet, Linux, Network, Subversion | Tagged , , , , | Leave a comment

Another Thunderbird Tip

Thunderbird’s default sorting is the wrong way around, IMHO. This has always annoyed me, I found out how to reverse it.

Posted in Internet, Linux, Windows | Tagged | Leave a comment

The Day the Routers Died…

Watch on YouTube

Posted in Humour, Internet, Music, Videos | Leave a comment

Thunderbird Tip

So for ages I have been using Thunderbird combined with server side mail sorting, what has been annoying me for a year or so is that Thunderbird only checks the Inbox folder. I had to manually check all the others … Continue reading

Posted in Internet, Linux, Windows | Leave a comment

Packages

I have been playing with packaging for Ubuntu and Debian for a while now and I have one fairly useful package called rsnapshot-scripts which contains a bunch of scripts for use with rsnapshot. It allows you to backup other data … Continue reading

Posted in Debian, Internet, Ubuntu | Leave a comment

Debian, Postfix and DKIM

So how do I get Postfix to verify and sign messages with the DKIM system, under Debian? Here is how. First we need to install the dependencies. $ sudo aptitude install libdigest-sha{,1}-perl libemail-{address,mime-encodings}-perl libnet-{dns,server}-perl libcrypt-openssl-rsa-perl liberror-perl make libmailtools-perl $ sudo … Continue reading

Posted in Debian, Internet, Network | 2 Comments