Posts in ubuntu-setup
Installing Windows Fonts
by danaukes
Derived from here:
```bash sudo apt install -y ttf-mscorefonts-installer sudo fc-cache ...
Post-Install Cleanup steps
by danaukes
```bash sudo apt update #update repositories sudo apt install -f #fix broken packages sudo apt upgrade -y #install ...
Post-Install Miscellaneous Steps
by danaukes
Install gnome tweaks
sudo apt install -y gnome-tweaks
Tweaking the GUI
- Open "Extensions" and turn ...
Performance Tips
by danaukes
- disable swap
- enable trim
sudo apt install -y util-linux
systemctl status fstrim
change "swap size": See here
change ...