Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'View open sockets in Transmission or other apps' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
View open sockets in Transmission or other apps
Authored by: zs on Feb 20, '06 08:18:48AM
... grep -v 127 ... is a little too lazy. It will remove all IP addresses that have "127" in them but are not the localhost. Try: grep -v 127\.0\.0\.1

---
zs

[ Reply to This | # ]