Skip to content

Instantly share code, notes, and snippets.

@jonatanblue
Last active July 2, 2021 12:56
Show Gist options
  • Save jonatanblue/71b91a6b4d03d5e95901fa3b44a3f4f1 to your computer and use it in GitHub Desktop.
Save jonatanblue/71b91a6b4d03d5e95901fa3b44a3f4f1 to your computer and use it in GitHub Desktop.
Things I install on Ubuntu containers for troubleshooting
# procps - for ps
# net-tools - for netstat
apt update && apt install -y procps telnet net-tools curl less vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment