Personalizando o motd do Debian com o neofetch
O Neofetch é uma melhoria do Screenfetch, um monitor de recursos do Linux e melhor descrito em https://edpsblog.wordpress.com/ #Instalar: apt update apt install neofetch #para testar: neofetch #Para usar no motd (tela inicial, após logar no SSH): echo "neofetch" >> /etc/profile.d/mymotd.sh && chmod +x /etc/profile.d/mymotd.sh #Editando e personalizando as informações que ele exibe: cp ~/.config/neofetch/config.conf ~/.config/neofetch/config.conf.original vim ~/.config/neofetch/config.conf Veja mais em: https://github.com/dylanaraps/neofetch/wiki/Customizing-Info https://askubuntu.com/questions/853624/neofetch-custom-config-file-what-is-required-config-file-format https://linuxconfig.org/how-to-display-system-information-with-neofetch