💾 Archived View for sdf.org › beni › tech › linux.gmi captured on 2023-12-28 at 16:42:53. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
The following page contains just random useful Linux cli commands I often use and want to keep somewhere to copy and paste. Mostly useful to myself.
Show configuration including used resolvers
resolvectl status
Flush local DNS caches
resolvectl flush-caches
List all listening UDP oder TCP sockets including the PID
ss -tulpe
List all TCP connections to a certain port
ss -t 'dport = :<port>