Kung Fu Fighting

Philosophy By Grandmaster Henry Sue

How to become a successful and natural Kung Fu fighter?
Well, first of all, you have to put a fighting element in your in Kung Fu training otherwise it will only be a demonstration art. A lot of people conveniently forget this. Why do they? They like the demonstration arts so […]

Read the full story at Kung Fu Fighting

Proftp & xinetd

ProFTPD und xinetd.

proftpd.conf auch für xinetd mit
ServerType inetd

Unter /etc/xinetd.d/ ein file namens ftp mit folgendem
Inhalt anlegen:

service ftp
{
disable = no
socket_type = stream
protocol = tcp
user = root
server = /usr/sbin/proftpd
wait = no
instances = 10
}

von Proftp & xinetd

Siehe auch Proftpd FAQ

/etc/init.d/xinetd start

Siehe auch hosts.deny und Linuxfibel – Netzwerk Grundlagen – Konfigurationsdateien