Sometimes after manul removing config files and then reinstall package you end up missing .conf file from that package (ex.…
vim /etc/update-motd.d/10-stats
pdbedit -P “min password length” -C 8 pdbedit -P “password history” -C 4 #maximum password age value in seconds, -1…
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’…
echo -e “new_passwordnnew_password” | (smbpasswd -a -s $USER)
#cmd arp –s IP_address MAC:ADDRESS telnet IP_ADD root / store tcpip 1 addr ip_address mask mask_address store tcpip route add…
#Write: time dd if=/dev/zero of=/$drive/test.zero bs=1024 count=1000000 #Read: time dd of=/dev/zero if=/$drive/test.zero bs=1024 count=1000000 hdparm –t /dev/$drive
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…