remote-execution Questions

24

I have to run a local shell script (windows/Linux) on a remote machine. I have SSH configured on both machine A and B. My script is on machine A which will run some of my code on a remote machine, ...
Luminiferous asked 20/11, 2008 at 11:44

7

Solved

When I attempt to execute a command on a remote server with ssh, the ssh command hangs after the exec request accepted debug message, and eventually times out. The failing command: ssh -v -v <u...
Kiushu asked 8/5, 2011 at 18:55

10

Solved

Is there a way to execute python code in a browser, other than using Jython and an applet? The execution does not have to deal with anything related to graphics. For example, just sum all the digi...
Merilee asked 5/8, 2009 at 20:43

3

I am trying to execute an exe on a remote computer using invoke-command. Executing the exe on the remote machine after logging into the machine using remote desktop takes 1GB of memory and executes...
Margravine asked 12/3, 2012 at 11:11

2

Solved

I would like to allow small user-defined regular expressions to be submitted for testing. However, there are many problems to consider from run-away server usage to more evil eval() usage. To my k...
Agueweed asked 18/2, 2014 at 1:41

5

Years ago I created a programming collaboratory in Diversity University MOO -- a room written in MOOcode that used TCP/IP to communicate with a perl server back at my campus to compile and execute ...

1

Solved

I'm trying to connect to machine one with ssh and then connect to another machine two with ssh. But get this error: ssh [email protected] 'ssh [email protected]' stdin: is not a tty
Reames asked 18/9, 2012 at 15:34

1

Solved

I am trying to take PowerShell variables and apply them to a script block. param( [string]$username = $(throw "Blackberry Admin User Name is required"), [string]$password = $(throw &quo...
Polybius asked 11/8, 2011 at 8:36

2

I am trying to partition an android application in order to execute it partially in on the phone, and partially on the server (the server could have an emulator run in it). I have read that RMIs ar...
Luminance asked 4/5, 2011 at 21:33

5

I'm trying to create a construct in Python 3 that will allow me to easily execute a function on a remote machine. Assuming I've already got a python tcp server that will run the functions it receiv...
Housemaid asked 3/6, 2010 at 0:16
1

© 2022 - 2024 — McMap. All rights reserved.