SSH在登录服务器后如何显示基础信息
时间:2021-05-22 08:40:48|栏目:Linux|点击: 次
前言
本文主要给大家介绍了SSH登录服务器后显示基础信息的相关内容,分享出来供大家参考学习,下面来看看详细的介绍:
方法如下:
安装landscape-common,可以在登录时候显示一些基础的信息,例如CPU内存占用等等
sudo apt-get install landscape-common
安装update-notifier-common,当有软件包更新的时候,会在SSH登录成功后提示用户
sudo apt-get install update-notifier-common
效果如下:
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-74-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage System information as of Mon Apr 24 11:20:30 CST 2017 System load: 0.08 Users logged in: 0 Usage of /: 44.2% of 39.25GB IP address for eth0: X.X.X.X Memory usage: 80% IP address for eth1: X.X.X.X Swap usage: 0% IP address for docker0: X.X.X.X Processes: 109 Graph this data and manage this system at: https://landscape.canonical.com/ 8 packages can be updated. 0 updates are security updates. Welcome to aliyun Elastic Compute Service!
总结
上一篇:安装CentOS 6.x报错"Disk sda contains BIOS RAID metadata"解决方法
栏 目:Linux
下一篇:Apache启动提示错误undefined symbol: libiconv_open解决方法
本文标题:SSH在登录服务器后如何显示基础信息
本文地址:http://www.codeinn.net/misctech/126448.html






