Locations
- OTF Fonts:
/usr/share/fonts/opentype/urw-base35/
- Permanent Mounts:
sudo nano /etc/fstab
- Cooler Alias in bashrc:
alias update='sudo apt update && sudo apt full-upgrade -y'
Commands
- List disks:
lsblk
- System Usage:
htop oder btop
- one command to rule them all:
sudo apt update && sudo apt upgrade -y
- apt cleanup:
sudo apt autoclean && sudo apt autoremove -y
- Auto Updates:
sudo dpkg-reconfigure --priority=low unattended-upgrades
- NVMe health:
sudo nvme smart-log /dev/nvme0n1