Use the following to create a large dummy file containing all zeroes. Below we assume 1GB size file. You can change it to something else. dd if=/dev/zero of=bigfile count=1 bs=1 seek=$((1024 * 1024 * 1024 - 1)) Learned from here.
Month: September 2016
Bash on windows works like a charm! Love it!
Windows 10 KMS Activation Servers
Basic technique As it is spread over the Internet, open up a command prompt (Admin) by pressing Win + x, and then enter the following: slmgr /ipk <you license key> slmgr /skms kms.xspace.in slmgr /ato But then kms.xspace.in is dead. Here are some alternatives: kms.shuax.com kms.landiannews.com skms 3rss.vicp.net:20439 zh.us.to skms.ddns.net And then to clear KMS: slmgr /skms… Continue reading Windows 10 KMS Activation Servers