Tell another server to run a shell script
ssh user@xxx.xxx.xxxx.xxx ./myscript.sh $para
ssh user@xxx.xxx.xxxx.xxx ./myscript.sh $para
raw_input() If the prompt argument is present, it is written to standard output without a trailing newline. The function then reads a line from input, converts it to a string…
http://www.bitstormweb.com/tools-resources/synchronizing-video-on-multiple-pcs-using-adobe-director.html
Download Miro video converter and install it into you applications folder. open a terminal and type (withour the quotes): “cd /Applications/Miro Video Converter.app/Contents/Resources”
link ffmpeg -i input.mov -vcodec prores -profile:v NUMBER -an output.mov imovie audio: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 129 kb/s this one works: ffmpeg -i /Users/aaa/soccer/takes/video_01_03.MTS -vcodec…
DELETE n1 FROM `memehk_scan` n1, `memehk_scan` n2 WHERE n1.id > n2.id AND n1.youtube_code = n2.youtube_code learn from SOF
learned from applescript_and_text_encodings my usage write this_data to the open_target_file as «class utf8» starting at eof “as «class utf8»” is the code to made it export as unicode text file…
ref: from SOF UPDATE tableB t1 INNER JOIN tableA t2 ON t1.id = t2.id SET t1.name = t2.name
$dl_res= file_put_contents( $savetoDir.$lk , fopen(“http://www.mediacast.com.hk/hkdigitallife/”.$lk, ’r’));
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)’