前幾天我在手機上的一些 Linux 論壇上,人們使用終端機進行螢幕轉儲,每個人都有他們電腦的 ASCII 藝術,他們輸入了類似「screenfetch」或我不記得的東西。
答案1
Archey 是一個腳本,它在終端機中顯示系統訊息,並以 ASCII 藝術形式顯示 Linux 發行版的標誌。
在ubuntu中安裝Archey
sudo apt-get install lsb-release scrot
wget http://github.com/downloads/djmelik/archey/archey-0.2.8.deb
sudo dpkg -i archey-0.2.8.deb
使用阿奇
運行命令
archey
答案2
有screenfetch
- 它包含有關您正在使用的主題以及螢幕解析度的資訊。
從以下位置下載程式碼: http://git.silverirc.com/cgit.cgi/screenfetch.git/plain/screenfetch-dev
複製程式碼並將程式碼貼到 gedit 中的新檔案中,然後另存為
screenfetch
您的主資料夾中。跑步
chmod +x screenfetch
(確保您的終端定向到您的主資料夾)
然後:
./screenfetch
以下是有關該計劃的詳細信息https://github.com/KittyKatt/screenFetch
它還具有自動截圖的選項 - 如果您已scrot
安裝。
安裝scrot:
sudo apt-get install scrot
使用 -s 運行 screenfecth
./screenfetch -s
答案3
一個簡單的就是 neofetch。它還顯示 ascii ubuntu 一些其他資訊。安裝與
sudo apt install neofetch
答案4
screenfetch
在更新版本的 Ubuntu (>16.04) 上,您可以安裝 screenfetch來自官方儲存庫:
apt install screenfetch
- 官方代碼是在 GitHub 上。
- 也提供 PPA