Linux几个没用但是有趣的命令~

admin 2022年5月16日01:12:31评论36 views字数 2117阅读7分3秒阅读模式

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

Linux几个没用但是有趣的命令~

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

Linux几个没用但是有趣的命令~

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

Linux几个没用但是有趣的命令~

8、Asciiview图片转换字符画

Asciiview命令可以将任意图片转换成字符画的形式输出,安装方法如下:

> sudo apt-get install aview imagemagick
> asciiview hepburn.pen

Linux几个没用但是有趣的命令~

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几个没用但是有趣的命令~


Linux几个没用但是有趣的命令~

好文推荐

Linux几个没用但是有趣的命令~


应急响应的基本流程(建议收藏)

渗透测试面试近期热门题

干货|安全工程师面试题汇总

渗透工程师常用命令速查手册

Web常见漏洞描述及修复建议

流量分析与日志溯源的个人理解

规范报告中的漏洞名称以及修复建议

应急响应 | 7款WebShell扫描检测查杀工具

11个步骤完美排查Linux机器是否已经被入侵


欢迎关注 系统安全运维

原文始发于微信公众号(系统安全运维):Linux几个没用但是有趣的命令~

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2022年5月16日01:12:31
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Linux几个没用但是有趣的命令~http://cn-sec.com/archives/1003237.html

发表评论

匿名网友 填写信息