Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Linux Dev Solutions: 376 - 400 of 762
 
Hello all,               I want a driver for Creative-pd1100 webcam  in Linux... (if possible source code of driver) or  Is there any chance to write driver  for this model webcam... in Li...
I using Kdevelop 3.2 running on SUSE Linux 9.3. Thanks to a previous expert tip I've been able to use the pthread library in a console window by using the -lpthread option to gcc. How d...
when I tried to install a package using apt-get, if I simply type apt-get install package_name, I would end up with the latest release. what I want is to install an older release. is there ...
i get this following error [root@localhost hello]# make cris-axis-linux-gnu Makefile:2: /tools/build/Rules.axis: No such file or directory make: *** No rule to make target `/tools/build/R...
Hi experts, I'm using MIME::Lite package to send an html email in Perl. It's been working fine all the while until recently when my email operator introduce something so-called grey list wh...
What is the exact difference between pthread_mutex_t and semaphore? What are the implementation level differences between both? Can anybody elaborate it further?
Hi, does someone know if there is a library API call from C++ to obtain free disk space on a disk ? It would be similar as APIcall "GetFreeDiskSpace" under Win32. I would prefere no t...
Is a clock_t a accurate timer, I know it may slow down because of other processes. But I only runs it in a single threaded environment. What I want is miliseconds precision: void sleep( clo...
I updated glibc because some new applications would not work with the version of the library that came with my Redhat 7.3.  I updated from glibc-2.2.5-34 to glibc-2.3.1-36. Everything seeme...
I have a pipe program which interprets every > as | in Linux. It reads in command from user and does shell execution based on the user input. For example if the user types in     ls >  wc ...
Let me first say that I'm not a Linux Technician, and only have basic knowledge in Linux administration. What I'm trying to do is quite advanced which is why I'm seeking the help of masters h...
Hi, Using gcc on RHEL 5.1, I've allocated some memory using malloc (134,217,728) and malloc returns the pointer to the memory successfully, but I always receive a segmentation fault after t...
I am trying to execute a windows batch script on a remote windows machine within the local network from a linux machine using rdesktop. All are within the same office network. Please tell me t...
I'm running MythBuntu and I'm having no success getting the optical audio to work. I can verify the hardware is all fine because it works in XP. In linux, I can get analog out from the stereo...
'lo perts. Is it possible to send the output from a isql query to a variable in a shell script? Example: isql -b -Usa -P******<<-EOF > $variable use prod_talis go select sum(AMOUNT...
I solved this and it had nothing to with my question. Can I delete it? Should I credit the guy who suggested using strace, cos there I saw what was wrong. Give me guidance for proper behavior....
I want to port linux to arm processor.  What are the things that I should consider in porting linux to arm platform?
I just upgraded Plesk from version 8.1 to 8.6 clients cant login into horde email (psa-horde) I can see clients details in Plesk. Was able to add a new email [test] user to one domain I ca...
hi everybody, i am writing a socket class in linux i am using write and read to write and read from my socket i have searched for information on whether a socket is blocking by defaul...
I am using xerces dom parser in linux c++.  I need to parse an xml document that has this format: <?xml version="1.0" encoding="ISO-8859-1" ?> <AllPanels> <panel name=test1> .. </panel...
Hi, I have to dirs: dir1/ dir2/ In dir1 there are a lot of filexxxxxx.tar.gz files when I do a "for i ..." and $i contains everytime one path+filename for example: /full/path/file...
How can I wake up a Linux machine after shutdown? I know what magic packet is but don't know how to write a program to send it. And don't know if a Linux machine will wake up after "shutdown ...
Hey, Can anyone shed some light on this problem? In particular the INCOMPATIBLE part. There is no minipar file in the lib folder, except for the libminipar.a file which it's found. I di...
I need to programmatically set the system date and time on a Linux (RedHat) system without being logged in as the root user. How can I do this, without compromising the security of the system?...
Hi All,    I have one script where i need to send email to some ppl. Iam using KSH script on LINUX. Iam generating one csv file inside script and then I need to send that file as an attachmen...