web-dev-qa-db-ja.com

非サーバーインストールでサーバーMOTDを取得する方法

Ubuntu代替インストールのUbuntuサーバーインストールで表示される派手な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/
10
Finn

Stefano Palazzoがそれは良い考えだと思ったので、これを回答として投稿しました。

動的MOTDは、「landscape-common」パッケージの一部です。以下を使用してインストールするだけです。

Sudo apt-get install landscape-common
11
Zoke