This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oracle Linux 9: fix boot issue with message `a start job is running for /dev/mapper/ol-home`: | |
`mv /etc/lvm/devices/system.devices{,.bak}` | |
Full refernece of why LVM is causing this issue: https://docs.rockylinux.org/release_notes/9_2/#upgrading |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Important: backup all your keys first | |
openssl rsa -in key.cer -pubout -out key.pem | |
ssh-keygen -i -m PKCS8 -f key.pem > key.pub |