iSCSI is an IETF standard (RFC 3720) for remote access to block-level
storage. It can be thought of as similar to NFS, except that an NFS
server exports files; the iSCSI target exports blocks to the iSCSI
initiators, which are the clients.
To set up the target, you need to edit the /etc/iscsi/targets file.
It has a certain layout, to provide a means of (a) mirroring and (b)
combining multiple areas to present one large contiguous area of
storage. This can be multiply-layered.
variable, so python.port.mk's attempt to set the correct binary fails.
Override with a different autoconf variable which also allows removing
the patch to configure. Fixes build with MODPY_VERSION=2.6. ok jasper@
url parameter in the ping/traceroute command line). "go ahead please,
if you think it's correct" sturm@ (maintainer).
Users would have to pass webserver authentication (if configured) to
trigger this.
dpkt is a BSD-licensed network packet manipulation library for Python,
written by Dug Song, featuring fast, simple packet creation/parsing,
with definitions for the basic TCP/IP protocols.
Twitux is a free and open source GTK+ application for Twitter. You can:
Send status, view friend status and see what they are doing, send direct
messages to your Twitter friends, GUI notifications when a friend
updates their status.. and more.
from Tom <tdmurphy4 at gmail.com>, with lots of tweaks by me
This includes IP::Country::Fast which SpamAssassin can use to add a
header indicating which country the relay servers are possibly in.
From DESCR:
Finding the home country of a client using only the IP address can be
difficult. Looking up the domain name associated with that address can
provide some help, but many IP address are not reverse mapped to any
useful domain, and the most common domain (.com) offers no help when
looking for country.
This module comes bundled with a database of countries where various IP
addresses have been assigned. Although the country of assignment will
probably be the country associated with a large ISP rather than the
client herself, this is probably good enough for most log analysis
applications, and under test has proved to be as accurate as reverse-DNS
and WHOIS lookup.
ok giovanni@,sthen@