Tagged Questions

DO NOT USE - Removed as part of The great Stack Overflow tag/question cleanup of 2012.

learn more… | top users | synonyms

1
vote
1answer
17 views

Checkout from SVN to remote location with Eclipse

I am in the need to set up eclipse in a way that I can connect to a SVN and checkout projects or files to a remote location. The remote location is Linux-based, the clients work with windows. I read ...
0
votes
0answers
36 views

Writing a program with remote shell functionality like netcat

I am interested in writing a program which can do something like netcats "nc -L -d -p -t -e cmd.exe" command. So it provides a remote shell that is. I have tried piping output and input from and to ...
0
votes
0answers
10 views

Shrink Partition via remote desktop connection

I have just purchased a dedicated server with WIN2008 server. hosting provider has provided me harddisk with only one partition. I can access the server with remote desktop connection. I want to ...
-1
votes
0answers
12 views

Eclipse + Weblogic + Remote Debugging

I am new to Java world and looking for resources/links which will help me to create a Struts2 application in Eclipse, Deploy it into Web Logic Server and how to do remote debugging on it. Please ...
3
votes
2answers
38 views

WPF How to disable DropShadowEffect

What's the best way to disable a DropShadowEffect, for example if you know you are running in a remote session? I can think of setting the color to transparent, the blur radius to 0, ...
0
votes
0answers
7 views

VBSCRIPT Multiple Events , Subfolder Events , Before Delete Event, Copy file on Network

My Problem - For data security we have blocked all USBs through AD except few.Whenever these 'few' plugin USB stick into the PC i want to detect any file operation done on the USB Stick. If a file is ...
0
votes
3answers
33 views

Send data to seperate window javascript

I created a new popup window from an existing page using: window.open("myUrl","myName","width=200,height=200"); Now on that popup window I have a text input and a button, I want to create an ...
-2
votes
2answers
44 views

How can i execute a process on remote to another pc in c#

I want to call a process on a remote pc. The following code works for local but i can`t make it work for remote pc Process proc1 = new Process(); if (File.Exists("C:\\myApp.exe")) { ...
0
votes
1answer
19 views

Import a local SQL File To MySQL on a Remote Server Using SSH Tunnel

I have a connection between my localhost and a remote server using putty SSH tunnel. Thats fine. Now I need a command to get the sql file on my local machine i.e. c:\folder\test.sql and import it ...
0
votes
0answers
8 views

How to identify a specific view by id in an android widget when there are repeating ids?

Environment Android 2.2 up to 2.3.6 I have a widget that contains a row of similar view structures. I have defined those similar view structures in a separate layout xml then imported it into the ...
0
votes
0answers
8 views

ssh remote configuration

I have the following configuration : 1) A tunnel is created between host W and H so I can connect to W from home on port 23000 through H : on my laptop : ssh -p 23000 H and this brings me to W 2) H ...
0
votes
3answers
50 views

What are the advantages of using OSGi at target side in a Remote Software Provisioning System?

I am developing a Remote Software Provisioning system that should be able to handle all deployment, installation, un-installation and upgrades of software components. Software can be in any language ...
1
vote
1answer
55 views

Error handling with RSYNC

What would be the simplest way to check if a remote SSH rsync fails from the host? I don't care if the file couldn't be found, if a connection couldn't be established, or if RSYNC's dog died and had ...
0
votes
0answers
18 views

Remote Access for android [Advice Needed]

I want to develop and app which works almost same like "Team Viewer" does. I know team viewer also provided android app. In my understanding I can handle remote calls via corba/rmi but (not sure). I ...
-2
votes
0answers
31 views

Remote desktop application on android [closed]

I need to develop a custom android remote desktop application , Can someone show me where to start ? Kind regards

1 2 3 4 5 116
15 30 50 per page