Remote access is the connection to a data processing system from a remote location.
13
votes
5answers
13k views
Accessing ASP.NET Development Server from another pc on the network
I would like to test my web app in other browsers. I have installed Virtual PC to do just that. the ASP.NET development server does not allow remote connections so the virtual pc (another computer on ...
9
votes
5answers
799 views
Accessing localhost WCF from other device?
I've successfully created a WCF service that works how I want it to. The only problem is that I can not access the web service from anything but the actual machine the WCF service is running.
I ...
9
votes
4answers
8k views
How to admin a remote Windows Server with a command line interface?
When I was a Linux admin I could do anything from the SSH command line. Now, as a Windows admin, I have to deal with the Windows Remote Desktop graphical interface, which I found to be inefective ...
9
votes
4answers
2k views
How to expand environment variables remotely with .NET?
I need a way to expand environment variable on a remote machine.
Suppose I have a path to a folder %appdata%\MyApp\Plugins or %ProgramFiles%\MyCompany\MyApp\Plugins and I want to list files in that ...
9
votes
2answers
765 views
Protocol for remote serial port, with authentication and encryption
I'd like to make a serial port available over the network. RFC-2217 provides extensions to Telnet to transport extra serial port info such as speed, data bits, stop bits, and hardware handshaking ...
8
votes
15answers
3k views
Developing via Remote Desktop
Has anybody any successful remarks about having a team working via Remote Desktop?
In many workplaces, we put end users via Citrix and the applications on a central, powerful server. Sometimes the ...
8
votes
4answers
2k views
Remote SQLite manager
Does someone know of a Sqlite manager that I can put on my site, so that I can access it over the web and create/edit SQlite databases. I guess something like phpMyAdmin for MySQL.
7
votes
8answers
13k views
Text editor for editing files over ssh
I can't find any free programmer-oriented text editor that would run on windows and would edit remote files over ssh(sfpt). Any suggestions?
7
votes
5answers
1k views
how to run node js remotely
I am running node using putty. but it doesn't work when putty session expire. How can I start node js permanently, should not be terminated if putty session end.
7
votes
2answers
10k views
How to remotely control a Windows Service with ServiceController?
I'm trying to control Windows Services that are installed in a remote computer. I'm using the ServiceController class.
I have this:
ServiceController svc = new ServiceController("MyWindowsService", ...
7
votes
2answers
578 views
Secure data transfer over HTTP when HTTPS is not an option
I would like to write an application to manage files, directories and processes on hundreds of remote PCs. There are measurement programs running on these machines, which are currently managed ...
7
votes
2answers
678 views
Bash: start remote python application through ssh and get its PID
I'm creating a little bash script to copy new files from a windows machine to a remote linux centos server (i run this script using the git-shell) then i want to restart the python application thats ...
7
votes
3answers
2k views
Using Emacs server and emacsclient on other machines as other users
I know that after I call (start-server) inside an existing Emacs session I can then use emacsclient -c (on the same computer) to create new frames that connect into that server, so that each new frame ...
7
votes
2answers
7k views
Get current user's credentials object in Powershell without prompting
I have a Powershell script that is going to be run through an automation tool against multiple servers. It works fine on Windows machines, as the remote calls use the tool's service account without ...
6
votes
4answers
14k views
Developing PHP with Eclipse on a remote server (FTP) on Windows
I'm a real klutz when it comes to Eclipse, but I'm also poor, which is why it is the option I've chosen.
I've installed Eclipse 3.5, Eclipse for PHP, and RSE. I've actually gotten to a point where I ...
6
votes
2answers
25k views
Copy file to remote computer using remote admin credentials
I am using C#...
I need the ability to copy a set of files to about 500 unique computers. I have successfully been able to use the LogonUser() method to impersonate a domain account that has the ...
6
votes
1answer
4k views
Eclipse Tomcat7 Server Doesnt support Remote Host
My Problem is: When I try to add my Tomcat7 to Eclipse EE as a server, I get an error message that says:
"The currently selected server type does not support remote hosts"
Does anyone know how ...
5
votes
1answer
4k views
How do I pass credentials to a machine so I can use Microsoft.Win32.RegistryKey.OpenRemoteBaseKey() on it?
This .NET API works OK if I'm trying to open the Registry in a machine that's in the same domain as I am (and my logged-on user has admin rights on the target machine).
It gets tricky if it's an ...
5
votes
3answers
313 views
How to list all files in a remote SVN repository?
I access a large remote SVN repository. Since I usually only need a tiny subset of its content I did a "sparse checkout":
svn checkout --depth empty svn+ssh://... src
Whenever I need a folder from ...
5
votes
1answer
4k views
C# Command Run remote System
I have to Run a command in Unix System from my C# Application running on Windows.
The two system is in same network and I have all the required credentials.
Is there is any API from which I can run ...
5
votes
2answers
756 views
How to remotely update Python applications
What is the best method to push changes to a program written in Python? I have a piece of software that is written in Python that will regularly be updated. What would be the best way to do this? All ...
5
votes
2answers
948 views
Can I run matlab on Windows with UI, just that the code runs on remote server?
Hey,
I am using my laptop to run MATLAB and it's very convenient but SLOW.
We have strong servers that run MATLAB but it's more convenient for me to run the application with UI on my laptop (as ...
5
votes
3answers
719 views
C# and remote database connection (using Compact)
I'm developing an application on a Windows CE Platform and this application need a connection to a remote database (Sybase ASE). This remote database is on the internal network.
How can I do this?
...
5
votes
3answers
839 views
How to get permissions for using System.Diagnostics.Process.GetProcess(string)?
I'm using Microsoft Visual Studio to make a simple remote task manager for experience purposes.
I want to use Process.GetProcesses(string); but there is an access denied exception that won't allow ...
5
votes
0answers
191 views
Remote communication with R – How to start with an R GUI client to access R on a remote Server
I tried RInside's Qt example qdensity and really liked it. It was easy to setup and I was surprised how easy it was to understand and modify given that I have virtually no Qt experience. Now I wonder ...
4
votes
2answers
10k views
Difference between RDP/Terminal Services and VNC Streaming Techniques
As part of a client support tool, I'm wanting to provide some functionality to be able to request to view/remote control a desktop session. There are a bunch of ways to get a screen capture and then ...
4
votes
1answer
6k views
Ubuntu 12.04 Cannot RDP connect with remmina [closed]
I did a fresh install of Ubuntu 12.04 on my wife's laptop. For her work, she frequently uses a RDP connection to a Windows box. This worked fine in the older version of Ubuntu using tsclient.
Now she ...
4
votes
3answers
860 views
Running Emacs Remotely between several machines
I use Emacs remotely using X-Server in a Windows client and Linux server. I noticed that I can halt it using ctrl-z and then type fg 1 to get it working again. Is there some way that I could get it ...
4
votes
4answers
159 views
prevent access to mysql database from unauthorized software
i am writing an application in java and i want to enable it to access a mysql remote server.
my problem is that if the application have the user name and password someone can take them and use my db ...
4
votes
4answers
562 views
Best IDE to edit and save code directly to server [closed]
Ok I have been using using Aptana Studio 3 for my IDE. It was great because I was able to view files directly off the server and edit and save them directly to the server. This meant I didn't have to ...
4
votes
1answer
141 views
Replicate logmein.com behavior for smart devices
I have several smart devices that run Windows CE5 with our application written in .NETCF 3.5. The smart devices are connected to the internet with integrated GPRS modems. My clients would like a ...
4
votes
2answers
852 views
JGit : connect to distant repository
I searched through Google, forums and JGit user guide but couldn't find how to connect to a distant repository with the API.
Anyone has an example or just an idea on how to do that?
Thanks for your ...
4
votes
1answer
237 views
How to get the description of a running process on a remote machine?
I have tried two ways to accomplish this so far.
The first way, I used System.Diagnostics, but I get a NotSupportedException of "Feature is not supported for remote machines" on the MainModule.
...
4
votes
1answer
120 views
Automatically installing software on the client machine
Its more of a design and architecture scenario.
I want to have number of nodes in the cluster and initially all the nodes are pre-installed with java 6 and windows/linux. In all the nodes I want to ...
4
votes
2answers
74 views
getting image url's file size of remotely loaded images
I have a simple regex function in jQuery to add an image tag to image URLs posted by users.
So that when a user posts for example www.example.com/image.jpg the image tag will be added so that user ...
4
votes
0answers
868 views
Sublime Text 2 is sluggish during work over sshfs
I am using Sublime Text 2.0.1, and unfortunately making it work with files distributed over sshfs is a pain - switch to other tab and go back makes Sublime checking if file has not been changed.
Are ...
4
votes
1answer
350 views
Checking out remote source as a Java project with Eclipse using RSE
I believe I've scanned the web pretty thoroughly and exhaustively on this issue by now, so here goes. I have some source files (Java) that live on a remote machine (Amazon EC2 hosted). I can SSH into ...
3
votes
2answers
259 views
Can you set a default value for an argument in a remote CFC function?
The ColdFusion 8 documentation states the following about the "required" attribute of CFARGUMENT:
"All arguments are required when invoked as a web service, irrespective of how they are defined."
...
3
votes
1answer
5k views
Access JBOSS Tomcat Web Application from Remote Computer
I just deployed a web application on JBOSS 4.2. It can be accessed locally only (http://localhost:8080/myApp).
I cant access it from remote computer by typing its domain: ...
3
votes
3answers
2k views
I need to read a remote file with logs from a tomcat
I need to read a remote file with logs from a tomcat
What is the most convenient way to do it if I have ssh access to the log folder ?
3
votes
2answers
11k views
Unable to access an instance of SQL Server 2008 R2 remotely
A very mysterious problem coming up :P
I have a server configured with a static IP. I have installed SQL Server 2008 R2 with additional instance (ITAPP). Now When I use the IP to access the SQL ...
3
votes
4answers
7k views
Socket.io access-control-allow=origin error from remote site
I am trying to access a socket.io server from another site. It worked for a few weeks but now I keep getting the following error. It happens when accessing a server on nodester from a server on ...
3
votes
2answers
413 views
How to run an exe by client remotely on server using vb6
I'm using code below to execute my commands in cmd. Which is actually made for running an exe on my server.
Private Sub Command1_Click()
Dim FN As Integer
FN = FreeFile
'DOS COMMANDS
...
3
votes
4answers
1k views
Where does rsync keep the log file for complete and incomplete data transfers?
I want to get the IPs of all the destination devices where my data transfer using rsync could not be complete (or even start) as those devices are not connected to Internet or got disconnected while ...
3
votes
2answers
2k views
start remote process within the context
I am wondering how to start process remotely within the users context like he started it. Let me explain. I know how to start process remotely, so for example I want to start notepad:
...
3
votes
1answer
90 views
Remote uploading of exe code and dynamic linking functionality for an embedded target
I am developing an application for an embedded DSP target (that is not supported by any OS) and the development is carried out using C. I have a simple application that has initialization and a ...
3
votes
2answers
1k views
Completely disable remote access to SQL Server
I'm on the panic-mode. Today, when navigating to my website, I saw the website was down because of SQL Server timeouts (after an attack with million of login attempts.) ASP.Net pages can't be ...
3
votes
2answers
496 views
How can I use/access SESSION variables in a remote method of a ColdFusion CFC?
I have several methods in CFCs that are accessed remotely via JavaScript. Some of these methods use SESSION variables to determine what logic to run, and thereby, what data to return.
For instance, ...
3
votes
3answers
335 views
What is the best method of remotely controlling/debugging a .NET application?
I'm running a VB.NET application 24 hours a day on a dedicated machine. I'd like to be able to receive status updates and also control/debug the application remotely (i.e. from another computer via ...
3
votes
1answer
6k views
how to connect to a remote server using ssh and getting the information
I'm trying to write a shell script using bash. I have multiple servers and each servers have multiple apps runnings on it. Each server also has specific app scripts to check/stop/start etc. All I ...