remote

Python open Windows shared folder trought linux machine

Hello, I am using python 2.5 on Ubuntu, and there's a machine in the same network called "machine1". I wish to get a file in a specific folder of that machine. The folder is shared. So, how can I do it? I thought that something like urllib.urlopen('\machine1\folder\file.txt') would work. ...

HTML5 cache manifest: whitelisting ALL remote resources?

I'm doing an iPhone version of a desktop site that includes a blog. The blog often embeds images from other domains (the image URLs always start with http:// in this case, obviously), but because I'm using cache-manifest, these images don't load because they aren't declared in the manifest file. I have a NETWORK: whitelist section that ...

Develop iPhone application remotely?

4 java developers are new to iPod Touch/iPhone app development. They have an idea for an app. They have never used Xcode or Macs before. Instead of spending money for a new iMac or Mac Mini for each of them, my boss would like to sell them a $999 Apple server, hosted at a facility connected a single T1 line, and have all 4 people work...

How to change a remote repository URI using Git?

I have a repo (origin) on an USB key that I cloned on my hardrive (local). I moved "origin" to a NAS and I successfully tested cloning it from here. I would like to know if I can change the uri of "origin" in the settings of "local" so it now pull from the NAS, and not from the USB key. For now, I can see two solutions : - pushing ever...

JQuery remote Validation only after form submission

Instead of verifying the value after each change, I would like my remote call to be invoked only after form submission.. Is this possible? <input type="text" remote="validate_url.php" > ...

JSON Feed Appears to be XHR when it should be JS

I don't get why it'd doing this with the 2nd feed (appearing as a XHR call rather than just JS [looking at it in Firefox/Firebug]). The 2nd feed has the exact same MIME type as Flickr's JSON feed, yet the PortlandOregon.gov one shows as XHR and i get a NULL callback when using $.getJSON and if i use $.ajax with a 'json' or 'jsonp' type i...

Spring MVC jQuery remote validation

Hi, I am using Spring MVC on the server side, but in one of the pages I decided to create an AJAX validation with jQuery rather than the default Spring validation. Everything works great, except when I have to do a remote validation to check if a "title" already exists in the database. For the javascript I have the following: var valid...

How to develop a remote access tool for BlackBerry

Hi I need to develop a remote access too so that our support staff can take control of users' devices and fix problems. I'm not sure where to start. Can anyone please point me in the right direction? Thanks ...

Fetch third party data and store in rails application variable

Hi I need to do periodical background task fetching data from a weather site. How in rails can I fetch json from a remote url and store it on the server? Also, there doesn't seem to be any point in storing this in a db so how in rails can I store a variable available to all users? ...

jQuery validation plugin: valid() does not work with remote validation ?

I got started by following this awesome tutorial, but wanted to do the validation on on keyup and place my errors somewhere else. The remote validation shows its own error message at the appropriate times, making me think I had it working. But if I ask specifically if a field with remote validation is valid, it says no, actually, its not...

how to run SSH commands on remote system through java program?

Hi all, I am new to this kind of application and looking for some sample code how to connect to remote server using SSH , execute commands and get output back using java as programming language. Thanks in advance..... Regards, Devayani ...

connecting to remote pc - wamp server

Hi, I was wondering if you can view my projects from a remote pc if I have wamp server running usinf ip address? http://ip.address.here I have tried but asks for username and password. Any help much appreciated. ...

NetBeans PHP run configuration: how can I omit the doc-root folder?

So I have this project in PHP where I have some include files next to the wwwroot (or doc-root) folder instead of under the wwwroot folder. I need however to run/debug this project. in the project properties I can select a index file (index.php) but it's under the doc-root folder, so the Project URL makes http://myprojectmachine/doc-root...

Windows Service on NetworkService account can't access remote (shared) directory

I'm trying to remotely access a shared folder with a Windows Service set to NetworkService account permissions. However, I get errors when I try to do this, e.g. Directory.Exists(servicePath) returns false, FileSystemWatcher doesn't recognize activity in the directory. If I change the service's account to LocalSystem, these methods wor...

Git: How do I rewind the Master branch on the remote origin

I made 5 commits to Master branch when bug hunting on a private project and pushed them to the remote origin (my own private vps). Then I saw that commits 4 and 5 were going to cause trouble elsewhere and I need to undo them, so I checked out commit 3 again, made a new branch "Dev" from that point, and did a few more commits fixing the ...

Remote stop Service without Admin Permissions

I know that you can stop services with the SC command, but that requires Admin rights on the target machine. I have used the SC SDSET command to modify the SDDL set for the service in question. Now I have it so that the non-admin user can stop and start the service locally. This command will not work remotely. User VPN's into the net...

Synchronising tables across remote Access databases

Hi folks, I'm helping out a business by providing an Access DB to manage requests of various types. As they are a construction company, they have one machine in an 'office' on the building site, plus 3 based in their main office. The machine on site has no internet connectivity. Is there any (reasonably simple) way to synchronise the o...

Getting environment from .profile while executing a command through ssh

Hi, I am new to the linux/unix world. I would like to trigger a make on a remote machine. For this purpose i created a little script on the remote machine which i want to execute via ssh. The script looks something like this: echo "loading .profile" . ~/.profile echo "profile loaded" echo "starting gmake" cd ~/helloWorld/ gmake all ...

File DownLoad Save As Dialog From Server(Remote Machine),ASP.NET/C# ?

I am trying to download a File from Remote Machine using FTP and Save as Dialog. I am able to Download '.txt' File with its Contents. However, the same code doesnt work with other file types('.bmp','.jpg','.doc', etc.). I am able to use the save as dialog to download these files but either contents are not displayed or files are Corrupte...

remote desktop client with panning of large desktops?

When using the standard Windows remote desktop client to connect to a large remote desktop, the result is usually that the remote desktop is resized to a smaller size matching the local display. Are there any RDP clients that instead leave the remote desktop at its original size and pan this larger area when the mouse reaches the border ...