Hacker News new | ask | show | jobs
by mahmud 6262 days ago
My development environment runs 24/7 and I can get to it from ANY machine on earth.

ssh me@mysite.com

$ screen -x

Even the cursor stays where it was between sessions.

How can I do that with ${IDE}?

2 comments

Shouldn't this be possible with remote sessions of X or so?
Yes, but screen is usually good enough for most people (self included), and is quite trivial to set up.
VNC or RDP, to be pedantic :-)