$ sudo docker-compose stop concourse-db $ sudo docker ps $ sudo docker cp -a <docker postgresql database id>:/database .\ $ vim docker-compose.yml image: postgres volumes: \["./database:/database"] environment: $ sudo docker-compose up -d --no-deps concourse-db
Google chrome: https://youtu.be/FAKQyjzLXrA
Microsoft Edge: https://youtu.be/nj3eNmNeip4
Safari op de iPad: https://youtu.be/dymKWea_600
# File name: version_used.py
# This prints the version of Python being used by the Code Runner extension in VSCodium
# Set by going to: File -> Preferences -> Settings -> Search Settings -> code-runner.executorMap -> Edit in settings.json
# “python”: “/bin/python3.9 -u”,\
# To run this script press the little play button on the top right in the editor
import sys
print(sys.version)
$ sudo apt install software-properties-common
$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt update
$ sudo apt install python3.9
$ python3.9 —version
$ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
$ sudo echo ‘deb https://vscodium.c7.ee/debs/ vscodium main' | sudo tee –append /etc/apt/sources.list.d/vscodium.list
$ sudo apt update
$ sudo apt install codium
$ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c 'echo “deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main” » /etc/apt/sources.list.d/google-chrome.list'
$ sudo apt update
$ sudo apt install google-chrome-stable