Category Archives: Computing Tips

IT Tips and tricks that I will occasionally use while doing my job. Why?
Because i’m happy to share and it will also help me remembering things.

Making outgoing IRC DCC work with NAT and XChat

This is basically a reminder to myself in case I need to set this up again, if you want to do this for more than one PC behind a NAT firewall-router, then you will of course have to use a … Continue reading

Posted in Linux | Tagged , | Leave a comment

The Register

It looks like the tech website “The Register” has managed to accidentally send my e-mail address to 3000 other people. Thanks for that! *sarcasm*, I do understand that these things happen, and nothings fool proof, still, if you slag other … Continue reading

Posted in Wordpress | Leave a comment

Secure Shell login attempts

After getting the following secure shell login attempts, I’ve decided to remove winbind from my home linux boxes. It’s not a big deal as I’ve only got a few workstations and I’m not running Active Directory at home. They are … Continue reading

Posted in Linux, Personal | Tagged | Leave a comment

Generating a simple directory listing with apache and autoindex

Setting up a simple list of files on an apache webserver. The list looks like this: # File /etc/apache2/httpd.conf # http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html # for more options. IndexOptions IgnoreClient IndexOptions FancyIndexing IndexOptions SuppressColumnSorting IndexOptions SuppressDescription IndexOptions SuppressHTMLPreamble IndexOptions SuppressIcon IndexIgnore  mystuff #IndexOptions … Continue reading

Posted in Computing Tips, Linux | Tagged , | Leave a comment

Setting up a IPv6 Gateway on Hurricane Electric using Ubuntu 10.04.2

First thing you’ll need to do is register at the Hurricane Electric website and create your tunnel. I’m not going to go over that since there’s a lot  of help on the Hurricane Electric Website about it. These instructions only … Continue reading

Posted in Linux, Personal | Tagged , , | 5 Comments