Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Top Linux Dev Solutions: 1 - 25 of 52
 
I have a shell script that I need to be sure runs when my server starts up.  My thought was to write a little init.d script that would just launch the script.  It seems to work OK, but I was j...
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. ...
Hello,         Can anybody help me out in setting the cron-job for every 2 weeks (on sunday), lets say I want run restart-server.sh script. Can some one give exact format for this.  like 0...
Hi,     Can somebody give me example programs on how to use the Read and Write system call in the Linux Kernel. Also could you help me out with links on where I can find good tutorials for th...
*** This is a school assignment *** In this assignment, I have to write a program using C++ or Java that reads in a file and copies it to a new output file. I have been able to write a prog...
Hey all, after a nearly 7 year layoff from Linux, I am back at it :) I cannot remember the command to enable PHP with MySQL.  I got my CentOS box up and running on my virtualized host but j...
I have a syslog server that collects syslog messages and store them in directories based on the current month. For example: logs for June 2009 are stored under /var/log/myLogs/2009-06 logs...
hi friends i have tcp packet and all what i want some body to describe and analysis the packet thanks in advance
Hi there, I've written a script (i.e. .sh file) in linux and i want it to be executed everytime on startup ... How can I achieve that ? I know it has to do with rc.d files or smthg but not ex...
Hi. I am trying to create a script that resets a linux users's password in an interactive way. such as: enter username: enter password: Password for user has been reset I have ...
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. ...
Hi, I have some softwares and directories which are in the form of .tar.gz. The files inside .tar.gz are not source file. Whenever i need to install them i just unzip them and copy on the s...
All, I have a question that may seem a long issue.  I have successfuly made an NST CD and as soon as I plugged in the wireless card (Dlink DWA-110), the distro does not detect the card.  My...
In MS window, there are API functions to directly read/write the sectors of physical drive, On Linux, are there similar functions to do these?  Can anyone point out a link or which *.c program...
Hello! I would like to do limit some resources per user and was searching for a tool, kernel patch or whatever to do it but was not able to find something. Perhaps somebody knows how to ...
hi! i'm developing a little script that does a lot of things, and i've encountered one problem: I need to append stdout and stderr from this rsync line: rsync -azIcr -b --backup-dir=...
How/where to get the source code for fdisk in c/c++. After checking my system, I saw several files on fdisk: /usr/share/system-config-lvm/fdisk_wrapper.py /usr/share/system-config-lvm/fdisk...
I have a .bash_aliases file that contains the lines: alias k="clear && echo ================ && pwd && echo ================ && ls -l" alias kk="clear && echo ================ && pwd && ec...
hi! i'm developing a nagios script that extracts perfdata for future graph affairs, and i'm trying to parse with sed a string variable to subsitute text inside. I need this: i've got thi...
Hi,           I need to find out files which does not have write permissions for "other users" i need find command with perm options (or any other method) something like ( find ./ -pe...
Hi! trying to compile udev-146 from source I get the following error: udev/udevd.c:37:26: error: sys/signalfd.h: No such file or directory I run configure with the option --disable-ex...
HI, How do we use the below commands together in linux? 1) find . -type d | wc -l 2) find . -type f | wc -l Actualy, want to show the count of files and folders from a specific path. Im...
Hi! Ufter upgrading udev from 098 to 139 on boot I get some messages like: udevd: /sbin/mdadm --detail --export /dev/.tmp-block-0:9 abnormal exit I notice that after upgrade udev crea...
can ubuntu read a usb connected hard drive if the drive has been originally formatted with windows xp pro and has pictures and music on it. Or will the operating system ruin the harddrive?
hello i am very new to linux and would like an opion on a small linux bash script to copy files from one server to another this is what i have please let me know if this is correct