HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
Script Download (User Mode)
Download https://os.vlsm.org/WEEK/WEEK04.tar.xz.asc
mkdir -pv $HOME/mywork/
cd $HOME/mywork/
wget -c https://os.vlsm.org/WEEK/WEEK04.tar.xz.asc
ls -al
Decrypt file WEEK04.tar.xz.asc
- The passphrase/password will be announced at SCELE at the beginning of the week.
gpg -o WEEK04.tar.xz -d WEEK04.tar.xz.asc
ls -al
Extract TARBALL
tar xfv WEEK04.tar.xz
cd WEEK04/
ls -al
Check Scripts
for II in [0-9][0-9]*.sh ; do
echo ""
echo "= === ==== FILE $II..."
cat "$II"
echo "= === ==== ==== ==== ==== ==== ==== ===="
echo ""
sleep 2
done
Run Scripts (Part 1)
bash 00-Basic-Check.sh
bash 01-Version-Check.sh