Discover new command line utilities or combinations of them to solve various things. Learned all kinds of useful stuff. Things like I know but always forget about:
To output your microphone to a remote computer's speaker [note: you probably shouldn't be using arcfour in general for ssh, and it might be disabled on your site].
> note: you probably shouldn't be using arcfour in general for ssh, and it might be disabled on your site
Related tip: arcfour is a less secure but fast cipher. If you are mounting a virtual machine locally via sshfs, you'll get better performance by using arcfour (10-20% increase in throughput, IIRC)
Discover new command line utilities or combinations of them to solve various things. Learned all kinds of useful stuff. Things like I know but always forget about:
To server the current directory on port :8000Then there is silly stuff like:
To output your microphone to a remote computer's speaker [note: you probably shouldn't be using arcfour in general for ssh, and it might be disabled on your site].