如何在终端中获取Ascii Ubuntu徽标


Answers:


23

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

在此处输入图片说明


10

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  
    

在此处输入图片说明


您是如何在屏幕获取上方的3d中显示您的名字的?
琼斯


哎嗨!您是如何获得以这种格式编写的Mateo的?
ritvik1512


3

一个简单的就是neofetch。它还显示ascii ubuntu其他信息。与安装

sudo apt install neofetch

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.