Skip to content

Instantly share code, notes, and snippets.

View janemiceli's full-sized avatar

Jane Miceli janemiceli

View GitHub Profile
@dwallraff
dwallraff / puzzles.sh
Last active January 28, 2024 19:16
Download puzzle pdfs for remarkable
#! /usr/bin/env bash
#-- Dave Wallraff
# First things first, I'm the realest...
### Download puzzles for reMarkable
# curl -sL dwallraff.com/puzzles | bash
# wrap in a function for curl|bash
do_stuff() {

Lab 1: Lab Setup

Duration: 10 minutes

Each student should have received the lab workstation log in information from the instructor. This lab ensures that everyone can connect to the workstation, and verify that a Vault server is running so that vault commands can run against it.

  • Task 1: Connect to the Student Workstation
  • Task 2: Getting Help
  • Task 3: Enable Audit Logging
  • Task 4: Access Vault UI
powershell_script "Install IIS" do
code "add-windowsfeature Web-Server"
action :run
end
service "w3svc" do
action [:enable, :start ]
end
#node.default["iis_demo"]["indexfile"] = "Default2.htm"