Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| anleitung:linux:vncserver [04.05.2020 15:21] – [Links] J. Huber | anleitung:linux:vncserver [11.12.2023 15:46] (aktuell) – [Links] J. Huber | ||
|---|---|---|---|
| Zeile 98: | Zeile 98: | ||
| # Service status: | # Service status: | ||
| systemctl status vncserver@1.service | systemctl status vncserver@1.service | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <code ini> | ||
| + | sudo apt-get update | ||
| + | sudo apt-get install x11vnc net-tools | ||
| + | x11vnc -storepasswd / | ||
| + | |||
| + | cat > / | ||
| + | [Unit] | ||
| + | Description=Start x11vnc at startup. | ||
| + | After=multi-user.target | ||
| + | |||
| + | [Service] | ||
| + | Type=simple | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | EOF | ||
| + | |||
| + | sudo systemctl daemon-reload | ||
| + | sudo systemctl enable x11vnc | ||
| + | sudo systemctl start x11vnc | ||
| </ | </ | ||
| ===== Links ===== | ===== Links ===== | ||
| - | - https://help.ubuntu.com/community/VNC/Servers | + | - https://askubuntu.com/questions/1033274/ |
| - | - https://gist.github.com/farinspace/f5b0c9ca6b70334bfe4749f8346db8d9 | + | |
| - | - https://www.smarthomebeginner.com/setup-vnc-server-on-ubuntu-linux/ | + | ===== x11vnc ===== |
| + | |||
| + | VNC-Server unter Linux Mint einrichten | ||
| + | |||
| + | Ein VNC-Server kann unter Linux Mint wie folgt konfiguriert werden: | ||
| + | |||
| + | apt install x11vnc | ||
| + | x11vnc -storepasswd | ||
| + | |||
| + | /lib/systemd/ | ||
| + | |||
| + | < | ||
| + | | ||
| + | Description=Start x11vnc at startup. | ||
| + | After=multi-user.target | ||
| + | |||
| + | [Service] | ||
| + | Type=simple | ||
| + | ExecStart=/usr/bin/x11vnc | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||
| + | |||
| + | |||
| + | Service aktivieren: | ||
| + | systemctl enable x11vnc.service | ||
| + | systemctl daemon-reload | ||
| ---- struct data ---- | ---- struct data ---- | ||
| + | artikelinfo.name | ||
| + | artikelinfo.beschreibung : | ||
| + | artikelinfo.status | ||
| + | artikelinfo.statuslink : Fertig|Fertig | ||
| + | artikelinfo.version | ||
| + | artikelinfo.cats | ||
| + | artikelinfo.catlinks : Anleitung|Anleitung, | ||
| + | artikelinfo.prg | ||
| ---- | ---- | ||