dnf history
dnf history rollback {history id of wanting to go back}
dnf history undo {history id of wanting to undo}
dnf history undo last
ls -l | grep -v ^d > {file name for saving list}
cut -c 46- {file name for saving list}
mv /var/lib/dnf/history.sqlite history.sqlite_backup
rm -rf /var/lib/dnf/history.sqlite
dnf module info {mod_name}
dnf module list
dnf module enable {mod_name}
wget {URL}
dnf config-manager --enable {repo_name}
dnf config-manager --disable {repo_name}
dnf config-manager --add-repo {baseURL_of_repo}
:%s/module//n
:%g/module/d
:%s/(finding_pattern)/(changing_pattern)/(option) ex) :%s/"//g
:(start_line),(end_line)s/(finding_pattern)/(changing_pattern)/(option)
git config --system --unset credential.helper git config credential.helper store git pull