Created
April 2, 2022 05:29
-
-
Save SpiffGreen/c739aeff0400c0e22eef695255f7f6fa to your computer and use it in GitHub Desktop.
Things to do after a new ubuntu installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt install libdvdnav4 libdvd-pkg gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg | |
| sudo apt install ubuntu-restricted-extras |
Author
Author
Set up Docker on machine
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set up Docker-Compose on machine
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose docker-compose --version