Skip to content

Instantly share code, notes, and snippets.

@feklee
Last active May 4, 2021 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feklee/28faa026a35ad99f02b2bccb915791b5 to your computer and use it in GitHub Desktop.
Save feklee/28faa026a35ad99f02b2bccb915791b5 to your computer and use it in GitHub Desktop.
Sxmo script for remote access
#!/bin/sh
# Allows maintaining of an Sxmo session on a PinePhone via VNC.
# Felix E. Klee <felix.klee@inka.de>
st -e sh -c "x11vnc -auth guess -once -loop -noxdamage -repeat -rfbport 5900 -shared"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment