Skip to content

Instantly share code, notes, and snippets.

@whamtet
Last active December 21, 2024 00:19
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.21/main
http://ftp.udx.icscoe.jp/Linux/alpine/v3.21/community
# mount -o remount,rw /media/mmcblk0p1
@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 [email protected] 'DISPLAY=:0.0 xsel -ib'

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