remote

Launching matlab remotely on windows via ssh? Impossible?

Howdy, I am trying to run matlab remotely on windows via OpenSSH installed with Cygwin, but launching matlab in windows without the GUI seems to be impossible. If i am logged in locally, I can launch matlab -nodesktop -nodisplay -r script, and matlab will launch up a stripped down GUI and do the command. However, this is impossible t...

JQuery Validation using Remote posts empty data to webservice

I'm using the JQuery Validation plugin. I'm using the remote option to make a call to my webservice to check if a company name exists. The webservice only accepts JSON data. I pass the data to the webservice from the Company Input Field in my Form as follows: data: "{'company': '" + $('#Company').val() + "'}" But this always returns a...

How to run a COM .dll on a remote server?

I have a legacy 3rd party COM .dll that is used to provide an Excel-callable interface to a proprietary database product. The .dll runs on the same physical machine as Excel. I have a need to execute the .dll (and the database it is calling) on a remote server while still maintaining simple Excel callability from the client. I'm total...

In .net what are the difference between Eventlog and ManagementObject for retriving logs from remote server?

I have found out following two ways for getting Application Event log entries from remote server. 1. Using EventLog object string logType = "Application"; EventLog ev = new EventLog(logType,"rspl200"); EventLogEntryCollection evColl = ev.Entries 2. Using ManagementObjectSearcher object ConnectionOptions co = new ConnectionOpti...

Windbg and VirtualKd in between VMs: no reboot

Hi all, I'm running on Mac, have different Windows VMs on Vmware fusion and would like to either find a way to use VirtualKD or an equivalent to be able to remotely debug from one XP VM to another Windows VMs without having to constantly reboot the client VMs. VirtualKD requires to be installed on the machine hosting VMware. Obviously ...

Remote control wireless devices by phones/pc and others

Hi, guys! I have a question about remote control by wi-fi from pc or mobile phone. I want to control a some robot by wi-fi, but i don't know about any wi-fi DYI modules, anyone have a links to pdf, blogs and others about this question? It's may be such a programming wi-fi protocol and others. Thanks! ...

Is JPA + EJB to much slow (or heavy) for over Internet transactions?

Hi, I am developing a stand-alone java client application that connects to a Glassfish v3 application for JPA/EJB facade style transactions. In other words, my client application do not connect directly to the database to CRUD, but it transfers JPA objets using EJB stateless sessions. I have scenarios where this client application will...

Can an iPhone/iPod Touch application open a port for remote communication without jailbreaking?

I'm researching remote control testing for an app that'll be installed on the new iPod Touch and can't tell for certain from everything that I've read whether or not an installed app can or can't open any ports for remote test instructions (that's a mouthful : ) We created something like this for the Android using adb port forwarding an...

how can you connect to itunes library in your program. What api or classes are used in this

How can you connect to an itunes library in your iphone program. What api or classes are used in this. I need to make an app similar to the REMOTE app that exists. to be able to connect to a itunes library on someones computer and see their list of songs etc. ...

Editing a remote file on-the-fly with PHP

Hi, I have a requirement to edit a remote text file on-the-fly, the content of which currently stands at ~1Mb. I have tried a couple of approaches and both seem to be clunky or hog memory which I can't rely on. Thinking out logically what I'm trying to achieve is: FTP to a remote server. Download a copy of the file for backup purpos...

Remote hosted flex app

I have a flex app that is hosted on my server. It runs off an amfphp + mysql stack. I have had inquiries from potential clients who want to "white label" the product. Part of this means that they would want it to appear that the app is running off their server. So their clients would login at www.theirsite.com instead of www.mysite.com....

How do I use jquery validate remote validation on a field that depends on another field in the form? How can I trigger a jquery remote validation call even when the input field is unchanged?

I have a form in which I am using remote validation to check if an email address already exists in the database. However, the catch is that on this form, the user can select between several different "groups", and each group has its own distinct set of email addresses (thus the same email can exist once in each group). The group select...

Technologies used in Remote Administration applications(not RD)

I want to know what kind of technologies are used nowadays as underlying screen capture engine for remote administration software like VNC pcAnywhere TeamViewer RAC Remote Administrator etc.. The programming language is not so important as just to know whether a driver needs to be developed which is polling video memory 30 times per...

how to use Remote Service ?

Hi im trying to use Remote Service btween two simple application, But its not easy to me. So any advice you have will help me. here`s my case. I made one app which is playing Music in service, There are two components. one is Activity controlling service by using three buttons, play,pause, stop. and it is working fine. and a...

How to unload all the plugins from vim and change VIMRUNTIME ?

Hello my problem is this: I have an account at my hosting providers server and I can't install my own copy of vim. So the only personalization I can make is editing .vimrc in my account, but it won't suffice What I'd Like to do is: on startup I'd like to unload all the plugins and loaded stuff, and tell vim to use other folder as its' r...

Which Java Telnet or openSSH library?

I need to make a small test program in java which has to communicate with remote Windows server using telnet, or openSSH. Which library would you suggest to use? I'd like to use a well documented and stable library. ...

[Android] accessing remote services functions

hi there! i ran into a problem with remote services. after i started and bound my service, i want/need to access it's functionality. this works just fine if i work with buttons and onclick-controllers just as in http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/RemoteServiceBinding.html but actual...

Remote session and message passing

Hey, I'll appreciate anyone who could help. WMI / Psexec Opens new session every time it's called or Runs new processes on the same session? Is there a way to send messages to a remote process through batch commands ? What's .net syntax for sending messages between processes? Regards and thank you all ...

3d engine with telnet access

Does anyone know of a open source 3d engine which can be operated via telnet? What I'm looking for is scripting via a socket connection. To allow for world creation and/or camera movement. Does anybody know of any that has this built in or very, very easy to add as a plugin or script? The platform is not crucial. ...

Psexec or WMI - new session every time?

Hi Does someone know if if i run PSEXEC (or WMI) N times in the same program - does it open N new sessions? or does it uses the same session over and over again? ...