Quantcast
Viewing all articles
Browse latest Browse all 5114

Beginners • Re: Remote Operation Pi5

Thought I'd give it a try, just to make sure that it's actually still working Image may be NSFW.
Clik here to view.
:lol:


Here's how to install a hotspot and/or VNC using sdm onto an already-installed and running system using only 5 commands.

Code:

# With the system up and running:sudo raspi-config do_wayland W1 nonintsudo reboot# Now running with X11# Install sdmcurl -L https://raw.githubusercontent.com/gitbls/sdm/master/EZsdmInstaller | bash# Install the hotspot and virtual VNCsudo sdm --runonly plugins --plugin hotspot:"hsname=myhs|wifissid=myssid|wifipassword=mypassword|ipforward=eth0|hsenable|type=routed|" \    --plugin vnc:"tigervnc=2540x1350,1880x1100"# OR only install the hotspot# https://github.com/gitbls/sdm/blob/master/Docs/Plugins.md#hotspotsudo sdm --runonly plugins --plugin hotspot:"hsname=myhs|wifissid=myssid|wifipassword=mypassword|ipforward=eth0|hsenable|type=routed|"# OR only install vnc# https://github.com/gitbls/sdm/blob/master/Docs/Plugins.md#vncsudo sdm --runonly plugins --plugin vnc:"tigervnc=2540x1350,1880x1100"sudo reboot

Statistics: Posted by bls — Tue Dec 17, 2024 7:05 pm



Viewing all articles
Browse latest Browse all 5114

Trending Articles