A basic demo of Lacework CLI commands organized to allow demonstration of CLI capabilities without need to recall command syntax from memory, or copy/paste of commands. Jupyter Lab allows execution of commands within shell with one-handed press of command-enter. This enables you to focus on discussion.
Runthrough recording of demo lab
- Install (Lacework CLI)[https://github.com/lacework/homebrew-tap#install]
- Install (Python3)[https://formulae.brew.sh/formula/[email protected]]
- Install Jupyter Lab
pip3 install jupyterlab
- Install PIP Bash_kernel
pip3 install bash_kernel && python3 -m bash_kernel.install
- Clone repo
git clone https://github.com/larryebaum/lw_demos-jupyter.git
andcd
into repo. - Start Jupyter
jupyter lab
- Change Kernel to Bash
Kernel > Change kernel > Bash
- Enjoy