Week 02 - Assignment 01
OS Week 02 Assignment #1: Readings, Watchings, and Demos
-
(OSC10) Silberschatz et. al.: Operating System Concepts, 10th Edition, 2018, Chapter 16, 17,
https://codex.cs.yale.edu/avi/os-book/OS10/,
https://codex.cs.yale.edu/avi/os-book/OS10/slide-dir/. -
Try Previous MidTerm Problems
https://rms46.vlsm.org/2/197.pdf -
To clone Demos, see
Clone Repository Demos -
Update Demos Week 02
https://github.com/os2xx/demos/tree/master/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