This book contains small pascal program that implement some features. They are supposed to be easy to read and to understand.
Each script starts with a brief description, followed by the code and then the output of the program, like so:
cat <<EOF | |
_ _ ____ ___ __ ____ ____ ____ __ ____ | |
/ )( \/ ___) / __)/ \( \( __) ( _ \ / \ / ___) | |
\ \/ /\___ \( (__( O )) D ( ) _) ) /( O )\___ \ | |
\__/ (____/ \___)\__/(____/(____) (__\_) \__/ (____/ | |
EOF | |
echo "Installing basic dependencies" | |
sudo apt install clang clang-format clang-tidy -y |
Podman is such a cool project! However, there is no easy way to setup the nvidia-container-runtime and podman so that we can run unprivileged container in a gpu host. This is specially interesting in environments with multiple people accessing the same host (strong isolation between containers!!!).
Ubuntu: add-apt-repository -y ppa:projectatomic/ppa && apt install podman buildah skopeo