Downloads
This topic provides all the necessary resource materials required for the capability walkthrough and to complete the exercises.
Resource materials
Command line utilities
Put the command line utilities somewhere on your path. On Linux/macOS, that's typically ~/bin
. On Windows, you can create ~\cmd
and add it to the path.
-
Keep shell script (Linux / macOS)
-
Keep.cmd (Windows)
-
On Linux/macOS, when it isn't already available, you can use your packet manager to install curl:
brew install curl
(macOS)sudo dnf install curl
(Redhat/Centos)sudo apt install curl
(Debian/Ubuntu)