14 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for stockton

My organisation is about to deploy 500+ Raspberry Pi's(running Debian) across the country. I have been given the task of configuring these devices. Configuration depends on specific installation, so cannot be configured before installation and the staff at the remote site seriously lack skills. BTW These remote sites are all …

0
203
Member Avatar for c.pentasuglia

So i have a java program running as a lib on a server. I need to just simply run a method within that library. In order to do so through J2EE, i need to get a call from a JSP -> EJB ->ResourceAdapter->Method. So i have the Reasource Adapter and …

0
141
Member Avatar for imolorhe

I want to write an application that can query a dll or class stored in another location on a server to receive information or perform an action. Can someone please give me guidance on how to go about it.

0
74
Member Avatar for feoperro

Hi, I made my own javascript method that I'd like to integrate into the JQuery validation plugin. I am new to JQuery and I'm not really sure how to integrate it though... Here is my javascript [B]working[/B] method: [CODE] function doAjax() { var captchaResponse = document.getElementById("registerCaptcha").value; $.ajax({ type: "POST", url: …

0
123
Member Avatar for vijayca

Hi All, I am facing problem with MapViewOfFile. Microsoft function MapViewOfFile() which reads part of file and returns start address of that content. This function needs some other info which is provided by functions like CreateFile, CreateFileMapping etc. UnMapViewOfFile is to close the view. I am using MapViewOfFile() to read …

0
114
Member Avatar for Frankey

Currently i am trying t figure out a simple straight forward way to back-up all the websites on my server to another server, with history/changes ( in a SVN way ). 1. I upload a file to the main server. 2. A second copy goes to the backup server. 3. …

0
84
Member Avatar for sachintha81

I was looking for a way to Start / Stop Windows Services residing in a remote machine using C# code, and found the following code sample. It works fine for me. It is coded using Impersonation Technique, which apparently requires both the machines (let's say A and B) have a …

0
107
Member Avatar for esdel

My music (28 GB) is on thumb drive J and is 90% .wma files This is to SAVE SPACE on my PC (and the safety of "no moving parts" storage) Windows MediaPlayer used to index the music when it was on C: HOW do I get it to index J:? …

0
133
Member Avatar for ctrl-alt-del

Hey all! Since I am getting a little agitated with not being able to find a solution, I will try and keep this short. I'm looking for a way to check if the remote user is a local admin or not through WMI (or any realistic alternative without having to …

0
81
Member Avatar for david.1982

Hi everyone, Wondering if anyone can assist me with this; I've done some googling but haven't come across anything. We have a dedicated server running SQL Server 2005, express edition. I recently set up the server to allow remote connections to the DB engine and everything is working just fine. …

0
125
Member Avatar for adam2009

Hey, I have a c# code that connects remotely to a winServer2008 machine (with a local user of that machine). How do I configure via automated code the logon script that will be executed as soon as the connection is established ? Cheers,

0
95
Member Avatar for sanchow

Hello, I want to use R to perform real-time statistical analysis on the web and return results/images on the website. The webmaster is not ready to install R on the web server. Is there a way to run R on a remote linux cluster and POST results from the remote …

0
76
Member Avatar for kaka@sam

Hey, I am new to this forum. I wanted some help . I was planning to do a project in remote OS detection . what would be the best way forward. the language to be used( i was thinking of java). basically how to start :)... thanks..

0
146
Member Avatar for somename

Hi there, i am trying to implement thread injection from my windows forms .NET project. Here is the code which works just fine from simple console app or Gtk+ gui application, but unfortunately not from .NET gui app. [CODE]#define NtCurrentThread() ((HANDLE) -2) #define NtCurrentProcess() ((HANDLE) -1) typedef DWORD (WINAPI *Rm_MessageBoxA)(HWND …

0
127

The End.