Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mscom_linux_setup [2014/04/03 15:07] beckmanf created |
mscom_linux_setup [2014/05/14 10:13] (current) beckmanf typo defaults |
||
---|---|---|---|
Line 13: | Line 13: | ||
<code> | <code> | ||
- | sudo apt-get install git iperf wireshark gnuplot tftp ethtool | + | sudo apt-get install git iperf wireshark gnuplot tftp ethtool ³Ù´Ú³Ù±è»å-³ó±è²¹Ìý |
+ | &±ô³Ù;/³¦´Ç»å±ð&²µ³Ù;Ìý | ||
+ | Ìý | ||
+ | For the tftp daemon, change the setting of TFTP_OPTIONS in the fileÌý | ||
+ | Ìý | ||
+ | <code>Ìý | ||
+ | /etc/default/³Ù´Ú³Ù±è»å-³ó±è²¹Ìý | ||
+ | &±ô³Ù;/³¦´Ç»å±ð&²µ³Ù;Ìý | ||
+ | Ìý | ||
+ | to <code> TFTP_OPTIONS="--secure --create" </code>. Then change the owner of the tftp directoryÌý | ||
+ | Ìý | ||
+ | <code>Ìý | ||
+ | sudo chown tftp:tftp /var/lib/tftpbootÌý | ||
+ | &±ô³Ù;/³¦´Ç»å±ð&²µ³Ù;Ìý | ||
+ | Ìý | ||
+ | Starting and stopping of the tftp server is done withÌý | ||
+ | Ìý | ||
+ | <code>Ìý | ||
+ | sudo service tftpd-hpa startÌý | ||
+ | sudo service tftpd-hpa stop | ||
</code> | </code> | ||