Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of wiki.TerraBase.info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:44, 14 December 2025 Root talk contribs created page Cloning Rocky Linux 9 and Useful Commands to Use Afterwards (Created page with " General Info: <code>efibootmgr</code> Verbose Info: <code>efibootmgr -v</code> Change Boot Order: <code>sudo efibootmgr -o 0002,0001,0000</code> Delete and Entry: <code>efibootmgr -b 0003 -B</code> Add an Entry: <code>efibootmgr -c -d /dev/nvme0n1p1 -p 1 -L "ApacheTrafficH" -l '\EFI\ApacheTrafficH\grubx64.efi'</code>") Tag: Visual edit