下载使用阿里云镜像源:wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
下载epel-release安装包
yum update
下载sl
sl
sl -alFc
设置别名:alias ls=sl
while true;do sl;done
ctrl+z结束
cowsay
cowsay -l 查看动物
cowsay -f kitty "hello"
猫
oneko
ctrl+z创建多只猫
ctrl+c结束
天气预报
能访问外网
curl http://wttr.in
yum install -y linux_logo
使用举例:
linux_logo -L 1
后面的数值范围为1到26
boxes盒子
boxes -l
echo "I am jia" | boxes -d dog -a hcvc
yes hello 无限输出
xeyes眼睛