Jupyter Notebooks to learn Linux Commands based on linuxcommand.org
-
Linux - Ubuntu or Kali (Debian)
-
Miniconda https://conda.io/docs/user-guide/install/index.html for Python 3.
-
git client
-
After installing miniconda, install jupyter notebook by running the following commands:
conda update conda
conda install notebookgit clone <this repo url>cd <into the repo directory>
jupyter notebook # add --allow-root if running as a root