- Download your package from https://docs.conda.io/en/latest/miniconda.html.
# For example:
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
- Install:
$ bash Miniconda3-latest-Linux-x86_64.sh
# For example:
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ bash Miniconda3-latest-Linux-x86_64.sh
(optional) ubuntu-drivers devices # This is to see what is available
sudo apt install nvidia-driver-525
sudo reboot
# After reboot, check:
nvidia-smi
# (optional) To uninstall NVIDIA driver (returning to `nouveau`, see https://linuxconfig.org/how-to-uninstall-the-nvidia-drivers-on-ubuntu-20-04-focal-fossa-linux):
curl https://get.docker.com | sh && sudo systemctl --now enable docker
Install Docker (see https://gist.github.com/vicente-gonzalez-ruiz/cfa615abea6172f266180760fc4fba93 and https://gist.github.com/vicente-gonzalez-ruiz/fa3c7724750ec0837818ad8b337bba50).
rm -r $HOME/.docker/desktop sudo rm /usr/local/bin/com.docker.cli sudo apt purge docker-desktop
sudo apt-get update sudo apt-get install ca-certificates curl gnupg
Just follow: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
# Enable:
sudo systemctl enable docker.service
sudo systemctl enable containerd.service
# Disable:
sudo systemctl disable docker.service
Example:
sudo pacman -Fy glxinfo
sudo powertop
List avaiable (and usable) graphics hardware:
xrandr --listproviders
Find OpenGL renderer:
glxinfo | grep "OpenGL renderer"