Skip to content

Instantly share code, notes, and snippets.

@jonatanblue
Last active July 2, 2021 12:56
Show Gist options
  • Select an option

  • Save jonatanblue/71b91a6b4d03d5e95901fa3b44a3f4f1 to your computer and use it in GitHub Desktop.

Select an option

Save jonatanblue/71b91a6b4d03d5e95901fa3b44a3f4f1 to your computer and use it in GitHub Desktop.

Revisions

  1. jonatanblue revised this gist Jul 2, 2021. 1 changed file with 4 additions and 8 deletions.
    12 changes: 4 additions & 8 deletions ubuntu_troubleshooting_tools.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,4 @@
    apt update && apt install -y \
    procps \ # for ps
    telnet \
    net-tools \ # for netstat
    curl \
    less \
    vim

    # procps - for ps
    # net-tools - for netstat

    apt update && apt install -y procps telnet net-tools curl less vim
  2. jonatanblue created this gist Jul 2, 2021.
    8 changes: 8 additions & 0 deletions ubuntu_troubleshooting_tools.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    apt update && apt install -y \
    procps \ # for ps
    telnet \
    net-tools \ # for netstat
    curl \
    less \
    vim