Last active
July 2, 2021 12:56
-
-
Save jonatanblue/71b91a6b4d03d5e95901fa3b44a3f4f1 to your computer and use it in GitHub Desktop.
Revisions
-
jonatanblue revised this gist
Jul 2, 2021 . 1 changed file with 4 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,4 @@ # procps - for ps # net-tools - for netstat apt update && apt install -y procps telnet net-tools curl less vim -
jonatanblue created this gist
Jul 2, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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