Running your own Bind9 and Squid3 server is a pretty cool. For one, it can enhance browsing experience. Let get started: 1. Install necessary softwares sudo apt-get install bind9 dnsutils squid3 2. Configure bind9-editing resolv.conf gedit  /etc/resolv.conf 3. Add new line on top of the line nameserver 127.0.0.1 4. Save file and restart bind9 service [...]