Linux
Utilities
Cookbook
Set default editor
bash
sudo update-alternatives --config editorInstall CUDA
bash
sudo apt install nvidia-cudnn nvidia-cuda-toolkitFix tracker-miner-fs-3 process
bash
tracker3 reset --filesystem
rm -fr ~/.cache/tracker3
# then rebootDisable password for sudo
bash
echo "$(whoami) ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-nopasswd-$(whoami)Resources
- linux-insides - A book-in-progress about the linux kernel and its insides.