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
- Host: GitHub
- URL: https://github.com/ricco386/cyber501x-cybersecurity-fundamentals
- Owner: ricco386
- License: mit
- Created: 2019-08-31T09:06:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T21:54:42.000Z (over 5 years ago)
- Last Synced: 2025-03-26T03:33:12.588Z (6 months ago)
- Topics: mooc, security, study-notes
- Language: Python
- Homepage: https://ricco386.github.io/CYBER501x-Cybersecurity-Fundamentals/
- Size: 6.01 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/activateInstall 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