QUOTE
Start->control panel->Administrative Tool->Services
This is for Windows 2003 only, I think.
I do most of my Windows stuff on Win 2000 Pro SR4. It has that much (to Services), but it does not have "Terminal Services." Instead, it has "Telnet." That provides a primitive access (directory list, cd, put, get), but you can't run programs through it. I believe I read somewhere that Vista has full remote desktop access, but I haven't seen it.
The folks at PC Stats have a page titled
Beginners Guides: Remote Access to Computers which appears to address the problem pretty thoroughly. Note that
Virtual Network Computing is
unencrypted!One Linux "equivalent" is Desktop Sharing, though there are a lot of
alternatives in the Linux world. Desktop Sharing
is secure (encrypted). The link to alternatives are for openSuSE, which is where I do most of my Linux work. I have set two computers up with a shared desktop, and found both keyboards and mice live. Things don't happen quite as fast on the "remote" desktop, but it's really very close to being on the home machine. If you don't need the full capabilities of a shared desktop, SSH is a secure shell login (very common), and SSH -X lets you run X-windows (GUI) software on the master computer, and have it displayed graphically on the remote machine. This mode is both encrypted and compressed, so the graphical data transfer is fast. If you read documentation on X-windows, be aware that the terms "client" and "server" are reversed from their usage in the rest of the computer world.
Also be aware that if you want to access your computer from a truly remote location, you need to know its IP address, and you my also have to tweak your firewall (You have one, right?) to get it to accept incoming traffic. In the Linux world, that is an integral part of the encryption preliminaries.
Reply