Login Message (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 33: Zeile 33:
[https://linuxconfig.org/how-to-change-welcome-message-motd-on-ubuntu-18-04-server https://linuxconfig.org/how-to-change-welcome-message-motd-on-ubuntu-18-04-server]
[https://linuxconfig.org/how-to-change-welcome-message-motd-on-ubuntu-18-04-server https://linuxconfig.org/how-to-change-welcome-message-motd-on-ubuntu-18-04-server]


[http://www.kriblogapp1.appspot.com/linux/centos/how-to-change-welcome-message-or-banner-on-linux-centos.html http://www.kriblogapp1.appspot.com/linux/centos/how-to-change-welcome-message-or-banner-on-linux-centos.html]
[https://nickcharlton.net/posts/debian-ubuntu-dynamic-motd.html https://nickcharlton.net/posts/debian-ubuntu-dynamic-motd.html]
 
[http://patorjk.com/software/taag/#p=display&h=0&f=Big&t=Kirner Text to ASCII Generator (TAAG)]




Zurück zu [[Ubuntu#L (Server)|Ubuntu]]
Zurück zu [[Ubuntu#L (Server)|Ubuntu]]

Version vom 17. Februar 2020, 22:55 Uhr

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