Skip to content

Linux

Utilities

Cookbook

Set default editor

bash
sudo update-alternatives --config editor

Install CUDA

bash
sudo apt install nvidia-cudnn nvidia-cuda-toolkit

Fix tracker-miner-fs-3 process

bash
tracker3 reset --filesystem
rm -fr ~/.cache/tracker3
# then reboot

Disable 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.