On Linux: dig -x ip.address ### or ### host ip.address On Windows: nslookup ip.address
Temporary solution: sudo mount -t cifs //netbiosname/sharename /media/sharename -o username=winusername,password=winpassword,iocharset=utf8,file_mode=0777,dir_mode=0777 Permanent solution: touch /root/.smbcredentials chmod 700 /root/.smbcredentials echo ‘username=winusername password=winpassword’…
There are multiply reasons why you would like to change installed license for application. Method 1: start: regedit remove HKEY_LOCAL_MACHINESOFTWAREMicrosoftOffice14.0Registration…
slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx slmgr.vbs /ato
In case you are unable to log on your own account and you are using Windows 7 as your operation…