Skip to content

Week 02 - Assignment 01

OS Week 02 Assignment #1: Readings, Watchings, and Demos

WEEK=Week02
DEMOS=$HOME/git/demos/Demos/
if [ -d $DEMOS ] ; then
  cd $DEMOS
  git pull
  mkdir -vp $HOME/mydemo/
  cd $HOME/mydemo/
  cp -r $DEMOS/$WEEK/ .
  cd $WEEK/
  ls -al
else
  echo "ERROR: no $DEMOS directory!"
fi
  • Run “Proof of Trying Demos”
bash 98-W02-DEMO-CHECK.sh

Cyber Security

Watch Cyber Security Full Course for Beginner
URL: https://youtu.be/U_P23SqJaDc
You should watch the first 30 seconds of chapters 2 to 30.
(For the chapter time stamp, see the comments section.)


Update

(ROOT) Always Update Your Debian Guest!
See update script at
https://doit.vlsm.org/027.html#idx04.

# SUPERUSER (root)
bash $HOME/.doUPDATE.sh