19 Jul 2012 03:39
Re: ssh tunneling with -D option
Aaron Mason <simplersolution <at> gmail.com>
2012-07-19 01:39:32 GMT
2012-07-19 01:39:32 GMT
On Thu, Jul 19, 2012 at 9:07 AM, Paolo Aglialoro <paolo74 <at> gmail.com> wrote: > Issuing the following: > # dsocks.sh lynx google.com > /dev/null 2>&1 > Fixed that for you. Pipe stdout to /dev/null, then pipe stderr to stdout. If you do it the other way, stderr will still appear on stdout. -- -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse
RSS Feed