1-get-initial-setup-working #2

Merged
hygienic-books merged 92 commits from 1-get-initial-setup-working into main 2023-03-05 03:02:48 +00:00
Showing only changes of commit d78e537f61 - Show all commits

View File

@ -29,9 +29,9 @@ When all is said and done you're goig to want to at least touch these points in
* Hostname: We chose a pseudo-randomly generated 8-character string with `pwgen` * Hostname: We chose a pseudo-randomly generated 8-character string with `pwgen`
* Unprivileged user accounts: The OS was installed only with a `root` account * Unprivileged user accounts: The OS was installed only with a `root` account
* Passwords * Passwords
* ZFS: The password for all datasets underneath `zpool` is `password`. * ZFS: The password for all datasets underneath `zpool` is `password`.
* Local `root` account: The local `root` account's password is `password`. * Local `root` account: The local `root` account's password is `password`.
* Arch User Repository (AUR) helper: We installed [paru](https://github.com/Morganamilo/paru) as our AUR helper, we installed from GitHub via `makepkg -si`. You may want to replace that by an AUR native installation e.g. by doing `paru paru`.
# Assumptions # Assumptions