Hi there 👋

Welcome to my blog

Opensuse Setup

Notes after Opensuse installation Flatpaks opensuse.org/Flatpak flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak update automatic update services sudo systemctl edit --full --force flatpak-system-update.service [Unit] Description=Flatpak Automatic Update Documentation=man:flatpak(1) Wants=network-online.target After=network-online.target [Service] Type=oneshot ExecStart=/usr/bin/flatpak --system uninstall --unused -y --noninteractive ; /usr/bin/flatpak --system update -y --noninteractive ; /usr/bin/flatpak --system repair sudo systemctl edit --full --force flatpak-system-update.timer [Unit] Description=Flatpak Automatic Update Trigger Documentation=man:flatpak(1) [Timer] RandomizedDelaySec=10m OnBootSec=2m OnCalendar=*-*-* 4:00:00 Persistent=true [Install] WantedBy=timers.target sudo systemctl daemon-reload && sudo systemctl enable --now flatpak-system-update.timer Syncthing installation sudo zypper install syncthing sudo systemctl --user enable syncthing systemctl --user start syncthing GUI: http://127.0.0.1:8384/ ...

15156-09-110 · iz0.top