Tag Archives: Debian

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

Using mod_deflate to save bandwidth and traffic charges

If you’re running a web server using Apache 2.x and Ubuntu or Debian, you can save a lot of bandwidth by turning on mod_deflate. So just how does it work and how much data can you actually save? To use … Continue reading

Posted in Tips, Web Serving | Tagged , , | Leave a comment