figlet 字符画

figlet 可以将英文字符串以字符画的形式输出

# 安装
yum install figlet -y

# 运行
figlet rumenz.com
                                                          
 _ __ _   _ _ __ ___   ___ _ __  ____  ___ ___  _ __ ___  
| '__| | | | '_ ` _ \ / _ \ '_ \|_  / / __/ _ \| '_ ` _ \ 
| |  | |_| | | | | | |  __/ | | |/ / | (_| (_) | | | | | |
|_|   \__,_|_| |_| |_|\___|_| |_/___(_)___\___/|_| |_| |_|

aafire 火焰

# 安装
yum install aafire -y
# 运行
aafire

ee77d53dd92d418ea700fe708f5d7a65.gif

fortune 随机句子

# 安装
yum install fortune-mod
# 运行
fortune
We only acknowledge small faults in order to make it appear that we are
free from great ones.
                -- La Rouchefoucauld

yes 重复输出一句话

yes 命令重复输出一句话:

> yes hello,world
hello,world
hello,world
hello,world

sl 小火车

# 安装
> yum install -y sl
# 运行
> sl

526f6563186945c690fa8213c97006ee.gif

cmatrix 黑客帝国

# 安装
> wget https://jaist.dl.sourceforge.net/project/cmatrix/cmatrix/1.2a/cmatrix-1.2a.tar.gz
tar -zxvf cmatrix-1.2a.tar.gz
cd cmatrix-1.2a
./configure && make && make install
# 运行
> cmatrix 

dcdeb0905c214f6eb5c321cdf057fcf9.gif

asciiview 图片转换字符画

# asciiview 命令可以将任意图片转换成字符画的形式输出,安装方法如下:
> sudo apt-get install aview imagemagick
> asciiview hepburn.pen

image.png