Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Time Tested Linux Dev Solutions: 726 - 740 of 740
 
Hi, I work with JBuilder5, and I need to import a library... but the library is not available (import com.libraryX.). I think this is because I need to register this object. Under Window...
in a script i am writing i need to get a listing of files witin a directory, the returned value's should be one per line as i then grep for the owner. Once i have the owner i grep for that na...
Dear All: I was running modprobe iptable_filter modprobe ip_queue I get the following error: /lib/modules/2.4.7-10/kernel/net/ipv4/netfilter/ip_tables.o: init_module: Device or ...
Hi, The command above puts the first shell file into variable $var. However, if none is found it says "cannot find *.sh". How do I suppress this output? It would make my shell script look b...
I am currently working to get a wxWidgets based application initially written (and functioning) under Windows to work under linux. Currently on the linux side, it appears that I am unable t...
Do you know a way to randomize words from a given list in java, because the only randomizers i know of just generate words and number
Hello, I have an error when building an application on a PowerPC platform: hidden symbol 'fstat' in /usr/lib/libc_nonshared.a(fstat.oS) is referenced by DSO return 1 exit status. I h...
Hi, I found this line of code inside a functions that is related to timer: //-------------------- void NWHiResTimerSrc::Execute() {    int timerfd;    struct sched_param schp;   ...
Hi all. Consider this simple script ------------ #!/bin/sh # silent background program background_prog > /dev/null 2>&1 & PID1=$! # do something ... echo LA LA LA # kill the b...
I need to make an application(running on LINUX) that is intended to work for USB cameras. The application needs to control the camera activities and must be able to set the various configurabl...
Hello, I have to work on a large C/C++ project built using GCC 2.96.  This compiler is necessary because it is not feasible at this time to upgrade the code to work on newer compilers.  Yes...
I have an smtp server program which accepts connections and forks child processes to handle the packet exchange. After the fork, the parent closes the child's socket and the child closes the o...
I am using linux redhat 9, and I am installing some s/w and it gives me that error: makedepend: command not found is there a suitable RPM that I can download to solve this problem? Thanks,
I'm trying to convert our Windows self-service thin client system to Linux, and I've run into latency issues detecting device events.  The software checking the card reader for events doesn't ...
I want to write a program that loops through all the active processes on my system, and outputs certain information for each process, including CPU and memory usage, the process id, the user i...
Hi' i'm looking for something like boundschecker but that runs on linux.  If it's a trial version i'm ok with that also. thank you steve
Hello all,            I have added some debug statements in linux kernel 2.4.24 in /usr/src/linux/net/core/dev.c printk(KERN_DEBUG "in netif_receive_skb  after  skb->len = %d and address = %...
Manager's Summary: My basic question is: "does sftp2 support connections to standard ftp servers?" Overly Verbose Background: The IT department in my company is planning on implemen...
hello there experts, I have an eggdrop installed in my linux box and wanted to know if i could use this script, but the problem i am having is that the bot is in more than 1 channel and is n...
Hello, I have a script that accepts a single parameter in the form of: mydate.bash YYYYMMDD ( 1st Date ) Current date is generated inside of the script in the same format. ( 2nd Date...
Hello, Could someone please give me an example (if this is possible), of how to read a file using a uCLinux shell script to read a data file. Specifically, the file contains two 4-byte r...
Greetings, I want a shell script that can replace a text with another text for special file types (*.html, for an instance) in a certain directory recursivle. The modified file has of cours...