如何在非服务器安装上获取服务器 MOTD

Fin*_*inn 10 server ssh landscape

有没有办法让我的 Ubuntu Alternate 安装上的 Ubuntu Server 安装出现花哨的 MOTD?像这样:

Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-12-server x86_64)

 * Documentation:  https://help.ubuntu.com/11.10/serverguide/C

  System information as of Sun Nov  6 00:38:01 PDT 2011

  System load:  0.0                Processes:           88
  Usage of /:   0.8% of 227.98GB   Users logged in:     0
  Memory usage: 14%                IP address for eth0: 10.13.37.147
  Swap usage:   0%

  Graph this data and manage this system at https://landscape.canonical.com/
Run Code Online (Sandbox Code Playgroud)

Zok*_*oke 11

将此作为答案发布,因为 Stefano Palazzo 认为这是一个好主意。

动态 MOTD 是 'landscape-common' 包的一部分。所以只需使用以下命令安装它:

sudo apt-get install landscape-common
Run Code Online (Sandbox Code Playgroud)