Centos 屏保特效
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
休息时可以执行如下命令实现类似屏保的效果:while true;do sl;sleep 3;done
以上是关于Centos 屏保特效的主要内容,如果未能解决你的问题,请参考以下文章