Category: HowTo

  • Using blacklists with iptables

    Using blacklists with iptables

    If you have any kind of system connected to the Internet, you are no doubt aware that no matter how small or unimportant it might seem, it is frequently probed, tested or subject to various attempts at abuse. These attacks come from so many malicious hosts that it is impossible to keep track by hand.…

  • Installing the VMWare View client on openSUSE 13.1

    Installing the VMWare View client on openSUSE 13.1

    If, like me, you like to use the openSUSE Linux distribution, both personally and professionally and you need to connect to a VMWare View environment, you’ll be unpleasantly surprised: there’s no supported client for openSUSE or other RPM based distributions. There is however, an Ubuntu package..

  • PDF file print protected?

    PDF file print protected?

    Having a PDF file that is print protected is annoying. If you run into this nonsense and you happen to use Linux, the following command will save you, provided you have Ghostscript installed. Note though, that this command can not strip the password out of documents that are password protected against opening!

  • SSH tunneling error

    SSH tunneling error

    When trying to set up a SSH tunnel through a remote host in order to bypass a pesky firewall, I received an error which I did not immediately understand.

  • Applying a patch to wine to solve wine bug #8826

    Applying a patch to wine to solve wine bug #8826

    Wine bug #8826 is about not having visible fire and smoke in the game Silent Hunter 3 until zoomed out really far. Not seeing the smoke and fires can be a bit strange, especially if you can hear the fire blazing, but nothing is visible. This post will attempt to explain how to apply a…

  • Migrating spamassassin from db files to MySQL

    Migrating spamassassin from db files to MySQL

    In this post, we’ll take a look at how to migrate spamassassin from the default db files to a MySQL database. The assumption is that you have a working mail server that already does spam scanning and where spamassassin stores its information in the default db files. In order to improve speed, especially for auto-expiry…