Operating System Programming 4DISS

(REV358--31-Jan-2024)
Welcome to the Operating System Programming for DISS site. The following is a step-by-step guide to set up a Virtual Debian Guest on VirtualBox. This site has been managed by VauLSMorg since 2020.
This is the WAY!

View on GitHub

HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT


Linux From Scratch 11.0 Part 3


Fetch and Extract File https://os.vlsm.org/WEEK/WEEK10.tar.xz.asc.

# RUN Line by Line as User (e.g. cbkadal)

wget -c https://os.vlsm.org/WEEK/WEEK10.tar.xz.asc

gpg -o WEEK10.tar.xz -d WEEK10.tar.xz.asc

tar xf WEEK10.tar.xz

cd WEEK10/

# RUN as User (e.g. cbkadal)
bash 00-install-to-bin.sh
cd ~/RESULT/W10/
ls -al

# RUN as User (e.g. cbkadal)
export PATH="$HOME/bin/:$PATH"
01-hoBIN-check.sh

# RUN as User (e.g. cbkadal)
echo $LFS
df   $LFS

# RUN as User (e.g. cbkadal)
02-Version-Check.sh


Linux From Scratch 11.0 Chapter 07, and 08.

Chapter 07 (WEEK10)

### Chapter 07: RUN as User (e.g. cbkadal)
07-chapter-07.sh

Chapter 08 (WEEK10)

### Chapter 08: RUN as User (e.g. cbkadal)
08-chapter-08.sh

LAST REPORT

# RUN as ROOT (SuperUser)
bash 99-ALL-LFS.sh




HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT