1
vote
2answers
22 views
Remote software update on Linux machines
We develop Linux-based networking application which will run on multiple servers. We need to develop some solution for remote application update.
All I can think of now is using rpm/deb packages but …
0
votes
2answers
79 views
ASP.NET in Linux !!!
Hi i know it sounds weird but is it possible to run ASP.NET code in LINUX any how?
1
vote
3answers
16 views
Registering a URL protocol handler in a multiple platforms.
I an wanting to create a Java application that is installed on multiple platforms (Windows,Mac OS, Linux) as a part of this install I wish to register a URL protocol handler, so that my app loads when …
1
vote
2answers
75 views
After “OOM Killer”, is there a “Resurrector” ?
I understand that on Linux there is a kernel functionality referred to as "OOM Killer". When the OOM (Out-Of-Memory) condition subsides, is there such a thing as a "Process Resurrector" ?
I …
0
votes
1answer
47 views
SVN setup on semi-dedicated server (Linux)
Hi, I'm going through the process of setting up SVN on my remote web server (Linux Centos), and I'm needing a bit of help to make sure I do it correctly. So far I've installed SVN and used svnadmin …
1
vote
4answers
72 views
How to control keyboard and mouse with Python?
Hello,
How can I control the mouse and the keyboard in python?
For windows there is win32api but I'm using mainly linux
For linux there is Xlib but does it works for keyboard as well? (found only …
1
vote
6answers
52 views
segmentation fault when using pthreads , in a nondeterministic manner
The problem is that when I run the code below, on a single core, sometimes it runs correctly,and sometimes I get segmentation fault. Probably this problem will occure more frequently on a multi-core …
0
votes
0answers
40 views
What is the best linux file system and fs configuration for embedded systems [closed]
After experiencing some crash related file system outages (requiring manual fsck and repair, we are looking for the optimum file system and fs config for an embedded linux with HDD or SDD mass …
1
vote
5answers
71 views
linux distro for Embedded development??
Hi all,
I have an embedded board . Can someone suggest an Ideal Linux distro for such a configuration, keeping in mind that it also needs to capture images in realtime. I plan to use Qt_Embedded for …
1
vote
2answers
17 views
poll/epoll compatible Timer
Greetings,
I was wondering if there is a way to use a timer in combination with linux poll/epoll API.
I already use epoll and it would integrate very nice with the existing code if i could make the …
0
votes
3answers
50 views
open failed: No such file or directory
I have built a standalone executable which references my .so object.
both are in the same directory. when I try to run executable it gives me the following error:
ld.so.1: myExec: fatal: …
1
vote
3answers
46 views
Local installation of ruby / rubygems with no root access
Hi,
I have a machine at work from wich I'd like to run a script that gathers some information about other machines. I want to do it in Ruby, since it's what I know best, but I've ran into some …
0
votes
1answer
33 views
Serial port doesn’t send NULL values
I'm playing with an XBEE radio, I'm using Linux (Ubuntu 9.10) and the XBEE doesn't appear to send NULL values through the serial port when using MY code. When I use the XCTU program(stock term …
3
votes
6answers
111 views
Does accessing a single struct member pull the entire struct into the Cache?
I've been reading Ulrich Drepper's, "What every programmer should know about memory" and in section 3.3.2 Measurements of Cache Effects ( halfway down the page ) it gives me the impression that …
1
vote
3answers
51 views
Linking 32-bit library to 64-bit program
Hi!
I have a 32-bit .so binary-only library and I have to generate 64-bit program that uses it.
Is there a way to wrap or convert it, so it can be used with 64-bit program?
