如果要查詢主機相關的資訊,通常我們都會到關於查看到系統相關配置,在沒有GUI的主機中可能要查詢不同的資訊通常都需要使用不同的指令來實現,但原生的可能,不怎麽漂亮。
基礎的電腦配備資訊,可以透過安裝Neofetch實現:

安裝neofetch
sudo apt-get update #更新庫
sudo apt-get install neofetch #安裝neofetch
另外
CPU相關資訊,也可以透過安裝 cpufetch
Dr-Noob/cpufetch
Simple yet fancy CPU architecture fetching tool. Contribute to Dr-Noob/cpufetch development by creating an account on GitHub.
