Fedora 34
Add IP Information To issue File
Script: #!/bin/bash IP=${1:-`hostname -I`} # Add "IP ADDRESS" line if not already found grep "IP ...
Fedora Upgrade Procedure
(2022-02-08) Problem I want to upgrade from Fedora 34 to Fedora 35. Solution dnf -y --refresh upg...
Permanent Static Routing
(2021-06-15) Problem How do we set a static route entry to take effect at boot time without custo...
SSH Pubkey doesn't work
(2021-05-26) Problem userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth] ...
Test TLS version
(2021-10-06) Problem Does this device support TLS v1.0 (or 1.1 or 1.2 or 1.3) Solution $ openssl ...
VM under VMWare Player won't resize screen on drag
Problem A VM running under VMWare Player won't dynamically resize the "screen" on drag or full-sc...