Howto’s

rsync een sparse file naar sshd op een rare poort

by Aike 26.11.2009

Soms kost het toch een hoop moeite om een bestand van de ene server naar de andere te krijgen. In mijn probleemgeval is de ene server niet over internet te benaderen en de andere draait ssh op poort 2222. En om het lastiger te maken wil ik ook nog een sparse file (qcow2) kopieren. Maar [...]

Lees het volledige artikel →

Server wide spam filtering to one folder

by Aike 27.10.2009

Een van de mailservers die ik beheer is een eenvoudige setup met postfix, spamassassin en dovecot. Postfix pakt de mailtjes aan, spamassassin checkt ze en daarna zet postfix ze in de Maildir van de gebruiker. Er zijn ongeveer 300 gebruikers en op het moment is er geen voorziening om mailfilters aan te maken op de [...]

Lees het volledige artikel →

Linuxdistributies vanaf usb-stick met unetbootin

by admin 03.05.2009

UNetbootin is een programmaatje waarmee je makkelijk Linux-distributies op een usb-stick kunt zetten. Er is een versie voor Windows en Linux. Het enige dat je hoeft te doen is het programmaatje te starten en te kiezen welke distributie je wilt. UNetbootin download zelf de iso en kiest de juiste kernel met opties om mee op [...]

Lees het volledige artikel →

Some small apt-troubles with Ubuntu

by Aike 02.03.2009

While dist-upgrading some old ubuntu desktop at work I run into the following error. E: Internal Error, Could not perform immediate configuration (2) on libc6 And because the solutions I found on the web didn’t work, here is one that does! apt-get clean apt-get install libstdc++6 aptitude reinstall libstdc++6 –update– Joris and I run into [...]

Lees het volledige artikel →

SSH’ing in through a firewall

by admin 13.01.2009

I knew that it should be possible use an outgoing ssh connection to login on a machine behind a firewall. But I never got it to work until now. While surfing through the developerworks pages at IBM.com I found an article with a short and clear explanation of how it works. Click the link if [...]

Lees het volledige artikel →

Bacula web

by admin 12.01.2009

I’m trying to build a nice backup network for my current employer. The software I’m using is Bacula, and Bacula is working fine. But because managers like charts and gui’s I tried installing Bacula web. A big disappointment. It took me almost 1 hour to configure and result is poor. All it does is read [...]

Lees het volledige artikel →

Altijd online op IRC met screen & irssi

by Aike de Jongste » Linux 09.12.2008

Stuiteren op IRC is irritant. Punt. Om toch te kunnen chatten kun je het beste een Unix/Linux-server gebruiken die altijd aanstaat. Als je daar je client op draait ben je altijd online en kun je verbinding met die server maken als je zin hebt om te chatten. Je hebt nodig; een ssh-client, bijvoorbeeld putty een [...]

Lees het volledige artikel →