Posts with "ubuntu" Tag
Installing Windows Fonts
by Dan Aukes
Derived from here:
```bash sudo apt install -y ttf-mscorefonts-installer sudo fc-cache ...
Post-Install Cleanup steps
by Dan Aukes
```bash sudo apt update #update repositories sudo apt install -f #fix broken packages sudo apt upgrade -y #install ...
Post-Install Miscellaneous Steps
by Dan Aukes
Install gnome tweaks
sudo apt install -y gnome-tweaks
Tweaking the GUI
- Open "Extensions" and turn ...
99-Locking Down Ubuntu
by Dan Aukes
- Set bios admin password
- check sudoers group, make other users non-admin
- delete unused / ...