Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #76942
| From | Andy Burns <usenet@andyburns.uk> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: Anyone know how this happens |
| Date | 2025-11-02 09:24 +0000 |
| Message-ID | <mmomb0Fov2rU1@mid.individual.net> (permalink) |
| References | <10e5o40$1gsnr$5@dont-email.me> |
The Natural Philosopher wrote: > Completely blank firefox - no sites loaded > > netstat -an | grep tcp | grep 443 in a command window with admin rights, try netstat -nob in most cases it shows the process name, so you can tell if it's something other than firefox, downside is that it's multiple row output, so grepping for :443 doesn't play nice. if you have too many connections to see the wood for the trees, and need filtering, switch to powershell with get-netTCPconnection
Back to comp.os.linux.misc | Previous | Next | Find similar
Re: Anyone know how this happens Andy Burns <usenet@andyburns.uk> - 2025-11-02 09:24 +0000
csiph-web