proxychains icon indicating copy to clipboard operation
proxychains copied to clipboard

Suppress proxychains message

Open dclong opened this issue 6 years ago • 2 comments

ProxyChains output some message like the below. How can I suppress this message?

ProxyChains-?-? (http://proxychains.sf.net)

dclong avatar Oct 17 '18 01:10 dclong

couple of options using nohup: man nohup first option with logging output replacing [] with command and args you want followed by second [] where you name the file for logged output to be saved, don't use [] rather text only nohup proxychains [command with args as normal] &> [name of file to log output]& nohup proxychains [command with args as normal] </dev/null >/dev/null 2>&1 &

example: nohup proxychains youtube-dl https://www.youtube.com/watch?v=VeAK7Bv4F1o </dev/null >/dev/null 2>&1 &

nbbm26 avatar Mar 21 '19 23:03 nbbm26

Stale issue message

github-actions[bot] avatar May 06 '24 03:05 github-actions[bot]