I'm starting with the Delphi 2010 remote debugger. There is some good information here and I can start and execute my program on the remote machine. I can't get Delphi to step through my source code though, despite the fact that when run locally, all works fine. All I get is the CPU view and any breakpoints I set get shown disabled when ...
Hi,
I have a selectbox that needs to be updated dynamically. I am using jquery to perform that using .load($url), where $url is the location of the php file to call. I am wondering if there is a way to call a specific function within that php file instead of calling the entire php file.
...
How to stream data to a remote server in unix? I do not want to do ssh.
Currently what I am doing on local machine is: cat local_file | ssh root@remote_machine "cat >> remote_file"
But this file is large and I want a lighter way than ssh. I do not care about security or ack.
...
I've tried googling this with very few helpful answers....basically I have a master database sitting on a linux server with a partial local copy sitting on the iphone. The database gets updated a few times every minute and I would like to somehow transnit (push, pull, or poll) the changes in real time to anyone using the app on the ipho...
Does anyone know of a way to get the free disk space of a Windows mount point on a remote system without using WMI?
For example, GetDiskFreeSpaceEx returns the following values:
C:\ - 29 GB
C:\MountedDir - 50 GB
When run remotely on a Windows 2003 server (orig_server is 2008 R2) it reports the following:
\\orig_server\C$ - 29 GB
\\o...
Hi there,
I'm trying to write a powershell script that will take a list of commands and then run them on a remote machine, I have the following code:
foreach($command in $commands)
{
Invoke-Command -computer "BNEBAK" -scriptblock{"$command"}
}
Which does not throw any error but also does not actually run the command (e.g stop-servi...
Is there any way I can connect to a local computer from internet website..
My requirement is to develop an Asp.Net web application which need to communicate with a local database..
...
Hello. Is it possible to telecontrol a program that is running by using c#? How to do that?
I have to convert about 500 files to a specific file format by opening it -> converting -> saving. So I want to create an alogrythm that will do the work.
Thank you for your help.
...
Background
We have a Windows .NET application used by our field employees who travel all over the country and live out of hotels most of the time. Recently we added some features that connect directly to our SQL Server 2005 for data access (i.e. SqlConnection.Open()). Since then we have run into some issues with this generating errors...
I wrote a Perl program to capture a live data stream from a tail command on a Linux machine using the following command in the console:
tail -f xyz.log | myperl.pl
It works fine. But now I have to execute this Perl program on a different machine because the log file is on that different machine. Can anyone tell me how I can do it?
...
Hi,
I want to use a GPRS modem with my microcontroller device (not computer) and on request from
my computer located in remote location, the modem has to send data from attached device to my
remote PC. My doubts are
Whether any specific GPRS modem is required for this purpose
How to get Static IP or Can we able to get static IP fo...
What's the preferred UJS replacement for the Rails RJS helper ':with' parameter on a link_to_remote when upgrading to Rails 3 (using the new unobtrusive link_to... :remote => true syntax).
eg. Replacement for:
link_to_remote "Ajax Call", example_path(@thing), :with => "'foo=' + $('field').val()"
Specifically, I'm looking into a link ...
I'm using SQL Query Analyzer to build a report from the database on one machine (A), and I'd like to create a temp table on a database server on another machine(B) and load it with the data from machine A.
To be more specific, I have a report that runs on machine A (machine.a.com), pulling from schema tst. Using SQL Query Analyzer, I l...
I'm still relatively new to Python, so if this is an obvious question, I apologize.
My question is in regard to the urllib2 library, and it's urlopen function. Currently I'm using this to load a large amount of pages from another server (they are all on the same remote host) but the script is killed every now and then by a timeout error...
For example, I have a website with various types of information. If that goes down I have a copy of the same website the users use on a local webserver, like Apache or IIS on the client. They use this local version until the Internet version returns. They can have no downtime, in other words.
The problem is that over time the Interne...
Running the following powershell command
invoke-computer -computer computer -scriptblock{remove-item -force \\otherpc\backup_dump\TEST\*}
I receive the error
An object at the specified path
\otherpc\backup_dump\TEST\ does not
exist.
But when I run it locally it works, I suspect there is something to do with scope here but I'...
When I try to connect to remote server from dot net windows service installed at local machine. It is working correctly.
But when install the window service in the same server where the web application is installed. Then it give this error
"Unable to connect to the remote server"
This is urgent.
Thanks in advance.
...
After thinking that I finally figured git out, I'm now finding myself super-confused about a git behavior I'm seeing -- whenever I push changes made and committed to my local machine up to my origin git repository, those changes immediately get staged to be undone on the origin server. Huh??!?
I have a machine (machine A) with a git re...
My question is: How you can create same basic functionality with the remote computer, like using the same mouse, so when i take move on my computer that will appear at same moment on remote computer, like on the team viewer. Can anyone explain what is the philosophy behind all remote desktop shared programs, how i can see what I'm done o...