Centos 屏保特效

前端之家收集整理的这篇文章主要介绍了Centos 屏保特效前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Centos 屏保特效

提示:必须要确保虚拟机能够上网

安装wget下载工具

yum install wget -y

1、
生成动画:
2.安装epel源CENTOS6/7根据系统二选一
Centos 6:
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo

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

安装软件
yum install sl -y

执行sl生成动画
sl

Centos 屏保特效

休息时可以执行如下命令实现类似屏保的效果
while true;do sl;sleep 3;done

猜你在找的CentOS相关文章