Disclaimer
All content on this site are my own thoughts and opinions not those of my employer or projects I contribute to.
Archives
- Months
- December 2008 (3)
- November 2008 (5)
- October 2008 (2)
- September 2008 (1)
- August 2008 (1)
- July 2008 (5)
- June 2008 (5)
- May 2008 (3)
- April 2008 (5)
- March 2008 (3)
- February 2008 (2)
- January 2008 (4)
- Years
- Months
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
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
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
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
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 apache, errors, Network, problems, Subversion
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.
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