Du befindest dich hier: Willkommen » Notizen » Linux

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
notes:linux:start [13.02.2022 10:58] Martinnotes:linux:start [13.02.2022 15:37] (aktuell) Martin
Zeile 1: Zeile 1:
-====== Syncthing ====== +====== Linux ======
- +
-===== Installation ===== +
- +
-<code bash> +
-# Add the release PGP keys: +
-sudo curl -s -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg +
-# Add the "stable" channel to your APT sources: +
-echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list +
-# Update and install syncthing: +
-sudo apt-get update +
-sudo apt-get install syncthing +
-</code> +
- +
-===== Konfiguraion ===== +
- +
-Autostart +
-<code bash> +
-systemctl --user enable syncthing.service +
-systemctl --user start syncthing.service +
-</code> +
- +
-<code bash> +
-... +
-</code> +
- +
-<code bash> +
-... +
-</code> +
- +
-<code bash> +
-... +
-</code> +
- +
-<code bash> +
-... +
-</code>+
  
 +~~NOCACHE~~
 +~~SUBPAGES~~
  
notes/linux/start.1644749936.txt.gz · Zuletzt geändert: 13.02.2022 10:58 von Martin