有趣的Linux
欢乐时光就要开始了!
sl
以centos8 2004为例
1、设置epel源
[23:06:36 root@Centos8 ~]#vim /etc/yum.repos.d/Centos-8.repo
2、安装
yum -y install sl
3、运行
[23:06:47 root@Centos8 ~]#sl
4、参数
-a : 似乎发生了意外。你会为那些哭喊求助的人们感到难过。
-l : 显示小一点的火车
-F : 它居然飞走了
-e : 允许被 Ctrl+C 中断
cowsay
1、安装
yum -y install cowsay
2、运行
cmatrix
安装相关包
dnf install gcc make autoconf ncurses-devel
下载并解压缩包
wget https://github.com/abishekvashok/cmatrix/releases/download/v2.0/cmatrix-v2.0-Butterscotch.tar
tar xvf cmatrix-v2.0-Butterscotch.tar
配置
./configure --prefix=/apps/cmatrix
编译并安装
make && make install
配置环境
ln -sv /apps/cmatrix/bin/cmatrix /usr/local/bin/
运行
未完待续,欢乐续杯……