Automate Root Password Change using Ansible Playbook
Updating/Changing the root user’s password is a routine task being performed by every Linux administrator in any organization. Earlier people used to accomplish this task using a script.
Updating/Changing the root user’s password is a routine task being performed by every Linux administrator in any organization. Earlier people used to accomplish this task using a script.
1) How to execute a Linux cron job every second using Crontab? Answer: You cannot schedule a every-second cronjob. In …
Today, I come across a situation where, an application guy hit chmod command in wrong way. He hit below command where …
We all know that it is possible to update the kernel with a server reboot but, a restart is needed in order to make use …
1) What are Booleans? Answer: Booleans are SELinux policy rules which changes behaviour of selinux policies. Booleans …
tar is a commonly used command to create archive files. TAR stands for Tape ARchive. It is important to note that tar is …
Today, I came across a situation where I had to write a task in an ansible playbook to delete the contents of …
Below Playbook can be used to migrate any RHEL6 or RHEL7 server from Satellite version 5 to Satellite version 6.
Today, I was told to remove a domain group from the active directory. However, there were files/directories owned by …
Today, I come across a situation where I had to increase the size of lvm partition without adding a new virtual disk.
Today, I came across a situation where I was writing a script for automation. In the script, I had to append a line to …