$ git clone git@github.com:yourusername/xxx.git
Cloning into 'xxx'...
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
sudo apt install heif-convert
Inside the folder:
for f in *.HEIC; do heif-convert -q 100 "$f" "${f%.*}.jpg"; done
sudo groupadd docker
sudo usermod -aG docker $USER
Second, enable rootless mode
nvidia-ctk runtime configure --runtime=docker --config=$HOME/.config/docker/daemon.json
systemctl --user restart docker
OlderNewer