How to display system infomation when login ubuntu

The terminal will show the follow infomation when login ubuntu with ssh.

Welcome to Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-45-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Mon Sep 23 09:01:45 HKT 2024

  System load:  0.59                Temperature:             49.0 C
  Usage of /:   69.2% of 216.50GB   Processes:               191
  Memory usage: 21%                 Users logged in:         1
  Swap usage:   0%                  IPv4 address for enp1s0: 172.16.1.1
Last login: Mon Sep 23 08:28:37 2024 from 172.16.1.2

How to display the system infomation when login? it’s a command called landscape-sysinfo, if you don’t have the commond, please install it with package named landscape-common.

ubuntu:~$ sudo apt update && sudo apt install landscape-common -y

Leave a Reply