Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Time Tested Linux Dev Solutions: 201 - 225 of 740
 
I'm looking for a simple utility to convert .xls files to text on Linux. I have a 22mb xls file I can't load into Excel and really don't want to. All I want to do is converted to tab (or other...
Dear Experts, I need some advices on the linux LD_LIBRARY_PATH var and the embedded executables search path. I've an application that depends from several modules, built as shared librarie...
I really need help compiling programs written in qt I have installed the Qt devlopment classes etc.. The files are located in the following directories : include : /usr/lib/qt-2.0.1/include...
I installed fedora core #4 and gcc will not compile many things I use. Is there a way that I can install an older version of gcc in addition to version that comes with  fedora core #4. I'm...
i need to send "test" regularly with a cronjob to 192.168.1.99:8000 currently the only solution i found was sheduling this script: #!/bin/bash echo "test" | netcat 192.168.1.99 8000 & NE...
HI,   I am having problems in connecting the Mysql server in Linux with a normal shell script (not PERL or PHP etc). I want to send querries to the database about various information like sel...
Hi I need assistance with a script to check if a process is running, if it is it will output a message indicating that such process is running, otherwise will execute the rest of the script. ...
Hello experts, When doing 'top' command I see it prints out as shown below: Mem: 12345 av, 24556 used, 5656578 free and so on. My question is can anyone help me to write a script to get...
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 would like to know how to overwrite an existing text file as i wrote the script likethis ....>> /home/abc.txt. However, the text file keeps appending texts without overwrite the exsting ...
I'm trying to use grep in a script to count the number of entries in a flat file.   The first line gives the follow error: ./emailxport: line 13: grep -c "OK" /tmp/mailexport.txt-grep -c...
Hello, How can i compare 2 dates? └─(~)-> date Thu Apr  5 06:13:35 UTC 2007 This one, with a pre-given one (pregivendate="5 May 2007") (i just want to compare the day, mon...
Hi all, I'm new to Linux and attempted to write my first bash script a couple of weeks ago that did daily backups of mysql databases hosted at different companies via cron. I need to keep o...
Hi, I have multiple files of names I can specify, like hello-today-0 hello-today-1 hello-today-2 hello-today-3 hello-today-4 hello-today-combined I'd like to be able to have a sc...
Hello, I have some scripts running on a debian server, called by various cronjobs, wich call php scripts. Sometimes the php scripts are stucked for some hours, and I need to avoid it. ...
we are converting our code base to compile a cpp, but for several reasons we are keeping our files named with .c extension.  when using the intel c++ compiler we specify -Kc++ to "compile all ...
I would like an automated tool(s) that will stress test a serial port like ttyS0. I have a multiport (octal) serial board. I would like to test the driver for flow control, baud rate, etc. But...
Hello all, Continuing my UDF adventure started two days ago, I have managed to get the UDF registered but having problem getting the Java code to work. I need assistance to get this Double Me...
160 x 160 LCD interfaces through the LCD controller pins of the PXA255 processor. But this LCD has no built-in LCD controller. pxafb.c (from pxa patch)operates the LCD controller of the PXAxxx...
Im trying to use sendto to send a UDP packet in my program.  When I try, sendto fails and perror() says "Permission denied".  What is causing this?
I have a script, and I need to exclude a lot of subdirectories, so I want to use the --x@ flag when I zip up my archive.  Problem is, the -x@ isn't excluding what I need.  My script where I do...
hi friends i have tcp packet and all what i want some body to describe and analysis the packet thanks in advance
Has anyone been able to send HTML email from bash? I know that I could do it with PHP, but I'm trying to make the script without using any outside sources. If I have to, it's understandable. ...
In the good old days one used to be able to do a listing in /proc/<pid>/fd and see all the sockets in progress for a process and to/from which host and ports they are. Nowadays you only see so...