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: 26 - 50 of 426
 
Hi Experts Can some linux expert tell me the best, popular and professional C++ IDE which runs on Linux. -Bijo.
Hi All, I have to use the fork command from within a shell script. I am not sure how to do this? Will I need to include something? Please help. Thanks, Pavan.
Hi everybody,       i am stucked doing a client-server program using raw sockets. I have Red Hat 8.0 Linux installed in my m/c and here is my client module (server also has the same problem) ...
I have a variable in a linux shell script which contains a file name (somefile.sql.gz). I need to trim the string to somefile.sql (basically remove the .gz). It seems like it would be simple, ...
Hello experts, I am using an windows box and accessing to a remote linux box using telnet. How should I use the rcp (or any other copy command) to copy some files from the linux box to the w...
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...
Hello, i have a little problem with a script: This is the code: #!/bin/sh tempfile=$$.tmp exec 2> $tempfile answer="xxx" if [ -e psybnc ] ; then dialog  --title "You are using the c...
I have a makefile system and it is designed to exec makefiles at each level - each higher level encompassing a greater set of files.  Each makefile can be at any level within the tree.  Each m...
I need to write a script (in bash preferably) that will do the following; I have  smb share available to a user for intermittant ftp uploads to various sites. The dir structure is /ftpuploa...
Hi, I have developed some app that uses web broswer as user interface with some ActiveX controls, but now I am considering to support web broswers in Linux, what's the equivalence for Activ...
This is probably a simple thing that I just can get.  I have a script that has several functions within it; each are components.  When the user runs the script, they specify which component th...
Greetings I'm doing alot of work with DHCP and IPTables right now. Because I frequently need to restart my network adapters, I've written this script But, the problem is, it just does the i...
not L, but ? Thank you.
How do I go about writing a C GUI application for redhat. Is there an API or VB like toolkit I can use? Any useful links would be appreciated. Thanks, rd707
Hi all, I want to test whether a string is the asterisk character: if [ $thestring == '*' ] then   .. do stuff .. fi the asterisk is read into the script by redirect ie: while r...
I'm new to Linux and need to learn how to combine multiple text files into one.  In Windows, I can use the "copy" command with the + operator like this: copy file_a.txt + file_b.txt file_c.tx...
I would like to know how to truncate a string in bash shell script? Thanks.
Hi, I'm working on a program that has a Makefile that contains the following section: //------------ # Make command to use for dependencies MAKE=gmake # If no configuration is speci...
Hi, Can someone write an awk command to do the following?  Is it possible to write this awk command from the command line only?  I want to extract the server names from a file, which has a ...
I wrote the following script where I am sending an email from a KSH script. It just hangs and does not send the email. #!/bin/ksh typeset -i a=0 typeset -i b=0 typeset -i c=0 typese...
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 ...
I have errors in the log that span multiple lines and I can find say the 2nd line in the log of this erro using an unique word.  However, this only gets me the line that the word appears in no...
Dear experts. A simple question. How can we get the pid os a process that is just launched by a bash script for example: myprogram bla bla bla pid = ???? echo PID = $pid ... ... ...
I would like to ask the question about Java File RenameTo method in LINUX. So far the method is working fine in LINUX ES3. A file can be rename within a partition (e.g.: From /disc1/oldfilenam...
I have a large group of .cpp files I want to compile and link to gether into a single static library, which then can be linked into other projects, but I can't find the GCC command-line option...