Yum repository on local machine If you want to install software/packages after installation of linux (CentOS, Fedora etc.). You can create…
Script to delete a line from a file if it have a particular pattern sed -i "/"pattern"/d" filename find /home/…