Skip to content

Instantly share code, notes, and snippets.

@sfloess
Last active October 12, 2023 18:59
Show Gist options
  • Save sfloess/571357b5b9deea7a47b592efe8293bb6 to your computer and use it in GitHub Desktop.
Save sfloess/571357b5b9deea7a47b592efe8293bb6 to your computer and use it in GitHub Desktop.
Helpful tips and tricks for RHEL Based Linux

RHEL Based Linux

Helpful tips and tricks for RHEL based Linux.

How-To

  • When booting headless, ensure console goes blank: grubby --update-kernel=ALL --args=consoleblank=[seconds]. For example: grubby --update-kernel=ALL --args=consoleblank=20
  • After login via ssh the "MOTD" prints twice: /etc/ssh/sshd_config: PrintMotd no

RHEL 8

  • The app createrepo is now in createrepo_c package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment