Skip to content

Instantly share code, notes, and snippets.

@Conobi
Created February 4, 2017 21:25
Show Gist options
  • Save Conobi/547202b8530b25c6313ed1f8158f87f4 to your computer and use it in GitHub Desktop.
Save Conobi/547202b8530b25c6313ed1f8158f87f4 to your computer and use it in GitHub Desktop.
Activer Neofetch comme motd
  1. Installer Neofetch https://github.com/dylanaraps/neofetch/wiki/Installation#ubuntu-1610-and-below

  2. Sous Ubuntu, désactiver les motd par défaut sudo chmod -x /etc/update-motd.d/*

  3. Dans ~/.profile (Ubuntu) ou ~/.bash_profile (le reste), mettre le contenu existant derrière des # et rajouter à la fin neofetch

  4. Dans /etc/ssh/sshd_config, mettre "PrintLastLog" à no

  5. Redémarrer le service ssh (service ssh restart)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment