remote

How to do remote development with emacs?

I started using emacs as my main editor a few days ago, and I'm in the process of gathering all customizations I need. The main usage I'm giving it is for development of a C project on a remote Linux machine (RHEL 5). So far I was using plain vim (only as a text editor) and a bunch of shell scripts, and one day I decided I would try ema...

IP KVMs / remote access to linux x11 session with no window-manager

Hello, can somebody recommend me good affordable IP KVM? Like Adder. Or some articles evaluating such KVMs? My project: Provide remote support to Linux (Fedora) based software that runs on X, but without any window-manager. I know that there is Gnome vino, but it is buggy and it does not meet my needs for other reasons. I would ...

How to build a c++ project on a remote computer in Eclipse?

I have a Windows pc with Eclipse Ganymede installed, and a Linux pc where my C++ project files are located. I use Eclipse to edit the files through SMB, and would like to build the project using Eclipse as well. Currently I connect using putty to my linux machine, and run ./make from the appropriate directory. How would I run the same co...

How to connect to Oracle 10g from remote client?

Using the standard Delphi dbexpress dbexpora.dll + oci.dll (10g) (the oracle instantclient is installed). When directly on the Oracle Database box we can run dbexpress apps just fine. The local dbxconnections.ini alias used in that case simply specifies our DB service name ORCL as the "database" parameter. We are trying to connect to t...

How can I remotely execute a script in Windows?

Hello all! I would like to have a Windows 2003 server fire a script to fire another script in a separate Windows Server 2008 computer. I have been told that Powershell can do that, and that's fine, but I need more specific details. Does anyone have any tips for this? Thanks! ...

Merge changes from remote github repository to your local repository

I have forked a repository on github some time ago, made a small change and pushed the change back to my github fork. The original repository has changed since. I would like to merge the changes from the original repository to my fork. I am new to both git and github, and I need specific commands how to do it. ...

Remote Seam Persistence

Hi. I have a button in a .xhtml file which calls a javascript function which calls a java function remotely (in jboss seam environment). That java function has an entityManager.persist(object). Do you know why this line of code doesn't commit to the DB? It says something that a transaction hasn't started. I supose in a remote context i d...

Python shell: Arrow keys do not work on remote machine

In shells like the interactive python shell, you can usually use the arrow keys to move around in the current line or get previous commands (with arrow-up) etc. But after I ssh into another machine and start python there, I get sessions like: >>> import os >>> ^[[A where the last character comes from arrow-up. Or, using arrow-left: ...

iPhone: How long will it take to search?

Here is a very and straight forward question: How long will it take to search an array of 200-300 strings locally? What about remotely? ...

Are there any frameworks or libraries for logging errors remotely with .Net?

I'd like all of my .Net applications to be able to log unhandled exceptions via the internet when a connection is available. Are there any libraries people use for this purpose (preferably free/open source)? ...

Re-ordering Remote Desktop Connections

I have the adminpak.msi installed so that I can use the Remote Desktop MMC to connect to all of my servers. As I add a server, it goes to the bottom of the list of available servers. I can't find out how to re-order them into more logical groupings, or at least alphabetical. Any ideas? ...

problem with calling remote ASMX using jQuery

Hi there. Been trying my best to understand this correctly. What is the difference between an XML, SOAP and JSON response? And how does one know how to call a web service whose response is one of the above? (...Please correct me if I'm off-track) The reason I ask this because I am trying to call a remote ASMX from jQuery within my .NET...

Ensuring Windows Mobile application is not running - From a desktop app

Hello, I have a windows mobile 5.0 application (smartphone) that contains a flat data file (CSV), which contains a header row (two doubles), and a list of entries (two doubles, DateTime, and a string). Occasionally, I need to "sync" the mobile application with a desktop application. The desktop application should read the CSV from the...

SVN Checkout of drupal to another site

I'm trying to svn checkout into treeoil.com's public_html directory (site is not really named treeoil.com), but my repo is located on one of my other sites (landonwinters.com). When I try to do this checkout: svn checkout file:///home/landonwinters/svn/treeoil/trunk . But I get an error that reads: svn: Unable to open an ra_local se...

SSH Connection with Python 3.0

How can I make an SSH connection in Python 3.0? I want to save a file on a remote computer where I have password-less SSH set up. ...

Push to Remote URL with TortoiseGit

I have installed the latest MSysGit 1.6.3 preview and TortoiseGit 0.6.2 on my Windows XP PC. I also have created a --bare repository on my server which can be access through http (using WebDAV as authentication system). I can successfully log into my server's git repository from a browser. I have created a local repository on my PC and ...

How can you perform a silent gui installation, whilst server is logged off?

I create silent software installation packages for customers. This is pretty straight forward if the installation is a simple file dump, or add service and start; but a lot more difficult if customer instructions (and payload media), are gui based - 'run setup.exe, click next, enter text...'etc... So I have been investigating the use of...

Keep login credentials server-side via PHP (safe and secure)

So I'm trying to write a php SOAP client that requires the user to pass their login credentials for the remote SOAP server. Here is the set-up/dilemma: User logs into local site using local credentials and goes to page with SOAP client. User is now prompted for credentials for remote Soap server, which, by the way, are the same as the ...

Remote Debugging Java application

I have a java application running on linux machine. I run the java application using the following java myapp -Xdebug -Xrunjdwp:server=y, transport=dt_socket,address=4000, suspend=n I have opened port 4000 for tcp on this linux machine. I use eclipse from windows xp machine and try to connect to this application. I have opened the p...

Zend_Uri_Http generates "inet_pton(): Unrecognized address" error

In our application, the backend is accessed via Zend_XmlRpc. In the backend, I'm using Zend_Http_Client together with Zend_Http_Client_Adapter_Curl to connect to another web service over HTTPS. During unit tests, everything works as expected and the remote service is accessible. But when the frontend connects via Zend_XmlRpc to the back...