Posts with "ubuntu" Tag

12-Syncthing

by Dan Aukes

Install

  1. Add the release PGP keys:

    ```bash sudo ...

Read More
Installing Windows Fonts

by Dan Aukes

Derived from here:

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

Read More
Enable UFW

by Dan Aukes

see [this ...

Read More
Install and configure fail2ban

by Dan Aukes

see [this ...

Read More
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 ...

Read More
Post-Install Miscellaneous Steps

by Dan Aukes

Install gnome tweaks

sudo apt install -y gnome-tweaks

Tweaking the GUI

  1. Open "Extensions" and turn ...
Read More
99-Locking Down Ubuntu

by Dan Aukes

  1. Set bios admin password
  2. check sudoers group, make other users non-admin
  3. delete unused / ...
Read More
Ubuntu Setup

by Dan Aukes

...

Read More