URI:
       =======================================
                 COMMAND REFERENCES
       =======================================
       
       I have horrible memory (SDAM and
       aphantasia), so these are some quick
       command references I keep for myself.
       
       Some may be AI-generated. Yes, I use AI
       when programming these days, but I
       wouldn't consider myself a vibe coder.
       
       I also won't get mad if you call me one.
       If you don't like that, feel free to move
       on.
       
  TEXT git command reference
  TEXT git ssh auth reference
  TEXT tmux command reference
  TEXT pacman command reference
  TEXT Docker Compose reference
  TEXT IPv6 reference
       
       Generate API Key: openssl rand -hex 32
       
       Allow nonroot binary low ports: 
       sudo setcap 'cap_net_bind_service=+ep' ./tcpnoise
       
       Show open ports: sudo ss -tulpn
       
   DIR Return to the main menu