update READMEs

This commit is contained in:
Frieder Schlesier 2024-06-01 21:55:13 +02:00
parent 1eb7de5772
commit 05d5e6d6b1
2 changed files with 53 additions and 43 deletions

View File

@ -109,6 +109,18 @@ RSA (NOT ECDSA or DSA).
- different Desktop/Workstation spins (Gnome, KDE, sway...) - different Desktop/Workstation spins (Gnome, KDE, sway...)
- =dnf= package manager, install updates on reboot - =dnf= package manager, install updates on reboot
- "Atomic Desktop", uses Fedora/RedHat CoreOS with rpm-ostree + flatpaks - "Atomic Desktop", uses Fedora/RedHat CoreOS with rpm-ostree + flatpaks
- setup syncthing service
#+begin_quote
https://src.fedoraproject.org/rpms/syncthing/tree/rawhide
#+end_quote
#+begin_src bash
sudo systemctl enable --now syncthing@USER.service
#+end_src
- setup wireguard
https://fedoramagazine.org/configure-wireguard-vpns-with-networkmanager/
- add and configure some modern tools:
https://github.com/ibraheemdev/modern-unix?tab=readme-ov-file
bat duf ripgrep eza fd-find dog
** NEXT Moving to Guix ** NEXT Moving to Guix

View File

@ -42,7 +42,6 @@
# save to config # save to config
wg-quick save wg0 wg-quick save wg0
#+end_src #+end_src
**** Mobile Client **** Mobile Client
@ -68,8 +67,8 @@
*** Sync the configuration without restarting the interface *** Sync the configuration without restarting the interface
From ~man wg-quick~: The strip command is useful for reloading configuration From ~man wg-quick~: The strip command is useful for reloading
files without disrupting ac tive sessions: configuration filesystem without disrupting active sessions:
#+begin_src bash #+begin_src bash
# wg syncconf wg0 <(wg-quick strip wg0) # wg syncconf wg0 <(wg-quick strip wg0)
@ -81,5 +80,4 @@
- https://github.com/WeeJeWel/wg-easy - https://github.com/WeeJeWel/wg-easy
- https://github.com/subspacecommunity/subspace - https://github.com/subspacecommunity/subspace
- https://github.com/vx3r/wg-gen-web - https://github.com/vx3r/wg-gen-web
- non-web: https://github.com/mullvad/wg-manager - non-web: https://github.com/mullvad/wg-manager