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:
htopoderbtop - 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