iFriend gets a new home

iFriend is a multi-protocol chat bot. Its name is a short form for imaginary friend. In the past the project was hosted on sourceforge.net. But now we are moving the documentation to DinoTools. We do this to provide more and better information and documentation on and for the iFriend project in the future.

For more information have a look at the ImFriend project page.


V-Server Update: Ubuntu 8.04 auf 10.04

Am 4. Mai 2010 hatte ich einen Artikel geschrieben, in dem beschrieben wurde, wie ein V-Server von Ubuntu 8.04 auf 10.04 aktualisiert werden kann. Da sich ein paar Sachen etwas vereinfacht haben, wollte ich das ganze noch einmal kurz in einem neuen Artikel zusammenfassen.

Wie immer gilt: Wer …

Weiter lesen ...


Install kippo a SSH-honeypot (english)

Kippo is a medium interaction SSH-honeypot. It can log brute force attacks and track the interaction performed by an attacker. In this article I will show how to setup kippo on Ubuntu 10.04.

We won't download the tar ball from the latest release. Instead we will fetch the latest …

Weiter lesen ...


Linux Bridge mit Monitoring Port

Unter Linux ist es ohne Probleme möglich Netzwerkbrücken(Bridges) anzulegen. Jedoch verhalten diese sich wie Switches, was im Betrieb von großem Vorteil ist, die Fehlersuche jedoch eventuell erschwert. Es gibt einen einfachen Trick wie sich der gesamte Traffic doch mitlesen lässt.

In der Welt der IT versteht man unter einem …

Weiter lesen ...


How to install Suricata nightly builds in Ubuntu

Suricata is an open source network intrusion detection system(NIDS). It is developed by The Open Information Security Foundation and the first stable release was available back in summer 2010.

Since Ubuntu 10.10 there is already a suricata package in the official Ubuntu repository. But if you want to …

Weiter lesen ...


Cron jobs for NPB

Today I moved dionaea, hugin and suricata to the final build environment and I created some cron jobs to build the packages automatically every Saturday morning. I'm looking forward to provide new packages every weekend. This is the first test using a cron job to control the package build process so everything is still in the testing state.


The Nightly Package Builder

The Nightly Package Builder(NPB) is the first service we announce. It's currently in a testing state but we will release it soon.

The NPB doesn't build packages directly. But it prepares the source packages, keeps track of the dependencies and uploads them to different Personal Package Archives(PPAs) at launchpad.net. All build processes are triggered by hand at the moment. But we will let a CronJob do this for us in the near future.

For more information have a look at the Nightly Package Builder web page.


iSCSI Initiator und Target unter Ubuntu 10.04LTS einrichten

iSCSI steht für "internet Small Computer System Interface" und von der Funktionsweise kann es sich wie SCSI nur über ein TCP/IP Netzwerk vorgestellt werden. Ein Vorteil gegenüber Netzwerkprotokollen wie NFS oder Samba ist, dass es als blockorientiertes Gerät auf dem Ziel Computer zur Verfügung steht und somit wie eine …

Weiter lesen ...


git: Unterschiede wortweise anzeigen

Wird bei dem Versionsverwaltungsprogramm git das Kommando diff verwendet, dann werden die Unterschiede Zeilenweise angezeigt. Es gibt jedoch Situationen, in denen es schöner wäre nur die Wörter, die sich geändert haben, farblich hervorgehoben zu bekommen.

Diese Funktion bietet git schon von Haus aus an. Dazu muss das Kommando diff mit …

Weiter lesen ...


Landscape in LaTeX

Von Zeit zu Zeit ist es nötig in LaTeX-Dokumente auch Seiten im Querformat(Landscape) einzufügen. Dies kann sehr leicht realisiert werden.

Sollen zum Beispiel alle Seiten im Dokument im Querformat dargestellt werden, dann reicht es, wenn das "geometry"-Paket mit der Option "landscape" eingebunden wird. Dies könnte dann wie folgt …

Weiter lesen ...