Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.55 KB

W02-01.md

File metadata and controls

65 lines (47 loc) · 1.55 KB
layout title
layout
OSP Weekly Assignments


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{:target="_blank"}
  • 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 is at
https://doit.vlsm.org/027.html#idx04{:target="_blank"}.

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