Advertisement

250 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.

 
Top Linux Solutions: 126 - 150 of 363
 
I am trying to set up an ecard program on my site. I use Linux. I have to chmod some files but can't remember how I have done it in the past. Attached are the instructions for the ecard setup....
I want to make a virtual drive comprised of multiple physical drives that will not lose data if a drive fails (aka RAID with mirroring). Right now my machine has 8 drives of varying sizes.  ...
Using FREEBSD 6.1-RELEASE... The FreeBSD handbook says, in "25.4.4.3.1 Setting Up a NIS Client" to remove all user accounts from /etc/master.passwd and stick +::::::::: into it instead. ...
HI, in my vps server, today when i am trying to see log by typing tail -f /var/log/message or even cat /var/log/messages its saying Aug 10 04:17:04 vps syslogd 1.4.1: restart. why thi...
How can i port the following algorithm to linux. Problem: There are files with names as *.default.template in a directory. A script myscript.sh will be called repeatedly to do something wi...
How to change the time in Linux using GUI ? i am using centOS
HI I would like to execute a shell that will store the pc's current ip address (public and private) and I would like to store both values in a plain text file. IP Private : XXX.XXX.XXX.XXX ...
HI I would like to execute a shell command via a simple php web interface that will display the pc's current ip address (public and private) and also to store the values or people's email addr...
Hi, experts, I have read that Linux is designed to be kept running, because it does a number of maintenance and self-repair tasks in the background. However, I am curious to know what th...
Hi, I need send  keyboard event from bash, I want that to open Firefox, run a script that execute the F11 Key. Is that possible? Another ideas? The goal's open firefox from command line w...
I have few files as below. /home/test/abc.txt /home/code/bcd.txt /home/script.sh Now I'm creating a tar using command tar -cvf abc.tar /home/test/abc.txt /home/code/bcd.txt /home/script...
What this command do? mount -n -o remount /
I want files to be copied for every user when they log in to RHEL 5 workstation. I modified /etc/gdm/PostLogin/Default to execute a script. This script works if run manually in the terminal ...
Greeting..... hi ... i have cygwin .. installed in my windows vista .. i'm trying to use mysql in cygwin .. i was download pakage of mysql (mysql-5.0.67-linux-i686-icc-glibc23.tar ) ...
I can't seem to find these files anymore, anyone know where they would have moved to or how to get them back?
HI i have installed sendmail and dovecot in my vps server From Server i can send email to any email address such as gmail. with this email address From : fosiul@mydomain.com now when i ...
We are currently in the process of implementing Postfix as our Outbound SMTP Relay (Not Inbound).  This will be used by various internal apps to send messages. We are having problem restric...
Hi  all,               I installed nagios. it is working good. # cd  /usr/local/nagios/etc/object/ # vi switch.cfg I went to the directory and added the following lines # Define th...
Is there a command that will show me what version of Linux I am using? I know how to find the kernal version, but I was hoping for something more substantial like if I am using RedHat, etc..
Hi, I just requested a server upgrade from 2GB ram to 4GB ram, but the server only appears to be showing 3.15GB Can somebody help me out? Thanks [root@138 ~]# uname -a Linux 2.6.9...
Hi all, I have to create a shell script that make the following: sh#asterisk -rvvvvv localhost*CLI> reload The script after running asterisk should type reload on asterisk CLI Regards
What command would I use to search a directory tree for a specific file?
Hi, I have a directory "htdocs" in there are several other directors. Files within this directory are owned bu different users and groups. I need it this way but now I have an issue that I ...
Hello, 1.  I have two directories with almost 100,000 files and directories in each.  The standard mv command doesn't work in this instance.  How do I move all the files and directories rec...
iptables -A INPUT -i eth1 -p tcp --destination-port 25 -j REJECT iptables -A INPUT -i eth1 -p tcp --destination-port 5432 -j REJECT iptables -A INPUT -i eth1 -p tcp --destination-port 22 -j ...