In this video I cover some of the things I do post install on a Fedora system.
OS update
$ dnf update
#install chrome
Set sudo wheel no password
$ sudo visudo
Block root on ssh
Disable dns lookups in sshd
Start and enable sshd
$ sudo systemctl start sshd
$ sudo systemctl enable sshd
Fix my bashrc
bind ‘”\e[A”: history-search-backward’
bind ‘”\e[B”: history-search-forward’
export HISTCONTROL=ignoreboth
export HISTSIZE=100000
Set up https://rpmfusion.org/
Disable ipv6
Disable screen saver password and power magnet for virtual guest
Tuned set virtual guest