游戏乌班图

目录

 

输出图形字符

《黑客帝国》电影里满屏幕代码的“数字雨”


输出图形字符

1. 安装

$ sudo apt-get update
$ sudo apt-get install sysvbanner

2. 使用

@server:~$ banner 123
   #     #####   #####
  ##    #     # #     #
 # #          #       #
   #     #####   #####
   #    #             #
   #    #       #     #
 #####  #######  #####
@server:~$ printerbanner -w 20 123
     #
     ############
     #
      
     ###         #
     ##  #        #
     ##   ##      #
     ##    ###  ###
      #     #####
 
     ##          #
     #            #
     #      #     #
     ###  ## #####
       ####

《黑客帝国》电影里满屏幕代码的“数字雨”

1. 安装

$ sudo apt-get update
$ sudo apt-get install cmatrix

2. 使用

root@server:~# cmatrix

按q退出

按F11可以全屏显示。

3. 改变字体颜色

root@server:~# cmatrix -C blue     #颜色可以为:green, red, blue, white, yellow, cyan,magenta and black

猜你喜欢

转载自blog.csdn.net/qq_44932745/article/details/106393909