How to Get ASCII Ubuntu Logo in Terminal

command line

I was on some linux forum the other day on my phone and people where screen dumping using terminal and everyone had ascii art of their computers they typed something like "screenfetch" or something I don't remember.

Best Answer

Archey is a script that displays system info in the terminal with a logo of this the Linux distro in ASCII art.

Install Archey in ubuntu

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 

Using Archey

run the command

archey

enter image description here

Related Question