Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Top Linux Dev Solutions: 1 - 25 of 35
 
I need to set the display variables in a C program, using setenv or putenv. which is a better function to set environment display variables?  Please suggest the code. This is meant for a pr...
Hi all, I am trying to port some scripts that were writen in Tru64 over to Linux and when I try to execute an existing script that uses mailx to send a uuencoded attachment the attachment ...
Hello guys, I've compiled a package on Ubuntu, but now I need to uninstall that package, can someone please guide me through the process of COMPLETELY removing a compiled package from Ubunt...
Hi, There is a Makefile works fine under fedora core 3 with gcc 3.4.  I need to port it to Windows with Intel C++ compiler for Windows or MS Visual C++.   But I know little about Makefile a...
I have a file that I need to grep for" Backup xxx   And  started OR Backup xxx and  completed I have many backups in each log and I want to email the start and stop times for the x...
I need to extract ip addresses from an unformatted text file.  The addresses do not have brackets or any other delimiters around them.  I need to output this to another file.
I'm trying to find a reasonable representation of "available" memory.  "Free" memory isn't very accurate, as Linux is good at putting otherwise unused RAM to good use if it's otherwise idle. ...
Hi experts, I have a job on Linux that I want it to run every 20 minutes. I know that the crontab syntax is "*     *   *   *    *  command to be executed", however I do not know how to set...
hi this is rajesh,                            the following code is the dining philosophers problem.For that problem  I want answer for the following questions and I want to know why the de...
I'm developing a social networking site "contacts inviter" script, which would send invitations to hundreds of contacts imported from GMail, Hotmail, Yahoo etc. I'm developing this script in P...
Hi, I tried all the ways to set the environment variable LD_LIBRARY_PATH from the Makefile but it's not getting set. Could you please tell me how to set the LD_LIBRARY_PATH from within the ...
When I boot a Mac(running OSX) with a live linux CD, I can mount the HFS+ partition. If I tar a folder then untar it to a different location, when I reboot into OSX, the resource fork data is ...
I am running following command: sudo qemu  -m 32 -kernel data/linux-2.6.23/arch/i386/boot/bzImage -append "root=/dev/hda" -hda linux_i386.img  -boot c it gives me following error in qemu win...
Hi All,  I am running one ksh script to increment counter by 1. after meeting some condition. my code is: TODAY=`date '+%d%m%Y'` echo "Connecting to sybase Database for current file count...
Hello I bought new server and split the cpu load between two servers (some of the user come to server A and some to B). But theres is a problem with uploaded files- because if you upload to se...
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...
I have the code #define MODULE #include <linux/module.h> int init_module(void) { printk("<1>Hello, world\n"); return 0; } void cleanup_module(void) { printk("<1>Goodbye cruel world\n"); } ...
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 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...
I have two directories in Linux. One with the old files, one with the new ones. New collection of files (and sub-directories) include new versions of some files. And some files are deleted, co...
How do I store the result of a system call? For example: char *path = system("pwd"); I know the above is not possible. Can you tell me what i need to do to store the result of the pwd co...
Hi folks, I have two questions here: (First question) basically I have a bunch of files 1.txt 2.txt 3.txt ... 100.txt and each of them is some results of calculation done with a parame...
Running Linux RedHat 9.0.  When booting it gives the error "Unable to resolve 'LABEL=asm_temp' then it says an Error occured during the file system check dropping you to a command line.  I am ...
Hi! My client have a MYSQL Database on a Linux server. And they doing a backup of the database every day. Must make a script that do this: - Check if the backupfile is made on a friday...
I am struggling to get a running kernel for an AMD Geode LX800 based board. As soon as I attempt to boot the kernels I configure with grub I get nothing more than a flashing cursor in the top ...