forked from tritemio/PyBroMo
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathHOWTO WIN7 REMOTE.txt
46 lines (26 loc) · 1.17 KB
/
HOWTO WIN7 REMOTE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Remote Windows7 using SSH
=========================
It is possible to access a remote windows 7 machine (form Linux or any other OS)
in order to launch the ipengines without the need to walk to the machine.
You need to install an SSH server for windows and configure it following these
instructions:
http://hindenes.com/trondsworking/2012/05/17/run-powershell-through-ssh/
http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/install-SSH-Server-Windows-Server-2008.html
Using powershell you have a more powerful environment than classic cmd.exe.
Poweshell Commands
------------------
Kill a process by name:
Stop-Process -processname ipython
List all running processes (starting with 'p'):
Get-Process p*
Create a folder:
mkdir data
Remote Windows 7 using Remote Desktop Service
=============================================
To enable RDS on the windows machine go in:
Control Panel -> Security -> System -> Remote settings
and check "Allow connections from computers running any version..."
Finally clik on Select user and add the user you want to enable.
Connecting from Linux
---------------------
rdesktop -u temp sw2002j.windows.chem.ucla.edu