An open API service indexing awesome lists of open source software.

https://github.com/ricco386/cyber501x-cybersecurity-fundamentals

RITx: CYBER501x Cybersecurity Fundamentals - Personal study notes
https://github.com/ricco386/cyber501x-cybersecurity-fundamentals

mooc security study-notes

Last synced: 6 months ago
JSON representation

RITx: CYBER501x Cybersecurity Fundamentals - Personal study notes

Awesome Lists containing this project

README

          

RITx: CYBER501x Cybersecurity Fundamentals - Personal study notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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/

How to build the notes
======================

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