There is a simple way to have a free dyndns account. Create an account here: https://www.dlinkddns.com/login Then go ahead and sign in to Homepage
Change Netflix region
There is a simple way to watch the US netflix, change your DNS. Thats pretty much what sites like http://www.unblock-us.com/ offers for $5 a month. The way I did was: nslookup server 208.122.23.22 > netflix.com Server: 208.122.23.22 Address: 208.122.23.22#53 Name: netflix.com […]
Slow ssh login
Slow ssh login SSH session slow to start? It’s the DNS fault! Just add “UseDNS no” to /etc/ssh/sshd_config service sshd restart
Get Local Admins
Remotely Get Local Admins Users inside Administrators group, for Workstations Also tests the connectivity, it gets computers from AD object type “computer” and it prints out a nice report. ‘Remotely Get Local Admins Users inside Administrators group, for […]
How to Setup a DNS server with BIND9
. . How to Setup a DNS server with BIND9. # apt-get install bind9 Configure a master domain: # vim /etc/bind/named.conf zone “provaes.com” { type master; file “/etc/bind/db.provaes.com”; }; Create the master zone file: # vim /etc/bind/db.provaes.com ; register SOA […]