Linux


Wie bekomme ich das Plattenimage einer 30G großen Partition eines entfernten Rechners auf meine lokale Kiste, wenn es keinen Platz für einen lokalen Plattendump gibt? Per ssh und netcat... und dank pv sogar mit Fortschrittsbalken :-)

Empfang starten:
nc -l -p 12345 > disk.img

Senden starten:
ssh -C -R 12345:localhost:12345 remotehost
$ su -
# cat /dev/vg0/dump_this | pv -r -p -e -s 30G | nc localhost 12345

Auch wenn der Tag ansonsten grausig war: Sowas kann einem doch die Stimmung retten ;-)


Nach über 10 Jahren Druckerabstinenz kam ich nun doch nicht umhin, wieder ein Gerät anzuschaffen. Um Platz zu sparen, sollte es ein Kombigerät (mit Scanner und Stand-alone-Kopierfunktion, idealerweise auch mit Fax) sein, das via Netzwerk nutzbar ist. Die Wahl fiel schließlich auf einen HP Photosmart C7280 - über die Photosmart- und Officejet-Drucker hatte ich im Bekanntenkreis gehört, daß der Linux-Support recht gut sein soll.


Sie sind wie das Leatherman-Tool im Serverraum: Eine Menge praktischer Werkzeuge handlich zum einstecken. Darknet berichtet unter dem Titel "10 Best Security Live CD Distros" über verschiedene aktuelle "Geschmacksrichtungen".

Der Artikel liefert einen Überblick über gepflegte und aktuelle Live-CDs mit reichlicher Programmvielfalt rund um Penetration Testing und Forensik. Persönlich würde ich wohl keine "beste" Distro benennen - je nach Vorlieben wird man in der Liste aber sicher den eigenen Favoriten finden.


Multiping

A replacement for the ping module of Drupal. It allows pinging of multiple sites (configurable via a web interface). If a site is unreachable, the ping request will be sent again during the next cron.php run.

Version 1.1 introduces several enhancements: It is possible to automatically select the pinged sites by the taxonomy terms assigned to the node. The sites can now be pinged during the cron run or immediately after a node submission. Finally, if a ping request failed, the retry time is increased exponentially in order to avoid "hammering" the service.


In January 2005, I started patching the Mailman mailinglist manager in order to allow PGP/GPG-encrypted mailinglists.

My latest patch for mailman 2.1.5 can be found here (detached sig).

The patch attracted the interest of a couple of people; now, there is a development mailinglist where new changes, ideas, ... are discussed.


NoCatAuth is a web-based authentication tool for (semi-)public networks like WLANs.
Since September 2003, NoCat is in use for the Welcome WLAN of the
University of Ulm.

I have been looking for an alternative to the web login for NoCat, but found none... so I wrote a little perl script which does the appropriate HTTP GETs and POSTs. The script requires libwww-perl, openssl, and Crypt::SSLeay to be installed.

Download


siggen will generate signatures from a signature template, replacing special
tags with appropriate text. The tags have the same syntax as html tags, so their
usage shouldn't be difficult.

Using these tags, you can format your text (left/right/centered); you can
generate tables with several columns; finally, some tags will be replaced with
the output of a program, a text passed to siggen, or several lines randomly
chosen from a text file. Long lines will either be wrapped or truncated.

Inhalt abgleichen