如何在終端機中取得 Ascii Ubuntu 徽標

如何在終端機中取得 Ascii Ubuntu 徽標

前幾天我在手機上的一些 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- 它包含有關您正在使用的主題以及螢幕解析度的資訊。

  1. 從以下位置下載程式碼: http://git.silverirc.com/cgit.cgi/screenfetch.git/plain/screenfetch-dev

  2. 複製程式碼並將程式碼貼到 gedit 中的新檔案中,然後另存為screenfetch您的主資料夾中。

  3. 跑步

    chmod +x screenfetch  
    

    (確保您的終端定向到您的主資料夾)

  4. 然後:

    ./screenfetch
    

以下是有關該計劃的詳細信息https://github.com/KittyKatt/screenFetch

在此輸入影像描述


它還具有自動截圖的選項 - 如果您已scrot安裝。

  1. 安裝scrot:

    sudo apt-get install scrot
    
  2. 使用 -s 運行 screenfecth

    ./screenfetch -s  
    

在此輸入影像描述

答案3

一個簡單的就是 neofetch。它還顯示 ascii ubuntu 一些其他資訊。安裝與

sudo apt install neofetch

答案4

screenfetch

在更新版本的 Ubuntu (>16.04) 上,您可以安裝 screenfetch來自官方儲存庫

apt install screenfetch

相關內容