update READMEs
This commit is contained in:
parent
1eb7de5772
commit
05d5e6d6b1
12
README.org
12
README.org
|
@ -109,6 +109,18 @@ RSA (NOT ECDSA or DSA).
|
|||
- different Desktop/Workstation spins (Gnome, KDE, sway...)
|
||||
- =dnf= package manager, install updates on reboot
|
||||
- "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
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
|
||||
# save to config
|
||||
wg-quick save wg0
|
||||
|
||||
#+end_src
|
||||
|
||||
**** Mobile Client
|
||||
|
@ -68,8 +67,8 @@
|
|||
|
||||
*** Sync the configuration without restarting the interface
|
||||
|
||||
From ~man wg-quick~: The strip command is useful for reloading configuration
|
||||
files without disrupting ac‐ tive sessions:
|
||||
From ~man wg-quick~: The strip command is useful for reloading
|
||||
configuration filesystem without disrupting active sessions:
|
||||
|
||||
#+begin_src bash
|
||||
# wg syncconf wg0 <(wg-quick strip wg0)
|
||||
|
@ -81,5 +80,4 @@
|
|||
- https://github.com/WeeJeWel/wg-easy
|
||||
- https://github.com/subspacecommunity/subspace
|
||||
- https://github.com/vx3r/wg-gen-web
|
||||
|
||||
- non-web: https://github.com/mullvad/wg-manager
|
||||
|
|
Loading…
Reference in New Issue