Tags
Categories
Links
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