Skip to content

Instantly share code, notes, and snippets.

@aytackanaci
aytackanaci / ubuntu-linux-purge-nvidia-cuda.md
Created December 13, 2022 23:33
Remove cuda drivers from ubuntu.

From this tweet:

sudo apt --purge remove "*cublas*" "cuda*" "nsight*" '^nvidia-.*'
sudo apt autoremove
@aytackanaci
aytackanaci / docker.md
Created January 19, 2022 13:49
Set docker in wsl

install docker

sudo apt install docker.io -y

docker sudo shit

sudo visudo

# add below ad the end