Commands I infrequently need.

HOWTO: Use mplayer to rip video streams

Dump streams, vlecs (personal use, of course), videos - mplayer -dumpfile [file] -dumpstream [url]

HOWTO: Detach another byobu connection

ctrl-a ctrl-D

Clean up a text file

From https://stackoverflow.com/questions/12999651/how-to-remove-non-utf-8-characters-from-text-file specifically from http://stackoverflow.com/a/17048486/189995

iconv -f utf-8 -t utf-8 -c file.txt

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.