Tip #552 Using ssh as a generic stdin consumer and stdout producer
Many people use netcat on both the remote and local machine in order to transfer stdin and stdout to and from machines over the network, but many don't realize you can do the exact same thing using one line with SSH:Read more »
- TAGS:
- ssh
Tip #547 Connect your mic to a remote speaker
You can use the following to output your microphone to a remote computer's speaker:Read more »
Tip #536 Comparing local and remote files
Suppose we have to find the differences between local file "/tmp/localfile" and remote file "/tmp/remotefile" located on remote host 123.4.5.6This is how can do it:
Read more »
Tip #381 SSH tab completion
tab completion is something we use all day long. put this into your .bash_profile. You can use tabs to auto complete the hostname for ssh calls.Read more »
- TAGS:
- ssh
alias aptitude at awk bash bc cal cat cd colrm comm cp csh curl cut date dd df dialog diff dirname dpkg du fc find fuser grep gs gzip history iconv kill ksh last less ln ls lsof lynx m4 md5sum mkdir mkfifo mkisofs mv mysql nc netstat openssl OSX perl ping popd ps pushd python read redirection rm scp screen sed sort ssh stat sudo svn tail tar tee test top tr uniq vim wc wget xargs