linux:networking
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:networking [2026/03/06 12:49] – [SCP] v1ctor | linux:networking [2026/03/27 20:34] (current) – [TCP OFFLOADING] v1ctor | ||
|---|---|---|---|
| Line 103: | Line 103: | ||
| <code bash> | <code bash> | ||
| $ sudo ethtool -K ens3 tso off | $ sudo ethtool -K ens3 tso off | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== CONNECTIONS ==== | ||
| + | |||
| + | Pinpoint the service that's using a port: | ||
| + | <code bash> | ||
| + | $ lsof -i # " | ||
| + | $ lsof -i:22 # filter out only port 22 | ||
| + | $ sudo ls -la / | ||
| + | lrwxrwxrwx 1 user user 0 Aug 17 11:48 / | ||
| </ | </ | ||
linux/networking.1772801391.txt.gz · Last modified: by v1ctor
