LastThing

From HDebugWiki
Revision as of 16:02, 18 January 2018 by Else58 (talk | contribs) (Add Reverse X11 forwarding and clean up formating)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • TAR - Remove leading directories when extracting from a tar archive:
tar --strip-components=NUMBER
  • Reverse X11 forwarding
See askubuntu/reverse-x11-forwarding:
"reverse ssh tunnelling" or "remote port forwarding" is your friend.
on the phone:
ssh -f -N -X -R 5555:localhost:22 desktop_user@desktop
then, on the desktop this
ssh -X -p 5555 phone_user@localhost