SoundTap Streaming Audio Recorder
http://www.nch.com.au/soundtap/index.html?gclid=CPGzpt6w-L4CFdWCvQodbzMAvg
http://www.nch.com.au/soundtap/index.html?gclid=CPGzpt6w-L4CFdWCvQodbzMAvg
https://openclipart.org/
to clean up all pending atq jobs for i in `atq | awk ’{print $1}’`;do atrm $i;done learn from http://unix.stackexchange.com/questions/53144/remove-all-at-jobs
good explain at Digital Ocean https://www.digitalocean.com/community/articles/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps rsync -a dir1/ dir2 This is necessary to mean “the contents of dir1”. sync into dir2 This, mean the whole dir1 copied into dir2…
exec 1 min later: echo ’ls -l’ | at now + 1 min
Unlike other linux system, osx terminal calls it like this ssh -p 42586 myusername@mysite.com
http://en.support.wordpress.com/videos/youtube/ specifying width, height, no related video, can also specifying start and end time &start=75&end=85
http://rg3.github.io/youtube-dl/download.html
http://stackoverflow.com/questions/4000792/nice-stylesheet-for-displaying-code-in-html more more2
mysql -u username -p database_name < file.sql mysql dump mysqldump -u username -p db_name > backup-file.sql ar…for Synology MariaDB /usr/syno/mysql/bin/mysqldump –user=$DB_USER –password=$DB_PASS Schedule a Backup of all your MySQL databases…