Rocky and RHEL Stuff: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 May 2024

3 May 2024

  • curprev 09:5409:54, 3 May 2024Chubbard talk contribsm 702 bytes +129 No edit summary
  • curprev 09:4609:46, 3 May 2024Chubbard talk contribs 573 bytes +573 Created page with "=== General notes and examples working with Rocky to remember === == Set Static IP == [https://devtutorial.io/how-to-configure-static-ip-address-on-rocky-linux-9-p3386.html| set static IP for Rocky 9] <pre> nmcli connection show sudo nmcli connection modify enp0s3 ipv4.addresses 192.168.1.30/24 sudo nmcli connection modify enp0s3 ipv4.gateway 192.168.1.1 sudo nmcli connection modify enp0s3 ipv4.dns 8.8.8.8 sudo nmcli connection modify enp0s3 ipv4.method manual sudo nmcl..."