When installing Windows 8 you might run into not being able to activate your product key. If you haven’t typed in your key during the installation and trying to activate it in Control -> System and Security -> System -> Windows Actication. The error message: Windows couldn’t be activated Go to Control Panel to learn about other
Tag: dns
Linux Setup DNS
Setting up the DNS in Linux can be done in a few steps. sudo cp /etc/resolv.conf /etc/resolv.conf.auto Now edit the dhclient sudo gedit /etc/dhcp3/dhclient.conf Look for the below line, which will be commented, and match this setting. # append the following line to the document prepend domain-name-servers 208.67.222.222,208.67.220.220; sudo ifdown eth0 && sudo ifup eth0