linuxlogo
linuxlogo is a Linux command line utility that generates a color ANSI picture of logo with a few system information.
To use linuxlogo, simply type:
$ sudo apt install linuxlogo
$ linuxlogo
Useful Commands / Examples
There are several flags that can change the information or color of the command output.
-agenerate the linux logo without color-ualso display system uptime-lprint LOGO only and exclude all other System Information
Another interesting flag is -L. There are a lots of built-in logos for various Linux distributions, which can also be accessed and printed using -L flag.
-L listlist other built-in logos for various Linux distributions-L NUMprint logo with number NUM, where NUM is described in the list-L NAMEprint logo with name NAME, where NUM is described in the list
Example command
$ linuxlogo

$ linuxlogo -L 1

Visit here for more information.