💾 Archived View for sdf.org › beni › tech › linux.gmi captured on 2024-05-10 at 11:24:17. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
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>