2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Linux Dev Solutions: 1 - 25 of 738
 
I have a file with the following format: d    28854           cpmnt    open     username  owner  3   062 description of problem d    28855           cpmnt    open     username  owner  3   06...
I am having difficulty splitting a colon-delimited string and assigning the tokens to an array in a bash shell script.  I want to assign the passwd fields returned by `id -P username` to an ...
I'm at a total loss with this one. This is an AWK scripting question.  If someone can suggest a Perl solution, I'd take that one, too. Of course I've already tried entering Alt-0162 and ...
Hi I need to get the PID of a program from a bash script. The Script will be something like as follows #!/bin/bash # I need the pid of process created by the PHP Script that follow...
in my program,i am using different pthreads,and trying to connect to some servers ,recivining and sending data,i am getting Broken Pipe error, and program exiting, some body said,it is proble...
Hi there, I am having some problem with my tomcat.  It used to work, but now it seems like it is not running.  Is there any way to check if it is running.  I did ps -ef and it didn't show a...
Hi, I've been using tortoise svn for windows (integrates into windows explorer). Is there any equivalent for linux based systems (fedora)? Thanks
Hi all, how can I spilt a comma separated string into an array. What I want to do is to extract all string parameters of an function out of an C source code file. So One line could be e.g....
Hello. Using bash, I would like to check all the files in /data directory for the words: basher one and replace them with the words: smasher two Any ideas?
Hello there ... I was thinking about Switching to Linux (Putting in Mind that Im a Windows User :P) so I saw many Names and Versions for Linux... Like Redhat,Mandrake .... etc ... So i ...
Hi, I'd like to set priority levels for PThread on Linux platform. For my PThreads, there are 2 groups, one is real-time that needs to be higher priority and others (non-real-time) that can...
hi! I'm trying to figure out a way to get the IP addresses associated with all network interfaces in my laptop. I have two interfaces : 1) eth0 - ethernet 2) eth1 - cisco wireless card ...
Hi All, I'm using a simple program to test itoa() function in Red Hat 6.2. The program as follow: ////////test.c///////////////// #include <stdio.h> #include <stdlib.h> int main( void ) ...
Hello, I'm trying write a simple script with sed, but can't seem to get it right. My problem is, I get comma delimted files with different records in it, and in one of the records is a field ...
Hi Experts Can some linux expert tell me the best, popular and professional C++ IDE which runs on Linux. -Bijo.
How can I change this if: if grep "Slave_Running: Yes" /home/status.txt > /dev/null; then    echo Mailing show slave status error report!!!    /home/mysql-mail-problem.sh fi to "if ...
There's so many information about memory of a process... I just don't know which one to use... which one do this and which one do that!! Somebody help me!! I just spend to much time on this! ...
Dear BASH guru. I have two simple questions. 1. How to trim a string e.g: I have "             aaaaa"    ---->       I want "aaaaa" I have  "bbbbb          "    ----->     I want "bb...
WHat is the best PHP Editor for Linux. I am thinking of switiching over to Knoppix for when I program since I Like the feel of it and would like to know if there are any php editors for it. Th...
how does one copy file in c or c++, linux ? i'm getting 'undeclared' for copy, cp .. calls, don't want to use system calls
I would like to know how to truncate a string in bash shell script? Thanks.
I have designed a microprocessor setup to convert a serial interface to a parallel interface to facilitate installing parallel devices off of a serial port switch (connected to the computers v...
Greetings, I have a long string like so: STRING="233445 4504505 2828287 373349 2348445 560950 238920" I would like to split this string up into an array of some sort then loop through...
Where could I find a RAR application for Linux (Fedora). Thank you.
I have this piece of code. printf("Exiting ."); sleep(1); printf(" ."); sleep(1); printf(" ."); sleep(1); printf(" ."); sleep(1); printf(" ."); I want to produce some sort of a...