Skip to main content

Posts

Fedora 33 Workstation installation screen capture

Just an itch, wanted to see how Fedora 33 Workstation looks like. For other versions see  here .

My Git cheat sheet

My Git cheat sheet Undo changes and remove untracked files c:\> git reset --hard HEAD c:\> git clean -fd Push local branch to remote c:\> git push -u origin feature/featurename Clone and checkout remote c:\> git clone --branch v1.3.9 --single-branch https://github.com/open62541/open62541.git To view the name of the head (detached like above) c:\> git show -s --pretty=%d HEAD

Installing QNX 6.5 on Hyper-V 2022

Installing QNX 6.5 on Hyper-V 2022 Create a VM in Hyper-V Remove all NICs and add a legacy network adapater Power up and install QNX 6.5 This assumes that the ISO was already mounted. It is important that DMA is abled by pressing d and then press ENTER key. After few seconds it should show something like below. Press F3 to install QNX into the HDD. Hereafter, default ( F1 ) selection should be OK. Once installation is complete, remove the ISO. Remember to disable DMA every time the VM is restarted.

Install Winget on Windows 2022 or Windows 10 LSTC

Install Winget on Windows 2022 or Windows 10 LTSC Install Pre-reqs Install Microsoft.UI.Xaml/2.7.3 Navigate to https://www.nuget.org/packages/Microsoft.UI.Xaml/2.7.3 , on the left side look for Download Package button to download microsoft.ui.xaml.2.7.3.nupkg. Using 7-zip, extract microsoft.ui.xaml.2.7.3.nupkg\microsoft.ui.xaml.2.7.3.nupkg\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.7.appx Install PS C:\>Add-AppxPackage .\Microsoft.UI.Xaml.2.7.appx Install Microsoft.VCLibs.140.00.UWPDesktop Download https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx Install PS C:\>Add-AppxPackage .\Microsoft.VCLibs.x64.14.00.Desktop.appx Install Winget Download Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle or any recent versions (tested using 1.6.2771) from Github Download license file 27abf0d1afe340e7a64fb696056b2672_License1.xml (should be one of the artifacts) from Github, the same URL from above. Install PS C:\cd ~/Downloads PS C:\Users\u1\Down

Fedora 32 Workstation installation screen capture

Just an itch, wanted to see how Fedora 32 Workstation looks like. For other versions see  here .