Rocky Linux Installation previously CentOS: Difference between revisions

mNo edit summary
mNo edit summary
Line 32: Line 32:
</syntaxhighlight>
</syntaxhighlight>


*Webmin Old (now there's a repository available): Install Webmin RPM via Yum (it will also install dependencies automatically)
*Webmin Old (now there's a repository available): Install Webmin RPM via Yum (it will also install dependencies automatically);
**curl -o setup-repos.sh <nowiki>https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh</nowiki>
**sh setup-repos.sh


==Rocky Linux 9 (New Stuff)==
==Rocky Linux 9 (New Stuff)==
Line 127: Line 129:
***<code>...then in /etc/default/grub: GRUB_CMDLINE_LINUX="net.ifnames=0"</code>
***<code>...then in /etc/default/grub: GRUB_CMDLINE_LINUX="net.ifnames=0"</code>
***<code>...then: grub2-mkconfig /boot/grub2/grug.cfg</code>
***<code>...then: grub2-mkconfig /boot/grub2/grug.cfg</code>
***<code>...then make sure the Hardware Address is defined in ifcfg-ethX: HWADDR=WhatEverMACAddress</code>  
***<code>...then make sure the Hardware Address is defined in ifcfg-ethX: HWADDR=WhatEverMACAddress</code>
**<code>mv /etc/sysconfig/network-scripts/ifcfg-enp2s0 /etc/sysconfig/network-scripts/ifcfg-eth0/</code>
**<code>mv /etc/sysconfig/network-scripts/ifcfg-enp2s0 /etc/sysconfig/network-scripts/ifcfg-eth0/</code>
**<code>nano /etc/sysconfig/network-scripts/ifcfg-eth0: DEVICE=eth0 (NAME Directive too if present)</code>
**<code>nano /etc/sysconfig/network-scripts/ifcfg-eth0: DEVICE=eth0 (NAME Directive too if present)</code>