Laabs-Wedel.de

Sie sind hier: Startseite > Misc > Linux > Linux Mint Cinnamon

Linux Mint Cinnamon

Homepage Linux Mint | Download | LMDE

Upgrade von 20.3 auf 21

Beschreibung auf ReadTheDocs

SyncThing Installieren/starten

  • # Add PGP key
    curl -s https://syncthing.net/release-key.txt | sudo apt-key add -

    # Add the "stable" to  sources:
    echo "deb 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
  • /usr/bin/syncthing -no-browser -home="/home/USERNAME/.config/syncthing"
  • check http://localhost:8384/ Weboberfläche für lokalen Client
  • ssh -L 8385:localhost:8384 remotehost Weboberfläche eines Remotesystems auf den lokalen Port 8385 umleiten -> http://localhost:8385/

Singal Desktop nachinstallieren

 Anleitung hier: https://signal.org/de/download/

curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add -
echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list
sudo apt update && sudo apt install signal-desktop

 

 

nach oben