How2Code - "Better documentation and good practices in your codebase" ========yada
(Find the corresponding materials in the ordered and enumerated directories, which should roughly follow the timeline of the presentation.)
sudo apt-get updatesudo apt-get install ca-certificates curlsudo install -m 0755 -d /etc/apt/keyringssudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.ascsudo chmod a+r /etc/apt/keyrings/docker.ascecho \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/nullsudo apt-get updatesudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-pluginsudo docker run hello-worldwget https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.shchmod +x Anaconda3-2023.09-0-Linux-x86_64.sh./Anaconda3-2023.09-0-Linux-x86_64.shFollowing the instructions of the installer on the command line, you should give "yes" to all the questions.
sudo apt-get install -y git-
- Download the ".deb" file from Download VsCode
-
- Run the downloaded ".deb" file.