Monday, July 12, 2021

STIG - Install

 Perform the following task...


Install STIG Viewer 2.14
Install SCC 5.4.1
Install bnchmark


No comments:

Post a Comment

Git branch show detached HEAD

  Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03)   00 2. Run re-set hard $ git reset --hard 3. ...