/notebook/ubuntu-setup

Posts in ubuntu-setup

12-Syncthing

by danaukes

Install

  1. Add the release PGP keys:

    ```bash sudo ...

Read More
Installing Windows Fonts

by danaukes

Derived from here:

```bash sudo apt install -y ttf-mscorefonts-installer sudo fc-cache ...

Read More
Enable UFW

by danaukes

see [this ...

Read More
Install and configure fail2ban

by danaukes

see [this ...

Read More
Post-Install Cleanup steps

by danaukes

```bash sudo apt update #update repositories sudo apt install -f #fix broken packages sudo apt upgrade -y #install ...

Read More
Post-Install Miscellaneous Steps

by danaukes

Install gnome tweaks

sudo apt install -y gnome-tweaks

Tweaking the GUI

  1. Open "Extensions" and turn ...
Read More
other steps

by danaukes

Find all git repos with submodules and init

go ...

Read More
Performance Tips

by danaukes

  • disable swap
  • enable trim
sudo apt install -y util-linux
systemctl status fstrim

change "swap size": See here

change ...

Read More