remote

Reference remotely located assembly (web uri) from locally installed application?

Hi Stackoverflowers! :) We have a .NET application for Windows which is installed locally by Microsoft Installer. Now we have the need to use additional assemblies which are located online at our Web Servers. We'd like to refer to a remote uri like https://www.ourserver.com/OurProductName/ExternalLib.dll and reveal additional functional...

Need to copy remotely hosted file via Shell Command

There is a file that hosted remotely on a server that is not supporting Shell Access. I bought a new server that supports Shell Access so now I want to copy a file that is on the non-supporting server to new server via a Shell Command using Putty. The file URL is like this http://www.domain.com/file.gzip and it is username/password prot...

Is the Git remote name origin only applied to one created by git clone?

Does Git only use the remote name origin for a repository which was created by cloning? eg, say I create a repository, place it on a remote, and try to clone it again into the same directory, which one would Git name origin? ...

Control links2 by python

Hi. Is there any way to control links browser from python? I need to make some bot, twill don't work on my page, Selenium need's X server. Maybe other way to do it? ...

Is it possible to create a git a new, empty remote branch without pushing?

Most examples of creating remote branches involve pushing from a local branch Is there a way of creating an empty remote branch without pushing? Is it also possible to create a local empty branch,check it out then link it to the new also empty remote branch without pushing? ...

Error with git: remote HEAD is ambiguous, may be one of the following

After branching and pushing to the remote, a git remote show origin gives the report HEAD branch (remote HEAD is ambiguous, may be one of the following): master otherbranch What does the imply? It is a critical error? remote origin Fetch URL: [email protected]:/home/gituser/repos/csfsconf.git Push URL: gi...

how to downlaod remote files using c#

RED 5 server installed in our server , i want to download files from red 5 server, is it possible in c#. ...

unable to download a file from rtmp server

Hi Team I want to download an audio file from red5 server using rtmp server. string strUri; strUri = "rtmp://XXX/oflaDemo/" + Session["streamName"].ToString(); string strUploadto; strUploadto = Server.MapPath("") + "\Audio\" + "myaudio.flv"; WebClient webClient = new WebClient(); //webClient.Dow...

Powershell script cannot get applications list data from windows 7 machine.

Hi Everyone, Recently, I made a script to list all the installed applications in local & remote machine & give the output in a structured manner in a excelsheet. It looks like this: $a = Read-Host "Enter machine name" | Out-File -filepath C:\machine.txt $computerName = Get-Content C:\machine.txt $a = New-Object -comobject Excel.Appli...

Client ping to servers

Hi, I am wondering what would the best way to let visitors of a website ping various remote servers. Example: I am a visitor, I choose from a lsit of locations Paris, France and the script would ping from my location to Paris and return an average of x number of ping attempts. Any ideas? ...

RPC command to initiate a software install

I was recently working with a product from Symantech called Norton EndPoint protection. It consists of a server console application and a deployment application and I would like to incorporate their deployment method into a future version of one of my products. The deployment application allows you to select computer workstations runni...

how to load remote webcam to flex application

Hi guys, Did anyone ever managed to connect to remote webcam through flex application? I know there is media.Camera object but I only managed to connect it locally, must be small thing that i missing... Thanks, Royee ...

WMI Remote Process Starting

Scenario I've written a WMI Wrapper that seems to be quite sufficient, however whenever I run the code to start a remote process on a server, I see the process name appear in the task manager but the process itself does not start like it should (as in, I don't see the command line log window of the process that prints out what it's doin...

Why is a process inactivated in VisualStudio AttatchToProcess Form

He Geeks When i attach to the w3wp.exe process in visualStudio this is mark inactive (gray). why a process can be inactivated ? thx ...

How to setup RMI in Glassfish (2.x), so the Remote EJBs would be injected

Hi, currently when I deploy enterprise modules manually, their remote EJBs are null (not injected). When I deploy via NetBeans ide, RMI is someway setup and EJBs are injected. My question is what needs to be configured in Glassfish (2.x) so I could deploy modules manually, not via ide. ...

Detect remote charset in php

Hello, I would like to determine a remote page's encoding through detection of the Content-Type header tag <meta http-equiv="Content-Type" content="text/html; charset=XXXXX" /> if present. I retrieve the remote page and try to do a regex to find the required setting if present. I am still learning hence the problem below... Here is ...

Has anyone had trouble with Intellisense in Visual Studio when using UltraVNC?

Hi, a colleague and I are trying pair programming for the first time. We both remote into a development machine; I'm using RemoteDesktop and my colleague is using UltraVNC. This works great except that he can't see the Intellisense dropdown in Visual Studio 2008. According to online posts, this may be something to do with DirectDraw...

How can I attach multiple urls to a single git remote?

I'm currently using git on windows through a combination of msysgit and Cygwin. I have a laptop which I move around quite a bit, so it's not on a consistent location. Unfortunately, I don't have a consistent name for it due to the computer name not being resolved on all of the locations I connect to, so I can't just use the computer na...

Testing a wide variety of computers with a small company

Hello everyone, I work for a small dotcom which will soon be launching a reasonably-complicated Windows program. We have uncovered a number of "WTF?" type scenarios that have turned up as the program has been passed around to the various not-technical-types that we've been unable to replicate. One of the biggest problems we're facing i...

Can I build and debug c++ programs on remote machine ??

I am on windows XP want to build the programs on linux remote pc i have eclipse Ganymede, CDT, RSE installed on remote machine... but how to configure all this? am I doing correct? could anybody suggest ...