remote

Scala remote actors

Are there any guides or tutorials which explain the possibility to use scala actors remotely? All I have found until now is one example (without comments) but that's hardly enough. ...

Display remote files through a WCF service

I don't want to reinvent the whell, I must display remote files and folders (like SQL Management studio does), should I develop my own interface and logic or there is an alternative? I need multiple selection. I'm using VS2008 .Net Framework 3.5 SP1 Thanks EDIT: I built a multi-ambient music server that is running in the network and ...

Create local backup when editing remote files via netrw in vim

I work with many files remotely using vim and the netrw plugin. I also keep timestamped backups by changing the &backupext (found in the documentation). While working in a remote file (scp://server//folder/file.txt), I noticed that when I save it, a backup isn't even being made. Is there a way I can have a backup automatically made loc...

Downloading files

Hello, I am using asp.net/C#. I have a url to a folder on a remote server. In that folder are images that are all .jpgs. I don't know the names of the files, just that they are all .jpgs. How do I download all the .jpg images using asp.net/C# to a folder on my local hard drive. Just to clarify. I am pulling files from a remote server a...

PSExec: How can I show a JPG file on a remote computer?

Hi all. I need to start a document on a remote computer instead of an executable file, using PSExec. I tried to provide the file name of a jpg file to psexec associated with the -c command to copy the file, but the message returned for documents (and not executables) is always "The system cannot find the file specified." Anyone any id...

Connect asp 2.0 page to VBscript on a remote server

I'm developing a website and I need to have my asp page connect to a VB script on a remote server send it some variables and get a string returned. Then spit out the returned data. I've done similar work in Java. Can anyone point me in the right direction to help me produce a simple proof of concept? ...

How to remove fading and sliding effects from Firefox

Are there ways to remove the sliding and fading effects from Firefox as an end user when I visit web pages that use such javascript effects? When some element is inserted into the DOM, the elements after it are slided down. This is a graphical effect, that is very time and bandwith consuming when someone is viewing over a remote connect...

How to build a tunnel for file transfer between distant windows 2003 machines quickly

I have two distant locations with Windows Server 2003. Can I build a secure tunnel quickly? Is there secure VPN built into the OS? I have domain names and router control on both sides. I can build a "VPN" connection with the wizard (PPTP), I opened port 1723 TCP on the other router, do I need 47 GRE also? The router does not allow me to...

git push rejected

I give up! Whenever I try to push I get a stupid: ! [rejected] master -> master (non-fast forward) error: failed to push some refs to '[email protected]:companyX/projectX.git' Our team has a new git setup. Instead of making private branches I now Forked our main repository (on github) to create my own copy. At some point what I ...

How can I use DBI to execute a "\copy from remote table" command in Postgres?

I need to copy from a remote postgres server to a local one. I cannot use any ETL tools; it must be done using Perl with DBI. This data will be large so I don't want to use "select from source" and "insert into local". I was looking to use COPY to create a file but this file will be created on the remote server. I can't do that either. I...

How can I mount a remote directory on my computer?

I have all my code and data on my computer at work. But often I work from home, so I ssh into the work computer, connect to my GNU screen session (which includes a text-based emacs) and start hacking, compiling, etc. This can get a bit annoying sometimes, especially if my connection is slow, and the remote emacs lags behind my typing. ...

Can't connect to IIS 7 management

Hello. I have Windows Server 2008 running on one of my computers, and I have IIS 7 running on it. It is hosting my web page just fine, but when I try to use the remote managment for IIS 7 or even if I try to connect and edit my website remotely using Visual Web Developer 2008, it can't seem to find the server. Remote desktop works just f...

Testing/Debugging website running on iis 6.0 and 7.0 with an xp development environment?

Considering iis 6.0 and above can't run on xp what options have i available? Remote debugging (using a win 2k3 host) i'm aware of but i might not have the facilities available very easily ...

Remote tar.gz with sql run local server

Hi: I have a tar.gz with a full mysql database update that I can access via ftp. This tar.gz updates daily and I would like to create a php and/or mysql connection to that ftp account that would allow me to run that large sql query on my local mysql server. Any thoughts? ...

Remote Administration of Windows XP through the Command Line

Does anyone know of a good way to do remote administration of a Windows XP machine using just the command line? At the moment the only things it needs to do is to be able to install applications/patches, and transfer files to and from the machine, and installing registry patches would be nice as well. Currently we use a horrible hack...

Form submitted multiple times when using the "submit" callback and $.ajax to post it

Hi, I've been observing some strange behavior with the following code: $.fn.submit_to_remote = function() { // I use .each instead of the .submit directly so I can save // the 'submitEnabled' variable separately for each form jQuery.each($(this), function() { $(this).submit(function() { form = $(this); if (form.da...

Remote mysql connection

Hi, I'd been making a web on localhost and when I tried to move it on host it shows me lots of errors. Seems like it can't connect to my local database. Here's the code: $host = "myip"; $user = "root"; $pass = ""; $db = "mydatabase"; mysql_connect($host, $user, $pass); mysql_select_db($db); $on = mysql_fetch_row(mysql_query("SELECT COU...

Running a command on multiple Windows servers

I maintain a number of load balanced web servers running Windows Server 2003. Today when I want to make a change to those servers, I use a tedious process of opening a remote desktop connection to each of those servers then running a command from the command prompt on each server. This takes a lot of time. What I would like to do is r...

Windows Rails-IDE with Remote-File-Support (FTP/sFTP)

I am currently using Aptana RadRails for Ruby on Rails development on my local system. Now I want to work on a Rails-Application that is hosted on my dedicated server, but unfortunatly RadRails does not provide support for Remote File Access (apart from SVN). Is there an IDE for Rails-Applications that gives me the ability to work on an...

Remote debug error with GDB

Hi, I tried to remote debug an 32-bit application on x86_64 suse linux, but get this "remote register badly formatted" error. I start up the gdbserver as listening on port 12345 (gdbserver localhost:12345 my_prog) And this is the error: $ gdb GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered b...