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
System Administrator
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
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 …
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
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.
…
.
.
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 …