Configuring ISCSI initiator in Linux
Internet Small Computer System Interface is a Storage Area Network
(SAN) protocol,It is an Internet Protocol (IP)-based storage networking
standard for linking data storage facilities. By carrying SCSI commands over IP
ne…Read More
USER MANAGEMENT BASICS
HERE I AM INTRODUCING SOME USER COMMAND AND THEIR USE IN OURDAILY USER ADMINISTRATION
useradd - for adding users to your linux machine
syntax : useradd -[option] [$username]
the main options are as listed below…Read More
SIMPLE INCREMENTAL BACKUP USING rsync COMMANDBackups can be classified to two types.They are
1)Full backup
The entire data will be backup will be taken every time
2)Incremental backup
Incremental backup take the full backup at the first time ,from the second ti…Read More
Ansible server Installation on Centos ( Not ansible tower)
Ansible is a free-software platform for configuring and managing computers which combines multi-node software deployment, ad hoc task execution, and configuration management. It manages nodes (Linux nodes must have Python 2.…Read More