#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…
#change password passwd #update ubuntu/debian apt-get update apt-get upgrade #install most needed packages in ubuntu/debian apt-get install sudo openssl openssh-server…
Classic approach: grep -v “^#” /path/to/config.file Don’t print empty lines: egrep -v “^#|^$” /path/to/config.file
sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev mkdir /opt/nginx cd /opt/nginx wget http://nginx.org/download/nginx-1.7.7.tar.gz wget https://github.com/arut/nginx-rtmp-module/archive/master.zip tar -zxvf nginx-1.7.7.tar.gz unzip master.zip…
To enable ‘repeat’ or ‘random’ in playlist mode you should pick MODE which you want to set (ex. NET, USB)…
I could say that I was always trying to do this, also I could say that this was always in…