--- titel: ubuntu已安裝的 tags: ubuntu,lib --- # 已安裝 ## 查 sensor是一個簡單的命令行實用程序,它顯示包括CPU在內的所有傳感器芯片的當前讀數。默認情況下,它預裝在一些Linux發行版種,如Ubuntu,如果沒有則按如下所示安裝。 * `sudo apt-get install lm-sensors` `sudo sensors-detect` ## 系統狀態監控 * Glances [官網](https://glances.readthedocs.io/en/latest/index.html) [用法](https://zhuanlan.zhihu.com/p/111396822) * `sudo apt install glances -y` ``` glances -c iqn.ddns.net -p 6060 glances -s -p 6060 ``` `glances` * Conky ## tldr 未知命令可以查看出一般常用功能 `sudo apt install tldr` tldr {{cmd}} # 系統信息工具 * neofetch 優秀終端顯示 Logo # ssh 後台執行 [nohup](https://www.opencli.com/linux/nohup-background-execute-command) [jobs]