~ / posts / bash/bash / mt-raw-magnetic-tape SHELL: MT Raw Magnetic Tape ● cpx May 17, 2013 1 min read Bash/BASH $ for drive in 0 1 2 3 4 5 6 7 > do > mt -f /dev/rmt/$drive status > done # recommended posts that share tags with this one Bash/BASH How To: cdspell – Directory Typo Correction 2014-07-15 1 min read → Bash/BASH # bash-shell Generate Random ASCII Art in shell How to generate random ascii art in shell: wget -qO - http://www.asciiartfarts.com/random.cgi | sed -n '/<pre>/,/<\/pre>/p' | sed -n '/<table*/,/<\/table>/p' | sed… 2014-05-04 1 min read → Bash/BASH # bash-shell Bash: wget recursively download website Recursively download website wget -r --no-parent --reject "index.html*" http://mysite.com/configs/.vim/ 2013-10-11 1 min read → ← prevMySQL: slow_query_log without restart next →Configuration: mysql in .bashrc # commenting as guest Login $ login запомни Log in → забравена парола? Be the first to comment cancel Name * Email * Website Comment Post Comment protected · no trackingLeave this field emptyΔ 0 comments
0 comments