Refer: https://askubuntu.com/questions/1310285/always-on-top-option-missing-for-firefox-chrome-in-18-04
Use super + right click on the top bar (instead of just right click) and you can see the always on top option.

Technical notes, and other ideas.
Refer: https://askubuntu.com/questions/1310285/always-on-top-option-missing-for-firefox-chrome-in-18-04
Use super + right click on the top bar (instead of just right click) and you can see the always on top option.
Video Explanation: https://youtu.be/VapEEf4k7Eo?si=rOk2QSMYlivYizJw
Refer: https://schneegans.de/windows/unattend-generator/
Preheat your toaster oven to 375°F (190°C).
Enjoy your simple and delicious meatloaf made in a toaster oven!
Adjust the time as needed based on the size of the meatloaf slice and your toaster oven's performance.
Refer; https://linuxcapable.com/how-to-install-bottles-on-ubuntu-linux/
Install Flatpak for Bottles Installation (Skip if Installed)
Begin by installing Flatpak, which the package manager requires for bottles. If Flatpak is already in your system, you can skip this step.
sudo apt install flatpak -y
reboot
Enable Flathub for Bottles Installation
To proceed with the installation of Bottles, enable Flathub repository with the following command:
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Finally, install Bottles using Flatpak. Run the command below in your terminal:
flatpak install flathub com.usebottles.bottles -y
Launch Bottles from the command line or through the GUI
flatpak run com.usebottles.bottles
This command instantly activates Bottles, providing immediate access to its features. Using the command line for launching applications like Bottles is a direct approach many users favor for its speed and simplicity.
For those who prefer a graphical user interface (GUI), Bottles can be launched without using the command line. Follow these steps to open Bottles through the GUI:
Work through the settings, it seems like have an installer is a good thing.
Setting, to prevent laptop from suspending when lid closed
sudo apt-get install gnome-tweaks
Open up Tweaks, it's the first option.
Run the following PowerShell as an Admin:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
The screen was a bit wierd, it detected two monitor, and changed the setting to a single image.
The audio was quite low, how to turn it up.
$299 for E22
https://store.segway.com/segway-ninebot-kickscooter-e22
$128.99 for Battery Pack
https://store.segway.com/ninebot-segway-kickscooter-external-battery-pack-es3-es3-plus-es4
Basic Tutorial
Video: https://www.youtube.com/watch?v=9Jgty4QDtss
Fusion 360 allows you to import SVG files, since I'm not that familiar with Illustrator, you can perform the following steps.
Always would see the following error mesage on the Power Settings
Performance mode temporarily disabled due to high operating temperature.
Refer: https://askubuntu.com/questions/1419396/how-to-force-enable-performance-mode-in-ubuntu-22-04
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Enable with this program instead.
sudo apt update
sudo apt install cpupower-gui
cpupower-gui
Check to see what's the setting
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor