Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. VirtualBox NAT
  2. Host: 127.0.0.1
  3. Port: 2222
  4. Guest: VM IP (10.0.2.15)
  5. Port: 22
  6.  
  7. Remote port forwarding over SSH
  8. ssh localhost -p2222 -lvm -R 52698:localhost:52698
  9.  
  10. On Host, in VSCode install "Remote VSCode"
  11.  
  12. In VM install rmate as rcode
  13.  
  14. In VM install nautilus-actions and start nautilus-actions-config-tool
  15.  
  16. Create new command with /usr/local/bin/rcode and parameter %f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement