1、Figlet字符画
Figlet可以将英文字符串以字符画的形式输出
安装
> yum install figlet -y
运行
> figlet rumenz.com
_ __ _ _ _ __ ___ ___ _ __ ____ ___ ___ _ __ ___
| '__| | | | '_ ` _ / _ '_ |_ / / __/ _ | '_ ` _
| | | |_| | | | | | | __/ | | |/ / | (_| (_) | | | | | |
|_| __,_|_| |_| |_|___|_| |_/___(_)______/|_| |_| |_|
2、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
3、Yes重复输出一句话
Yes 命令重复输出一句话:
> yes hello,world
hello,world
hello,world
hello,world
4、Sl小火车
安装
> yum install -y sl
运行
> sl
5、Cowsay会说话的牛
安装
> yum install cowsay -y
运行
> cowsay "rumenz.com"
____________
< rumenz.com >
------------
^__^
(oo)_______
(__) )/
||----w |
|| ||
// 查看支持的动物
> cowsay -l
//使用-f 参数切换小动物
> cowsay -f tux "我是一只小鸭子"
_________
< 我是一只小鸭子 >
---------
.--.
|o_o |
|:_/ |
//
(| | )
/'_ _/`
___)=(___/
6、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
7、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
8、Asciiview图片转换字符画
Asciiview命令可以将任意图片转换成字符画的形式输出,安装方法如下:
> sudo apt-get install aview imagemagick
> asciiview hepburn.pen
9、Hollywood好莱坞黑客的屏幕
安装
> sudo apt-get update
> sudo apt-get install byobu hollywood
运行
> sudo apt-get install hollywood
10、Ninvaders太空入侵者
安装
> sudo apt-get install ninvaders
运行
> ninvaders
好文推荐
欢迎关注 系统安全运维
原文始发于微信公众号(系统安全运维):Linux几个没用但是有趣的命令~
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论