Hello all,
I am working on a website, using PHP/MySQL, where users can upload videos, then, those videos are converted (using FFMPEG) to FLV and MP4 files.
Now, the whole 'upload' and 'conversion' process takes place on a different (remote) server that is actually being hosted by a different provider.
The reason I am using a differen...
Hi,
I am using Galileo CDT on mac os x 10.5.7. I want to remotelly debug a c++ application on a linux machine. I found this guide:
http://www.embedded-linux.co.uk/tutorial/eclipse-rse
But when it comes to the step
"Install Remote System Explorer", when I go to "available software", I only get error messages like "No repository found ...
I am trying to run a java process and enable remote connections using jconsole. I add the following parameters to the command line (before the main class):
-Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote. authenticate=false
using netstat, I see that the jvm is listening on port 9999:
tcp6 0 0 :::999...
I have a window which is hidden and I would like to send a keypress to it. An example of what I'm trying to achieve is an app that will send the key F5 to a web browser which wasn't the active window. The web browser would know to refresh the current page when the F5 keystroke is received.
I would also like to send a combination of ke...
Hi ,
I am new to programming with OSGI. Can anyone provide me a working example of a client/server osgi service invocation.
I have been trying to acheve this for the last 2 weeks without any success.
My service is being discovered and executed by an eclipse instance in the same machine, but when I try the same thing from another mach...
I am generating dynamic URLs of images for book ISBNs. I need a reliable way with PHP to check whether the images actually exist at the remote url. I tried various approaches with different PHP libraries, curl, etc., but none of them works well, some of them are downright slow. Given the fact that I need to generate (and check!) about 60...
Hi,
I have a "Reset Password" form being validated by the jQuery Validation plugin. Everything works fine except that I can't get the "remote" part to work with Django. What I'm trying to do is to have remote send an ajax request to my Django backend to check that the "Old Password" is correct as part of validation.
What I'm not sure ...
I have searched all the custom tasks in Extension Pack and Community Tasks and finally found a task called Msi.Istall in SDC
Tasks. But the documentation is bad and causes problems. I get errors regarding the properties passed to the installer.
Below is my Install target :
`<Target Name="Install">
<!-- Copy the MSI package into ...
Is it possible to do file operations from a script running on a different server than the files being operated on? That is, upload, move, rename, delete, create new, modify, etc.
How would I go about doing this?
...
I want to check the last modified date on a file on a web server. Any help would be great. Thanks.
...
I have searched all the custom tasks in Extension Pack and Community Tasks and finally found a task called Msi.Istall in SDC Tasks. But the documentation is bad and causes problems. I get errors regarding the properties passed to the installer. So I wrote a custom task that calls PsExec.exe from Msbuild but it hangs...
Below is my Inst...
Hi
Can anyone help me with a sample code of how to run remote web tests in a c# application?. I had done this previously in my msbuild script, using a batch file to run the tests that used psexec.exe. But now I have been asked not to use Psexec, instead use TFS API/SDK to do so.
I am a newbie and help is very much appreciated.
Thanks...
I want to map users (that ssh to server) to emails. In csh you have defined $REMOTEHOST variable that contains PC name from remote host. In bash, no environment variable is defined. Is there any way to get some info about connected user (except from SSH_CLIENT which gives IP and PORT)
Note that I'm using sshd and bash.
...
Sometimes when I call RegisterEventSource(), it returns NULL. GetLastError() returns 0.
The event log is on a remote machine in the same domain, and the user is an admin in the domain. This happens several times in a row on different machines (but with the log on the same machine), then stops happening.
Why can this happen?
All machi...
Im currently using WMI to get a proccess list from the remote computers, and im looking to get all the modules loaded by the proccess. I have searched and found this is posible via the command tool "tasklist" but i was unable to find a example on how to do it from C# ( I would like to do it from code, and not read the output from the con...
The top answer to this question tells me how to stop/start a remote service. Great.
Now, all I need is to wait for the actual stop/start to complete. So, what I'm looking for is a dos command to:
Start a service, should return only after the service is started (or after a timeout, raising error level)
Stop a service, return only after ...
I have this task for the project with 4 nested subprojects using Maven:
For each child: jar-up resource directory including project dependencies
Move up to the parent project
With a single command extract all created archives into various remote destinations (full install), that may include http server, app server, file server, etc. (m...
hi,
often I need to work on projects that are hosted remotely.
Currently if I have a good connection to the server then I'll SSH in and use vim directly. Otherwise I'll use Komodo Edit to work on the files remotely.
Komodo is a great IDE but unfortunately the remote server functionality sucks. For instance when you want to save a file ...
I need to deploy a set of configuration files to a hundred or more Windows hosts.
I have the IP addresses, the user name and password, and the location on the remote machines into which the files should be copied - and was wondering if there was anything in the .NET framework that would let me utilise all that info to move these files?...
I wrote a simple ASP.NET WebService Precompiled it and hosted it in a virtual directory.
Webservice code:
namespace Test.Services
{
/// <summary>
/// Summary description for AgentService
/// </summary>
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[...