Cenos7安装小火车程序动画


一:替换安装源

#先安装一下 epel源,因为安装包在epel源中。

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

root@www \~\]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo --2023-09-01 18:51:36-- http://mirrors.aliyun.com/repo/epel-7.repo 正在解析主机 mirrors.aliyun.com (mirrors.aliyun.com)... 2409:8c14:f05:1202:3::3f7, 2409:8c14:f05:1201:3::3dd, 2409:8c14:f05:1202:3::3f6, ... 正在连接 mirrors.aliyun.com (mirrors.aliyun.com)\|2409:8c14:f05:1202:3::3f7\|:80... 已连接。 已发出 HTTP 请求,正在等待回应... 200 OK 长度:664 \[application/octet-stream

正在保存至: "/etc/yum.repos.d/epel.repo"

二: 安装sl命令软件

[root@www ~]# yum install sl -y
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.bupt.edu.cn
* extras: mirrors.bupt.edu.cn
* updates: mirrors.ustc.edu.cn
epel | 4.7 kB 00:00:00
(1/3): epel/x86_64/group_gz | 99 kB 00:00:00
(2/3): epel/x86_64/updateinfo | 1.0 MB 00:00:00
(3/3): epel/x86_64/primary_db | 7.0 MB 00:00:01
正在解决依赖关系
--> 正在检查事务
---> 软件包 sl.x86_64.0.5.02-1.el7 将被 安装
--> 解决依赖关系完成

依赖关系解决

三: 执行一下这个小火车命令 sl

查一下帮助发现,这个命令还有一些参数可以用

SL(1) General Commands Manual SL(1)

NAME

sl - cure your bad habit of mistyping

SYNOPSIS

sl [ -alFc ]

DESCRIPTION

sl is a highly advanced animation program for curing your bad habit of mistyping.

-a An accident is occurring. People cry for help.

-l Little version

-F It flies like the galaxy express 999.

-c C51 appears instead of D51.

SEE ALSO

ls(1)

BUGS

It sometimes lists directory contents.

AUTHOR

Toyoda Masashi (mtoyoda@acm.org)


-a 生成一个小人正在呼救的火车

-l 生成一个细长的火车

-F 它飞起来像银河快车 999

-c 出现的是 C51 而不是 D51。

如果输入 sl -alFc


相关推荐
别猜别猜了5 分钟前
Linux操作系统02
linux·运维·服务器
C++ 老炮儿的技术栈21 分钟前
Visual Studio 2022 MFC Dialog 添加Toolbar及Tips提示
服务器·c语言·数据库·c++·ide·算法·visual studio
阿巴~阿巴~21 分钟前
实战Linux进程状态观察:R、S、D、T、Z状态详解与实验模拟
linux·运维·服务器
天高云淡ylz25 分钟前
各类电子设备镜像格式及文件系统统计
linux·windows·risc-v
vivo互联网技术35 分钟前
vivo Pulsar 万亿级消息处理实践(3)-KoP指标异常修复
java·大数据·服务器·后端·kafka·消息队列·pulsar
南川琼语43 分钟前
Linux——I/O复用
linux·运维·服务器
cui_win1 小时前
【网络】Linux 内核优化实战 - net.ipv4.tcp_ecn
linux·网络·tcp/ip
柳如烟@1 小时前
零基础,使用Idea工具写一个邮件报警程序
java·服务器·前端
IT摆渡者1 小时前
网络安全护网实战:攻击手段解析与防御策略
运维·网络·经验分享
巫山老妖1 小时前
Linux流量分析:tcpdump&wireshark
linux·嵌入式