๐ Excited to share a quick tutorial on configuring YUM during a minimal install of RHEL 9.2 and using the 'ifconfig' !
First, we will check
if not Installed then follow step by step
Navigate to the Root Directory and /etc:
cd /
cd etc/
mkdir /dvd
Mount the DVD:
mount /dev/cdrom /dvd
echo "mount /dev/cdrom /dvd" >> /etc/rc.d/rc.local
chmod +x /etc/rc.d/...
myblog.suman1 min read