TFTP
Installation TFTP-Server
[Bearbeiten]apt-get install tftp tftpd DIR=/opt/tftp-home mkdir $DIR chmod uog+rwx $DIR perl -pi -e "s!(/usr/sbin/in.tftpd ).*\$!\\1 $DIR!" /etc/inetd.conf /etc/init.d/openbsd-inetd restart
apt-get install tftp tftpd DIR=/opt/tftp-home mkdir $DIR chmod uog+rwx $DIR perl -pi -e "s!(/usr/sbin/in.tftpd ).*\$!\\1 $DIR!" /etc/inetd.conf /etc/init.d/openbsd-inetd restart