ricco386 / CYBER502x-Computer-Forensics

RITx: CYBER502x Computer Forensics - Personal study notes

Home Page:https://ricco386.github.io/CYBER502x-Computer-Forensics/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RITx: CYBER502x Computer Forensics - Personal study notes

This are my personal notes taken during the course RITx: CYBER502x Computer Forensics at edx.org.

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/CYBER502x-Computer-Forensics/

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

About

RITx: CYBER502x Computer Forensics - Personal study notes

https://ricco386.github.io/CYBER502x-Computer-Forensics/

License:MIT License


Languages

Language:Python 61.2%Language:Batchfile 21.6%Language:Makefile 17.2%