Tagged Questions
The remote-access tag has no wiki summary.
7
votes
2answers
212 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
4answers
921 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
4answers
3k 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 ...
7
votes
16answers
2k 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 ...
5
votes
4answers
308 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.
5
votes
4answers
801 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 ...
5
votes
3answers
491 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
2answers
259 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
4answers
4k 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 ...
4
votes
4answers
58 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
1answer
85 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
4answers
247 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
976 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 ...
4
votes
2answers
2k 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 ...
4
votes
1answer
2k 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 ...
4
votes
6answers
6k 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?
4
votes
2answers
15k 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 ...
3
votes
2answers
62 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
2answers
128 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
2answers
131 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 ...
3
votes
3answers
109 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
626 views
I want to copy and run .exe file to a remote computer?
i have copied the exe file and it was no problem, useing the following code, but now i want to run it, can anyboyd help me on this.
NOTE: i have the access to servers through remote desktop, but cant ...
3
votes
4answers
96 views
Remote Control Software (SSH alike)
I'm about to start a project for coding a remote control software for windows machines and I would like to start from the server side application. I need something like OpenSSH server because the main ...
3
votes
2answers
2k 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", ...
3
votes
3answers
374 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 ...
3
votes
14answers
1k views
Best way to enable desktop access to PCs on a remote network
What is the best way to enable remote access (for desktop support purposes) to a network where there is a single server on a fixed IP and a number of Windows DHCP clients (all with internet access, ...
2
votes
3answers
116 views
stop / start service or close the sql server process / service on a remote computer
I am trying to shutdown and start the sql server on a remote computer (on the same network), i have used this code
ConnectionOptions options = new ConnectionOptions();
options.Username = ...
2
votes
3answers
225 views
How to connect to a remote unix box from java and run unix script in it?
I need help in writing java code that can connect to a remote UNIX box, and run a script on that box.
I have scoured the internet, but I have been unable to find proper documentation on how this can ...
2
votes
1answer
61 views
Minimum credential for WMI parameters Monitoring?
I'm developing a big project to monitor a remote machine's performance parameters like CPU,Memory,Diskspace through C# WMI. I want to use the minimum possible credentials to connect the remote ...
2
votes
1answer
128 views
Launch/access applications remotely in Delphi
My Delphi 5 Windows software can link to my Point of Sale (POS.exe) application after creating an OLE object when the form is created:
procedure TForm1.SetupEposLink;
begin
EposServer := ...
2
votes
1answer
150 views
Automating C# web app Deployment processes, using secure remote desktop access, and recent svn changes
I want to create an application that will automate a very specific build process that is repeated daily.
I need to build a C# web app, package the dlls and other necessary files (diff from last ...
2
votes
2answers
172 views
Access JMX enabled application running behind an HTTP proxy server
I have a JMX enabled Java application (Java 1.5) sitting behind an HTTP proxy server. So I cannot access it directly through the JConsole.
A solution I imagine would be to have an in-VM JMX client in ...
2
votes
1answer
226 views
Java multiple monitor issue
I am developing an application with three monitors configured with one system. Two monitors are having different display contents which is achieved using java GraphicsEnvironment and GraphicsDevice ...
2
votes
1answer
605 views
Remotely change computer name for a Windows Server 2008 machine using C#?
Might someone be able to point me towards a conclusive resource to learn how to remotely change a computer name on a Windows Server 2008 machine using C#
I've looked at lots of sites for help and ...
2
votes
2answers
322 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:
...
2
votes
2answers
255 views
Using a single emacs instance from multiple (virtual) machines
I love emacsclient. It allows me to use a single Emacs frame for all my editing, also when programs want to open an editor (i.e. export EDITOR=emacsclient).
I'd like to have it work like this with ...
2
votes
1answer
129 views
Remote connection solution and cut & paste monitoring
Guys I've been asked to evaluate a few remote connection solutions for my small company (linux & solaris, but could go for a solaris only solution).
One of the more difficult requirements (for ...
2
votes
1answer
522 views
Accessing a stateless EJB from another instance of Glassfish
Greetings everyone,
there is an issue that troubles me and I cannot find any uniform way to solve it around the internet. I am developing an enterprise application using J2EE, Glassfish and Netbeans.
...
2
votes
1answer
171 views
How to access entity beans from a remote client?
i have this in the server:
class Person{...}
and
@Stateless
public class HelloServiceBean implements HelloServiceLocal, HelloServiceRemote {
public Person getPerson(String name) {
...
2
votes
4answers
239 views
Reading remote file size using filesize
I read the manual that filesize() is able to calculate file size from remote file.
However, when I try to do that with snippet below. I got error PHP Warning: filesize(): stat failed for ...
2
votes
2answers
344 views
Remote Process Execution
My scenerio is connection to remote machine with C#.Net, and listing all processes with that remote computer. I can kill a process, or start a new process at remote. The problem is, when I execute a ...
2
votes
1answer
339 views
Keeping access to a Fedora Amazon EC2 instance
I run a Fedora instance in Amazon EC2. I can access and work on it perfectly by Putty.
I also set Seconds between keepalives to 1 for not losing the connection due to inactivity (I mean in Putty).
...
2
votes
3answers
460 views
how to read list of running processes on a remote computer in C++
What can be done to know and list all running processes on a remote computer?
One idea is to have a server listening to our request on the remote machine and the other one is to use ssh.
The problem ...
2
votes
7answers
195 views
Getting Jquery from google
There are some tutorials which suggest to use jquery path which is from google eg:
<script type="text/javascript"
...
2
votes
1answer
3k 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: ...
2
votes
4answers
696 views
How to run javascript on the server
I'm writing an iPhone app that needs to interact with the Google Maps API, therefore I must user Javascript (please correct me if I'm wrong) to access the results and the route created.
Since the ...
2
votes
3answers
551 views
SSH login warning message on a server with 2 DNS names
I am doing ssh to server x1.example.com from a laptop sometimes from outside and sometimes from lan. From lan I just say
ssh karl@x1
and from wan:
ssh karl@x1.example.com
But from lan I get ...
2
votes
2answers
6k 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 ...
1
vote
2answers
43 views
Run a script on my remote machine from my machine even when the connection is lost
I have a remote machine where i need to run some script say ./main.sh
I am using ssh to login to the remote machine and run the script but when the network connection is lost the script doesn't run.
...
1
vote
0answers
99 views
Remote Desktop on Andriod [closed]
We are developing Remote Desktop App on Android platform, right now I have reached basic stage, like its connecting to Windows XP and 7.
We have used ProperJavaRDP open source code for back end ...