查看 Linux 系统信息的方法有很多,但本篇介绍的方法是以一种比较有逼格的方式获取这些信息。

安装 neofetch

Debian/Ubuntu

1
2
sudo apt update
sudo apt install neofetch

CentOS 8

1
2
sudo dnf install epel-release
sudo dnf install neofetch

CentOS 7

1
2
3
sudo yum install epel-release
sudo curl -o /etc/yum.repos.d/konimex-neofetch-epel-7.repo https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo
sudo yum install neofetch

其他系统安装请参考:月灯依旧

使用

1
neofetch

参考文献

  1. CentOS 7 安装 neofetch
  2. Install Neofetch and Screenfetch on CentOS 8
  3. 怎样在 Linux 上安装和使用 Neofetch (RHEL /CentOS / Arch)