Top N things you should do after installing or upgrading to your new Fedora 36 workstation.
These are the steps I followed enable VirtualBox on my laptop without disabling UEFI Secure Boot. They're nearly identical to the process described on [Øyvind Stegard's blog][blog], save for a few key details. The images here are borrowed from the [Systemtap UEFI Secure Boot Wiki][systemtap].
- Install the VirtualBox package (this might be different for your platform).
src='https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo'
This file contains hidden or 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
// This list of common devices was put together from various online sources by me, Jan Keromnes. | |
// | |
// The device features are: | |
// - name: The device brand and model(s). | |
// - width: The viewport width. | |
// - height: The viewport height. | |
// - pixelRatio: The screen's pixel ratio (e.g. HiDPI > 1). | |
// - userAgent: The device's UserAgent string on the web. | |
// - touch: Whether the device's screen is touch-enabled. | |
// |