Login Message (Linux)
Noch in Bearbeitung
Servername
sudo apt-get install figlet
sudo vi /etc/update-motd.d/20-host
#!/bin/sh figlet -c `hostname`
sudo chmod a+x /etc/update-motd.d/20-host
___ ___ _ ____ _____ _ _|___ \ / __|/ _ \ '__\ \ / / _ \ '__|__) | \__ \ __/ | \ V / __/ | / __/ |___/\___|_| \_/ \___|_| |_____|
Links
https://linuxconfig.org/how-to-change-welcome-message-motd-on-ubuntu-18-04-server
https://nickcharlton.net/posts/debian-ubuntu-dynamic-motd.html
Zurück zu Ubuntu