Skip to content

Downloads

Here you can find all the resource materials for the workshop and for completing the exercises:

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.

On Linux/macOS, when it isn't already available, you can use your packet manager:

  • brew install curl (macOS)
  • sudo dnf install curl (Redhat/Centos)
  • sudo apt install curl (Debian/Ubuntu)