Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mscom_linux_setup [2014/04/03 15:07] – created beckmanf | mscom_linux_setup [2014/05/14 10:13] (current) – typo defaults beckmanf | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| < | < | ||
| - | 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 | ||
| + | |||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | to < | ||
| + | |||
| + | < | ||
| + | sudo chown tftp:tftp / | ||
| + | </ | ||
| + | |||
| + | Starting and stopping of the tftp server is done with | ||
| + | |||
| + | < | ||
| + | sudo service tftpd-hpa start | ||
| + | sudo service tftpd-hpa stop | ||
| </ | </ | ||