Note: Still in draft form. Need to flesh out a bit.
From https://www.digitalocean.com/community/tutorials/how-to-use-terraform-with-digitalocean
On the Digital Ocean site:
- Create and save a Digital Ocean token.
Note: Still in draft form. Need to flesh out a bit.
From https://www.digitalocean.com/community/tutorials/how-to-use-terraform-with-digitalocean
On the Digital Ocean site:
https://docs.brew.sh/Homebrew-on-Linux
<< 'eof' docker image build --tag homebrew -f- .See https://github.com/mgdm/htmlq
# define container name
dc_name=htmlq
This function creates a sequential list of numbers then shuffles, removes one, and duplicates one into another list.
The challenge is to find the missing number and the duplicated number in the shuffled list.
Number list generator
number_list_generator () {
# given an order of magnitude, set output file names
local LC_ALL=C
local oom=${1:-3}This was inspired by this article:
https://realpython.com/pyscript-python-in-browser/
docker container stop pyscript ; docker container rm pyscriptCommands for creating a Docker container inspired by Data Science at the Command Line, 2nd Edition
# clean up namespace
docker container stop ds_cli ; docker container rm ds_cli
# run instance as service
docker container run -d -v /tmp/ds_cli:/tmp/ds_cli --name ds_cli ubuntu:22.04 sleep inf