figlet 字符畫
figlet 可以將英文字串以字符畫的形式輸出
安裝
> yum install figlet -y
運行
> figlet rumenz.com
_ __ _ _ _ __ ___ ___ _ __ ____ ___ ___ _ __ ___
| '__| | | | '_ ` _ \ / _ \ '_ \|_ / / __/ _ \| '_ ` _ \
| | | |_| | | | | | | __/ | | |/ / | (_| (_) | | | | | |
|_| \__,_|_| |_| |_|\___|_| |_/___(_)___\___/|_| |_| |_|
aafire 火焰
安裝
> yum install aafire -y
運行
> aafire

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

cowsay 會說話的牛
運行
安裝
> yum install cowsay -y
運行
> cowsay "rumenz.com"
____________
< rumenz.com >
------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
// 查看支持的動物
> cowsay -l
//使用-f 引數切換小動物
> cowsay -f tux "我是一只小鴨子"
_________
< 我是一只小鴨子 >
---------
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
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

asciiquarium 水族館
安裝
> 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 圖片轉換字符畫
asciiview 命令可以將任意圖片轉換成字符畫的形式輸出,安裝方法如下:
> sudo apt-get install aview imagemagick
> asciiview hepburn.pen

hollywood好萊塢黑客的螢屏
安裝
> sudo apt-get update
> sudo apt-get install byobu hollywood
運行
> sudo apt-get install hollywood

ninvaders 太空入侵者
安裝
> sudo apt-get install ninvaders
運行
> ninvaders

bastet 俄羅斯方塊
安裝
> sudo apt-get install bastet
執行
> bastet

原文鏈接:https://rumenz.com/rumenbiji/linux-useless-interesting.html
微信公眾號:入門小站
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/354641.html
標籤:其他
下一篇:STM32中斷,使LED燈亮與滅和串口中斷以及STM32采用串口DMA方式,用115200bps或更高速率向上位機連續發送資料。
