1.
Search the file with name
find / -name yum
Or
find / -name httpd.conf
2.
Finding files owned by a user
find...
Tuesday, 13 March 2012
How To SSH Without Password ON RedHat 6/CentOS 6

1.
Suppose I have Two machines A and B. I want to
ssh from A to B. So login into machine A and run this command.
ssh-keygen
...
Friday, 9 March 2012
Create .tar.gz and Extract .tar.gz in RedHat6/CentOs6
mkdir test
cd test
touch file1
touch file2
touch file3
touch file4
cd ..
tar cvfz test.tar.gz test/
Now test.tar.gz is created
Extract test.tar.gz
tar xvfz test.tar...
Tuesday, 6 March 2012
Nagios Monitoring Server Installation & Configuration on RedHat 6/CentOS 6

Nagios Monitoring Server Installation & Configuration on
RedHat 6/CentOS 6
Download following packages nagios and nagios-plugin
Install following packages will be required for nagios
installation
Packages and versions used:
...
Friday, 2 March 2012
Mail Server Using Zimbra Collaboration Server On Red Hat 6

1.
1. Download
Zimbra Collaboration Suit(ZCS) From here(http://www.zimbra.com/downloads /os-downloads.html)
and download file for RED HAT 6
...