Tagged Questions

0
votes
1answer
45 views

WriteFile function “freezes”

Hi! I'm trying rewrite xCmd which can start a process on a remote machine. Basically it installs itself as a service on the target computer and then starts the requested process. …
1
vote
1answer
14 views

Using Git how to merge a subtree from remote branch

Subtrees in Git work nicely although some git commands remain to be supported for subtrees. Here's the question: How to make the subtree pull from a different remote branch l …
3
votes
8answers
118 views

Challenges of code review with remote team

My entire team works from a different geographical location and I am the only programmer working remotely. I often find it quite difficult to have my code reviewed, as people take …
0
votes
3answers
45 views

Remote Desktop between a mac and ubuntu

Hi i am using linux - ubuntu. is there any way as remote desktop connection "to mac system" please explain as if to a child. Thanks!
0
votes
1answer
15 views

How to control access to third party HTML pages

Hello, We have a Learning Management System (LMS) that runs on its own server (IIS/Server 2003). Students must login with Forms authentication to gain access to the content. We …
1
vote
5answers
81 views

Check if a remote page exists using PHP?

In PHP, how can I determine if any remote file (accessed via HTTP) exists?
2
votes
1answer
27 views

BizTalk WMI Remote Wrapper

Hi, I'm using MgmtClassGen.exe from the .Net Framework SDK to generate some WMI wrapper classes for BizTalk artifacts like hosts, host instances, etc. I'm using HostSetting.GetIn …
2
votes
4answers
107 views

How do I securely hide database credential in C# application?

Hi, I have a situation that users access remote MySQL server in C# application. Basically, A user using C# application on his/her desktop ->>>> connects to remote ->>>>>>>> [ RE …
0
votes
2answers
30 views

PHP directory list from remote server

How can i use opendir function to read the directory list of a remote server knowing its IP address?
1
vote
1answer
68 views

A script to ssh into a remote folder and check all files?

I have a public/private key pair set up so I can ssh to a remote server without having to log in. I'm trying to write a shell script that will list all the folders in a particular …
0
votes
1answer
27 views

How to get data from remote database using TSQL?

Is it possible to get data from remote server using JUST TSQL? I mean to do it just with script and without any actions (setting up linked servers and etc) on local server. Need to …
1
vote
4answers
73 views

How can you check to see if a file exists (on the remote server) in Capistrano?

Like many others I've seen in the Googleverse, I fell victim to the File.exists? trap, which of course checks your local file system, not the server you are deploying to. I found …
0
votes
1answer
43 views

How to remove a remote source from gem remote sources

I have added gemcutter.org to my Rubygems sources, and now I do not know how to remove it. $ gem sources *** CURRENT SOURCES *** http://gemcutter.org http://gems.rubyforge.org/
0
votes
2answers
56 views

Running a program on a remote machine as part of continuous integration

We use TeamCity, nant and psexec to run a command on a remote machine as part of the release packaging. Everything works fine when I run the nant from the console but when running …
1
vote
2answers
36 views

Remoting - Is an object remote?

How can I determine whether an object is local or remote (using C# remoting)? Both checking in local code if the object is remote or in the object if the code is executed from remo …

1 2 3 4 5 18 next
15 30 50 per page