Showing posts with label Digital Forensic. Show all posts
Showing posts with label Digital Forensic. Show all posts

Wednesday, December 12, 2018

Search old pages, Archive of webpages


[1] https://web.archive.org
      for example compelligence.com
                          grpiaa.inf.pucp.edu.pe

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...