Skip to content

Instantly share code, notes, and snippets.

@martinus
Last active January 7, 2024 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinus/ef5d93fed96e4a1b1c0105f41b1ccea9 to your computer and use it in GitHub Desktop.
Save martinus/ef5d93fed96e4a1b1c0105f41b1ccea9 to your computer and use it in GitHub Desktop.
Linux Setup for Parents

Linux Setup for Parents

Fedora Silverblue, default installation.

  • No automatic login (it's strange UI)

Automatic Updates

Set up fully automatic updates, in /etc/rpm-ostreed.conf set AutomaticUpdatePolicy=stage

Edit timer, needs to copy everything, change to 1min

sudo systemctl edit rpm-ostreed-automatic.timer
systemctl reload rpm-ostreed
systemctl enable rpm-ostreed-automatic.timer --now

See

Remot Access

Enable SSHD

Data Backups

"Pika Backup" to backup onto the NAS via SSH. Uses borg as backend, excellent backup quality, compact and fast, good defaults.

Hourly backups, because computer usually don’t run long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment