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 2


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

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

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

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

tar xf WEEK09.tar.xz

cd WEEK09/

# RUN as User (e.g. cbkadal)
bash 00-install-to-bin.sh
cd ~/RESULT/W09/
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 05, 06, 07, and 08.

You should finish chapter 05 by this week (WEEK09)

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

You should finish chapter 06 by this week (WEEK09)

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

You should at least start chapter 07 by this week (WEEK09)

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

Starting chapter 08 is optional.

### Chapter 08: RUN as User (optional) 
08-chapter-08.sh

LAST WEEKLY REPORT

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




HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT