Category Archives: Linux

Setting up tftpd on Debian/Ubuntu

The documentation on setting up tftpd on Debian/Ubuntu is pretty sparse Here is how you do it: sudo apt-get install tftpd && sudo mkdir /srv/tftp   # If you want to be able to upload to the TFTP server sudo … Continue reading

Posted in Linux | Tagged , | Leave a comment