Linux
Linux Commands Examples
find Search files and folders crontab Schedules the jobs ls Directory listing iptables Firewall netstat Connection status
How to transfer files between linux and windows over ssh
1- how to transfer files between linux servers over ssh #scp source username@destination ip:/destination path For example :- I want to transfer files from ...
SSH Session recording script
SSH Session recording script If you want to record your root ssh session create a file .bash_profile . and copy below line by line ...
Backup in Linux
Backup in Linux $ tar cvf backup.tar . C = create an archive V = verbose mode f = file name . = current ...
How to install ntop on CentOS
How to install ntop on CentOS Follow the following steps 1- Install rpmforge repository: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge Choose your CentOS vesion and install rpmforge repository 2- ...
How to Bind Multiple IP Addresses to a Single Network Interface Card (NIC)
How to Bind Multiple IP Addresses to a Single Network Interface Card (NIC) Network card information are located in /etc/sysconfig/network-scripts/. Go into that directory. cd ...
Step by Step Cacti installation for Monitoring on Cent OS
Step by Step Cacti installation for Monitoring on Cent OS Login as root Create the yum repository to install cacti through yum #cd /var ...
How to install SNMP client on Cent OS / Linux
How to install SNMP client on Cent OS / Linux Login as root # yum install net-snmp-utils Rename the snmpd.conf # mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.org ...