2010年4月8日 星期四

UBUNTU 上安裝TFTP SERVER

Step 1: 安裝 tftpd package

    sudo apt-get install tftpd

Step 2: 視需要修改 /etc/inetd.conf中與 tftpd 有關的預設值

    tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /srv/tftp

Step 3:建立 /srv/tftp

    mkdir -p /srv/tftp
    chmod 777 /srv/tftp


Step 4:重新啟動 inetd

    /etc/init.d/openbsd-inetd restart

沒有留言:

張貼留言

How to repair and clone disk with ddrescue

  ddrescue  is a tool that can be used to repair and clone disks on a  Linux system . This includes hard drives, partitions, DVD discs, flas...