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 Solutions: 201 - 225 of 383
 
hi, i am trying to install by yum install Vim  -- which does not work then i have dowloaded vim-7.2.tar, then  tar -xjvf vim-7.2.tar.bz2   then Cd to vim72   then ./configure   - whic...
Hi! I've noticed that old files are starting to clutter up my hard drive so I put the following command into a cron job: 40 04 * * * find /var/www/web*/phptmp/* -mtime +7 -exec rm {} \; ...
We currently use a centralized backup where all servers' backups are done through the network (gigabit switch).  We're planning to relocate our datacentre over 2 consecutive weekends.   As s...
Guys I am new to linux and just coming to terms with its command line power. I am looking to create scripts that run various jobs that revolve around oracle and RAC especially to do with s...
Dear Experts, How do you automatically block ip addresses of machines that tries to shh into your server (debian)? Thank you :)
We are about to deploy a new web server.  It is running CentOS 5.1, Apache 2, PHP 5.  Everything looks good and is running much faster then on our old NetWare/Apache box. The only issue we ...
I have a Redhat Linux 3 VM session that I am trying to set up a domain on.  When I change the resolv.conf from ;gernerated by /sbin/dhclien-script search localhost nameserver 192.168.182....
Hello Experts, Is there a way to make a bash/perl script/program executable and at the same time hide its content from the users? The reason for this is that I want to provide sample progra...
Hi Guys, We have several Compaq/HP (G1 & G2) servers running RedHat 7.3. I need to compile a list of all the HardDrives in these servers. Some have RAID, some don't, some use SCSI, so...
Hello What would be the best way to get all the files and dir granted to a specific group?  Would it be possible to filter it furhter to rw and/or rwx afterwards? Thank you
I want to assign partition like below: /   5 GB /var   2 GB /data   990+ which ever is left I am midst of installing OS and i am little confused how to go ahead i reached the parti...
i have two  disk ---------- /dev/hda  , /dev/hdc . and i have  raid1 support  and using mdadm tools .  1 ) Inorder to have mirroring , i am mounting /dev/md0  and writing to that . Then ...
I am having problems with compiling methabot-0.3.1.tar.bz2 with curl-config, anyone know what the problem here is? SOURCE -> http://downloads.sourceforge.net/methabot/methabot-0.3.1.tar.bz2...
Hello there, I have two dedicated servers and I would like to know how can I transfer multiple files from one to the other.. Im running centos v4.6 on both and to transfer one files I usuall...
I have a file, lets call it /etc/sysconfig/network. i have a random hostname in the file: HOSTNAME=randomhostname I want to replace the whole line HOSTNAME=randomhostname  with my ow...
How can I check if I am running a "bigmem" linux kernel? I am using Centos uname -a Linux 2.6.9-67.ELsmp #1 SMP Fri Nov 16 12:49:06 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
Hi I've a linux server I was run JAVA machine and TOMCAT I'm trying uncompress a war file with this command jar -xvf filename.war but, the SSH show me this message [root@se...
HI suppose i have file : /var/www/html/website1/ Now it has full permisison to root 1.but i want to give user1 : read and write ( how will do that) 2. what the difference between Read...
Hi, I want to find all the files in a directory on daily/weekly basis (not yet decided), and compress each into its own file. I've used 'find /path/to/files* -mtime +5 -exec rm {} \;' in...
Hello, How do I use wget to download all files/folders in the following folder?  I just want the image files and directory structure, no HTML/PHP/Index files etc.  I have done this before b...
I have inherited a Centos 5 installation for a medium size company. We are using it to host our Web site and for eMail (Postfix). I am located in San Francisco, Ca. Where can I get hands on...
I installed monit in my linux server and it is working fine. It has a webpage which notifies the monitoring services and hosts. all the success links are in green and blur in color. Somethin...
It's on the tip of my tongue, teasing me! There's some command you can type in from the prompt that'll get and install a program like Emacs.  But, I cannot for the life of me remember what ...
I have a VPS with Debian Server I instaleld POPTOP PPTP server and I followed ALL instructions, I see 1723 port is listening... When I try to connect with windows, It says Connecting to ...
I seen in Unix when an error occur ... we will  look into logs  or messages . What are the difference between these two ?