Skip to content

Instantly share code, notes, and snippets.

@whamtet
Last active July 8, 2024 18:04
Show Gist options
  • Save whamtet/4c5f31444c30eb2f0a05aef6c94810a1 to your computer and use it in GitHub Desktop.
Save whamtet/4c5f31444c30eb2f0a05aef6c94810a1 to your computer and use it in GitHub Desktop.
/media/mmcblk0p1/apks
http://ftp.udx.icscoe.jp/Linux/alpine/v3.20/main
http://ftp.udx.icscoe.jp/Linux/alpine/v3.20/community
# mount -o remount,rw /media/mmcblk0p1
@whamtet
Copy link
Author

whamtet commented Jun 17, 2024

apk add tailscale
service tailscale start
tailscale up

@whamtet
Copy link
Author

whamtet commented Jun 17, 2024

./ngrok service install --config .config/ngrok/ngrok.yml
./ngrok service start

@whamtet
Copy link
Author

whamtet commented Jun 25, 2024

modprobe fuse
apk add sshfs
mkdir /media/windows
sshfs user@windows-server:. /media/windows -o allow_other

@whamtet
Copy link
Author

whamtet commented Jun 28, 2024

@whamtet
Copy link
Author

whamtet commented Jul 2, 2024

@whamtet
Copy link
Author

whamtet commented Jul 8, 2024

pbpaste | ssh matt@192.168.3.15 'DISPLAY=:0.0 xsel -ib'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment