ffmpeg cheat sheet
cheat sheet:
cheat sheet:
detailed tech: How to manage Wi-Fi with Terminal commands on OS X updated with new ln -s location for newer OS https://apple.stackexchange.com/questions/81221/how-do-i-get-wi-fi-info-from-within-terminal
youtube-dl -f ’bestvideo+bestaudio/bestvideo+bestaudio’ –merge-output-format mp4 “link to youtube video”
activate Macromedia products on Adobe site
Using GIT on a Synology NAS http://blog.osdev.org/git/2014/02/13/using-git-on-a-synology-nas.htm
http://www.bitstormweb.com/tools-resources/synchronizing-video-on-multiple-pcs-using-adobe-director.html
Take iCal as example, open it in Japanese /Applications/iCal.app/Contents/MacOS/iCal -AppleLanguages ’(ja)’ This part calls the app /Applications/xxx.app/Contents/MacOS/xxx This part is the param -AppleLanguages ’(ja)’
http://daringfireball.net/projects/markdown/syntax
Microsoft has a free utility called Disk2VHD that will let you create a .vhd or .vhdx file from a running Windows XP machine. It also works on Vista and later.…
shutdown.exe -s -t 60, the system will shut down in one minute. to make it one hour, just input shutdown.exe -s -t 3600 to cancel it, just open Run by…