itunes account WITHOUT credit card
in iTunes: Choose redeem link on right hand side under “quick links” (scroll down) Follow prompts. There is now “None” option next to all the credit cards/paypal
in iTunes: Choose redeem link on right hand side under “quick links” (scroll down) Follow prompts. There is now “None” option next to all the credit cards/paypal
1. godaddy: cancel privacy/ domain lock 2. godaddy request authorization code. get email. (update: new UI gives you it on godaddy.com directly, don’t need email) 3. namesilo: request transfer of domain. 4. namesilo: enter authorization code in email from step 2 (and pay). get email 5. follow link in email from step 4 to accept […]
Quick way to for each directory in current folder to show its name, then # of inodes under it: find -type d -maxdepth 1 -exec sh -c “echo {}; ls -Ria {} | sed -e ‘s/^ *//’ -e ‘s/ .*//’ -e ‘/^$/d’ -e ‘/^\./d’ | sort -u | wc -l; ” \; For example, […]
sudo killall -9 networkd
Dual boot environment with windows 10 and windows 7. It uses windows 7 instead of windows 10’s metro boot. From windows 10, just run: bcdboot C:\Windows That command will replace the boot files with the ones from Windows 10.