From f1ceb9fecf0638994f4128f499207899b81549e1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 21 Oct 2012 10:44:16 -0400 Subject: misc software stuff --- software/unix-tricks.page | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'software/unix-tricks.page') diff --git a/software/unix-tricks.page b/software/unix-tricks.page index 62c9ebf..8749d16 100644 --- a/software/unix-tricks.page +++ b/software/unix-tricks.page @@ -62,4 +62,11 @@ See if a number is prime with ``openssl prime 2011``. SSH Tunnel ------------ -Try [autossh](http://www.harding.motd.ca/autossh/) to keep tunnels open. +Try `autossh `_ to keep tunnels open. + +stderr in Red +--------------- + +Via `stack overflow `_: + + $ command 2> >(while read line; do echo -e "\e[01;31m$line\e[0m"; done) -- cgit v1.2.3