This are my personal notes taken during the course RITx: CYBER501x Cybersecurity Fundamentals at edx.org.
- CYBER501x Cybersecurity Fundamentals notes
- CYBER502x Computer Forensics notes
- CYBER503x Cybersecurity Risk Management
Feel free to use them during your study and if you find it useful you can star this repository. If you find a mistake or you think I have missed something important I am more than happy to accept RP on this repo.
Notes are written in Sphinx documentation format. You can visit build notes at url: https://ricco386.github.io/CYBER501x-Cybersecurity-Fundamentals/
Create Python virtual environments and activate them:
python3 -m venv envs3 source envs3/bin/activate
Install the requiremetns:
pip install -r requirements.txt
Build the Sphinx docs:
make html
Run Python build-in webserver and open the build documentation in browser:
cd docs/html python -m http.server 8000 firefox http://localhost:8000/
All of my study notes are released under MIT license, there is no guarantee anything here will work (for you), and I take NO responsibility for any illegal actions made after reading my notes.
Richard von Kellner