remote

How to copy file from a local computer to a remote computer?

I tried with WMI but doesn't work. I also tried this with LogonUser but it doesnt work because LogonUser only works for local computers. So how can I copy a file or at least get connected to the computer so it accept System.IO.File.Copy? ...

How to know a computer is rebooted

I reboot a remote computer with Wake-on-Lan and I would like to know if there is a way to know that the computer is idling at login screen (so I can start to do the stuff that need to be done). ...

how to bind a remote service that is installed on my android device?

hi there! i have coded this service, that computes stuff and i want other applications to be able to bind this service, i.e. i want to enable other programmers to communicate with this service. problem is, this has to work without these other programmers to get access to the source code. just the (installed) apk with the remote service...

How to find the origins of a Threading.ThreadHelper.ThreadStart() method

I have a .NET 3.5 client/server application that is accessed via RDP on a local network running on a windows 2003 server. When using one portion of the product, the screen freezes periodically when none of the code I've written is actually executing. I've run a profiler on the server using the latest source code, etc. and when the dela...

Enterprise application development-RMI and EJB

I am new to enterprise applications. Just started to learn EJB. I know RMI well. Can anyone map RMI with EJB to understand the basic strongly else give some links/books to clearly understand EJB basics. ...

WinForms Remote Data Access

VS2010: What is the best way to access a remote database over the internet from a WinForms application? By that I don't mean talking to the database (SQL Server) directly, but rather through a service. Best if I could use http as a protocol to avoid firewall issues. ...

link_to_remote and link_to in Rails 3

Hi, I'm a newbie spanish Rails developer. ¿Can u help me with a problem with Rails? I have an application with RoR 2 and Google maps and i catch X and Y coord to send to a controller. I use :with parameter <%= link_to_remote "Obtener datos catastrales", :update => :catastro,:url => {:controller => "instalacions", :action => "catastro_...

Remote desktop connection WITHOUT login screen on remote computer

I have written some C# code that allows me to establish a remote desktop connection using AxMSTSCLib. So far so good. Works like a charm. However, what I actually need is to simply mirror the remote desktop. with a standard RDP connection the remote computer transmits the desktop content to the client and shows the login screen locally...

Querying remote system via WMI returns access denied

Hi all, I have a simple WMI query that runs fine locally, but querying a remote system gives an access denied error. When I add the local user to the remote system as member of the administrator group, the query works as expected, but I don't want to have that user as a member of that group. I already tried the following things, unfort...

How to fetch network card configs remotely from multiple Linux machines?

I need a tool/script to fetch network card configurations from multiple Linux machines, mostly Red Had Enterprise 5. I only know some basic bash, and I need something that can be run remotely pulling server names from a CSV. It also needs to be be run quickly and easily by non-technical types from a Windows machine. I've found WBEM/CMI/S...

Monitor Remote Access of Vendors and 3rd Parties

Is there any other way or setup that you can have a recording of actions performed on certain systems .For example vendors connect to a terminal server/desktop and you can video record them using ObserveIT or TSFfactory.The use of agent based licensing model is not in accordance with the company's pricing policy.Is there any other soluti...

PsExec from ant does not terminate

Hi! I want to start and stop a tomcat server on a remote windows machine. I want to be able to do this from an ant script (so our build server can do this). I wasn't able to get this solved using sc.exe, because there is no way to pass username and password to the remote machine. Instead I'm using psexec to run commands on the remote ...

Unable to connect to remote MySQL Server

I have a server attempting to connect to a MySQL database hosted outside of the local network. I am attempting to use a public IP address to connect to it. Testing the connection in the command line gives me this error: ERROR 2003 (HY000): Can't connect to MySQL server on '[ip_address]' (146) PDO gives me the same error. In any case, ...

How to get remote page with php cURL securely

I will have an app where I will prompt users for a URL (with proper regex url validation) and return the page with cURL and run some checks on it. What would be the most secure way of returning a remote webpage securely with cURL? As I understand even cURL has some vulnerabilities, like 'safe mode' Security Bypass (http://www.securityfo...

Scripting remote control for IIS 7

My server is running on windows server 2008, IIS 7. My client is Windows server 2003 or Windows XP. I want to start/stop websites remotely. I easily managed to do it interactively using IIS 7 manager on my clients machines (cf http://blogs.iis.net/bdela/archive/2007/10/08/remote-administration-managing-iis-7-rco-from-windows-xp-2k3-and-...

How to remotely determine NIC teaming configuration on multiple machines?

I need a Powershell or batch script to determine the NIC teaming configuration for multiple machines. I need to determine if the cards are teamed at all, then if they're each card is in an active or passive mode. WMI doesn't appear to have the information I need, and I'm having issues determining this info from the registry. Even if you ...

Upgrade Wordpress Plugins Remotely

Is there a way to remotely upgrade wordpress plugins? The closest thing i have found is http://managewp.com/ but the updater there does not work properly. ...

Remote launching of iPhone applications (on device from connected Mac machine via commad line)

Hello, I am making an automated testing system which requires to install the app to the iPhone from a script/command line terminal (which I was able to do thanks to an answer to this question (look for "Manual Deployment over Wifi" on the page), and also remote launching of the app using something like: "ssh root@devicename:launch_my_ap...

Remote VisualVM monitoring without JDK

I need to profile a Java process (Tomcat) on a remote server. I know I need to lunch jstatd on the server. The problem is I don't have JDK installed on the server. What do I need to run jstatd? Do I have to have the entire JDK? ...

JQuery Autocomplete remote data

I've got it to work, and I have looked online and through the documentation, it's not very useful for some reason! Given this code that works as expected: <input type="text" id="color_input" /> <script type="text/javascript"> jQuery('#color_input').autocomplete('autoComplete.aspx'); </script> What I can't figure out is how what t...