有趣的 CentOS 7 命令
有趣的 CentOS 7 命令CentOS 7 版本命令cmatrix : 电影《黑客帝国》的字符串雨下载安装运行帮助文档sl : 火车依赖安装运行htop : 图形化性能检测工具依赖安装运行cowsay : 一头牛依赖安装运行sudo rm -rf /* : 终结者(开个玩笑。 千万别运行哈 ~~)CentOS 7 版本操作系统:CentOS Linux release 7.6.1810 (Co
·
有趣的 CentOS 7 命令
CentOS 7 版本
操作系统:CentOS Linux release 7.6.1810 (Core)
命令
cmatrix : 电影《黑客帝国》的字符串雨
实现效果 : 在电影《黑客帝国》中,出现的电脑屏幕字符串雨。
下载
版本 : cmatrix-1.2a.tar.gz
安装
安装依赖(编译的时候需要用)
yum -y install ncurses* gcc gcc-c++
上传压缩包后,在压缩包所在的目录,解压文件
tar zxvf cmatrix-1.2a.tar.gz -C /usr/src/
进入解压的目录,例子中使用的目录 /usr/src/cmatrix-1.2a
,配置&编译
./configure && make && make install
运行
cmatrix
效果
PS : 在运行的时候按下面这些按键,及可以实现的效果
- 改变 字体亮度
a B b n - 改变 字体颜色
! @ # $ - 改变 速度
0 1 2 3 4 5 6 7 8 9
帮助文档
cmatrix -help
结果显示
Usage: cmatrix -[abBfhlsVx] [-u delay] [-C color]
-a: Asynchronous scroll
-b: Bold characters on
-B: All bold characters (overrides -b)
-f: Force the linux $TERM type to be on
-l: Linux mode (uses matrix console font)
-o: Use old-style scrolling
-h: Print usage and exit
-n: No bold characters (overrides -b and -B, default)
-s: "Screensaver" mode, exits on first keystroke
-x: X window mode, use if your xterm is using mtx.pcf
-V: Print version information and exit
-u delay (0 - 10, default 4): Screen update delay
-C [color]: Use this color for matrix (default green)
sl : 火车
实现效果 : 一辆呼啸而过的火车。
依赖
需要安装epel-release源
yum install -y epel-release
安装
yum install -y sl
运行
sl
结果
htop : 图形化性能检测工具
实现效果 : Linux 操作系统的图形化性能检测工具,如果类比的话相当于 Windows 操作系统的任务管理器。
依赖
需要 epel-release源
yum install -y epel-release
安装
yum install htop
运行
htop
结果
cowsay : 一头牛
实现效果 : 可以打印出来一头牛,并且可以指定让这头牛说任意的话语。
依赖
需要 epel-release源
yum install -y epel-release
安装
yum -y install cowsay
运行
cowsay "hello world"
结果
sudo rm -rf /* : 终结者(开个玩笑。 千万别运行哈 ~~)
开个玩笑。 千万别运行哈 ~~
开个玩笑。 千万别运行哈 ~~
开个玩笑。 千万别运行哈 ~~
开个玩笑。 千万别运行哈 ~~
开个玩笑。 千万别运行哈 ~~
开个玩笑。 千万别运行哈 ~~
更多推荐
已为社区贡献1条内容
所有评论(0)