This tutorial will show you how to configure bind9 on debian to be a dns server for your LAN network. Install bind9 and some DNS utilities apt-get install bind9 dnsutils Set your systems hostname echo "server.home.local" > /etc/hostname then edit /etc/hosts so it looks like this 127.0.0.1 localhost.localdomain localhost 192.168.1.2 server.home.local server # The following [...]
Continue reading...Sunday, April 5, 2009
What is chmod? Chmod is a command that changes the access permissions of files or directories in order to read, write or execute files How do I view The permissions of files? You can do this by typing ls -la Heres is a example of its output root@duffys-place:/etc/lighttpd# ls -la total 20 drwxr-xr-x 4 root [...]
Continue reading...Thursday, April 2, 2009
1. First off you need to get a program called dig for debian based Operating systems you can do apt-get install dnsutils a windows version can be downloaded from here 2. Find out the name servers of the domain this can be done by typing dig ns <domain> 3. Now you query the Nameserver to [...]
Continue reading...
Friday, May 8, 2009
0 Comments