changtimwu / changtimwu.github.com

Tim's testing/practice notes
7 stars 2 forks source link

TIPS #56

Open changtimwu opened 8 years ago

changtimwu commented 8 years ago

timac as ssh relay and ssh to vbox

ssh -p 2222 -t timac ssh  vbox

vnc over ssh

ssh  -p 2222 -L 5901:localhost:5900 timac

and from vnc client, connect to localhost:5901

changtimwu commented 7 years ago
2016-12-11 5 51 49
changtimwu commented 7 years ago

when you want to push commits to your fork https://help.github.com/articles/changing-a-remote-s-url/

changtimwu commented 7 years ago

excellet draw ideas https://design.tutsplus.com/articles/100-easy-drawing-tutorials--cms-28365

changtimwu commented 6 years ago

https://github.com/mmatczuk/go-http-tunnel

tunneld -tlsCrt ~/.tunneld/server.crt -tlsKey ~/.tunneld/server.key
changtimwu commented 5 years ago

says you setup a public accessible ssh server as a jump to the intranet of remote site

 ssh   -N -L 5001:192.168.0.1:80 public.jump.fqdn -p 8083

the you can access remote host via

curl http://localhost:5001/