Install dnsmasq on Ubuntu

dnsmasq is a very powerful tool that can provide basic dns services/caching, act as dhcp server and also as tftp server. To install dnsmasq, run apt install dnsmasq When you start dnsmasq, if it complain about port 53 alreay in use dnsmasq: failed to create listening socket for port 53: Address already in use This … Read more

Ubuntu point all .test domains to 127.0.0.1

Until recently .dev was popular TLD used by developers for local web development. Recently google acquired the rights to use .DEV domain name extension and forced SSL for this LTD in google chrome. Web developers are looking for alternate home for their local development web sites. Some suggested .localhost as development LTD, but it is … Read more