figlet 可以将英文字符串以字符画的形式输出
> yum install figlet -y
> figlet rumenz.com
_ __ _ _ _ __ ___ ___ _ __ ____ ___ ___ _ __ ___
| '__| | | | '_ ` _ \ / _ \ '_ \|_ / / __/ _ \| '_ ` _ \
| | | |_| | | | | | | __/ | | |/ / | (_| (_) | | | | | |
|_| \__,_|_| |_| |_|\___|_| |_/___(_)___\___/|_| |_| |_|
> yum install aafire -y
> aafire
> 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 hello,world
hello,world
hello,world
hello,world
> yum install -y sl
> sl
> yum install cowsay -y
> cowsay "rumenz.com"
____________
< rumenz.com >
------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
// 查看支持的动物
> cowsay -l
//使用-f 参数切换小动物
> cowsay -f tux "我是一只小鸭子"
_________
< 我是一只小鸭子 >
---------
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
> 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
> yum install perl-Curses perl-ExtUtils-MakeMaker perl-Data-Dumper -y
> cd /tmp
> wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz
> tar -zxvf Term-Animation-2.6.tar.gz
> cd Term-Animation-2.6/
> perl Makefile.PL && make && make test
> make install
> cp asciiquarium /usr/local/bin
> chmod 0755 /usr/local/bin/asciiquarium
> asciiquarium
asciiview 命令可以将任意图片转换成字符画的形式输出,安装方法如下:
> sudo apt-get install aview imagemagick
> asciiview hepburn.pen
> sudo apt-get update
> sudo apt-get install byobu hollywood
> sudo apt-get install hollywood
> sudo apt-get install ninvaders
> ninvaders
> sudo apt-get install bastet
> bastet
原文链接:https://rumenz.com/rumenbiji/linux-useless-interesting.html
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。