Fast and simple video tutorial about how to do to the installation of the Anaconda toolkit to use data science and machine learning open source libraries and packages for digital forensics investigations and incident response.
$ wget -O /tmp/Anaconda3-2020.02-Linux-x86_64.sh https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
$ sha256sum /tmp/Anaconda3-2020.02-Linux-x86_64.sh - Check: https://docs.anaconda.com/anaconda/install/hashes/Anaconda3-2020.02-Linux-x86_64.sh-hash
$ sudo mkdir /opt/ds4n6 $ sudo chown padawan:padawan /opt/ds4n6 $ bash /tmp/Anaconda3-2020.02-Linux-x86_64.sh yes /opt/ds4n6/anaconda3 no
$ source /opt/ds4n6/anaconda3/bin/activate
$ conda update conda $ conda update anaconda
$ conda install tensorflow $ conda install -c conda-forge jupyter_contrib_nbextensions
$ conda deactivate