Ubuntu 20.04.2 LTS with a 460.80 Nvidia Driver Just did an upgrade from 5.8.0-59-generic to 5.8.0-63-generic kernel last night and this morning my monitor connected to the VGA port on the card failed to work sudo lshw -c video *-display description: VGA compatible...
Linux
VMWare Workstation Pro on Ubuntu 20.04 – Running an encrypted VM at login
Create a dot desktop file ( ~/.config/autostart/start-windows-10.desktop) [Desktop Entry] Name=Run Windows 10 Pro at Login GenericName=windows-10-start Comment=Run Windows 10 Pro at Login Exec=vmrun -T ws -vp "Your-VM-Password" start...
Stop New Kernels Becoming the Default – Fedora 32
I have 2 things that require I stay on the current version of my Fedora 32 kernel NVidia proprietary driver that doesn't seem to auto install despite being dkms enabledVMware® Workstation 15 Pro version 15.5.6 build-16341506 which won't run on kernels later than...
Password Safe .desktop File
Been struggling to come to terms with Gnome Shell removing the Windows System Tray functionality Have installed some extensions to get tray icons showing sudo dnf install gnome-shell-extension-topicons-plus sudo dnf install gnome-shell-extension-appindicator sudo dnf...
NTTTCP Windows – Linux both directions
https://docs.microsoft.com/en-us/azure/virtual-network/create-vm-accelerated-networking-powershell#supported-vm-instances SendReceiveWindowsLinuxntttcp -s -m 4,*,192.168.1.5 -nsntttcp -r -m 4,*,192.168.1.5 -NLinuxWindowsntttcp -s -m 4,*,192.168.1.4 -Nntttcp -r -m...
Fedora 25 Kernel Upgrade Breaks MacBook Pro WiFi
https://ask.fedoraproject.org/en/question/71227/how-to-keep-fedora-22-updates-from-breaking-broadcom-bcm4312-wireless/ The fix is to boot to the latest kernel and run
Installing Fedora 25 on Macbook Pro
My Log of getting Fedora 25 Running on my Macbook Pro After being on a MacOS for about 2 years I've just this week built the courage to blow the install away and install Fedora on the bare metal. What follows are my notes on the things that I have been tweaking as I...
nginx suddenly can’t proxy to non-standard ports – Boolean SeLinux
I did an upgrade recently and suddenly nginx wasn't forwarding requests to remote hosts on non-standard ports.... this was on a CentOS host which had seLinux enabled. Turn seLinux off temporarily setenforce 0 Does nginx now work proxying to non-standard ports? Turn it...