Skip to content

Tag: linux

All the articles with the tag "linux".

OpenConnect vs AnyConnect

OpenConnect vs AnyConnect

OpenConnect replaces the bloated AnyConnect client on Linux. Run ocserv for a self-hosted Cisco-compatible VPN server — no 200MB installer required.

Socat: The Swiss Army Knife of Networking

Socat: The Swiss Army Knife of Networking

· Updated:

socat wires TCP, UDP, Unix sockets, files, and serial ports together. Port forwarding, OpenSSL tunnels, traffic capture — this is netcat with superpowers.

ss Is the New netstat (And It's Better)

ss Is the New netstat (And It's Better)

· Updated:

ss replaces netstat on modern Linux: faster, shows more socket detail, and reads from the kernel. Every netstat command you rely on, rewritten for ss.

SSH keys and secure file copy

SSH keys and secure file copy

· Updated:

Generate SSH keys, set up passwordless auth, configure SSH, and transfer files securely with SCP — the foundation of headless Linux work.