IIWAC: Psalm 11

For the director of music. Of David. 1 In the Lord I take refuge.     How then can you say to me:     “Flee like a bird to your mountain. 2 For look, the wicked bend their bows;     they set their arrows against the strings to shoot from the shadows     at the upright in…

Continue reading

LL: Installing Docker

To install Docker Engine on Linux Mint, follow these steps: Update package index and install dependencies. Code sudo apt-get update sudo apt-get install ca-certificates curl gnupg Add Docker’s official GPG key. Code sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc Add the…

Continue reading