- 通外网
- 下载使用阿里云镜像源:wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
- (方法1)下载epel-release安装包:rpm -vih http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm (自己查找epel包并修改到此处)
找寻对应包:rpm -vih http://dl.fedoraproject.org/pub/epel/
- (方法2)官方下载源:wget http://mirror.centos.org/centos/7/extras/x86_64/Packages/epel-release-7-11.noarch.rpm
再 yum install -y epel-release-7-11.noarch.rpm
找寻对应源:http://mirror.centos.org/
下载sl 火车
sl
sl -alFc
设置别名:alias ls=sl
while true;do sl;done
ctrl+z结束
下载cowsay 牛
cowsay -l 查看动物
cowsay -f kitty "hello"
下载oneko 猫
oneko
oneko & 创建多只猫
one -dog 创建狗
oneko -tora一只像白老虎条纹的猫
-tofocus:让猫在获得焦点的窗口顶部奔跑。当获得焦点的窗口不在视野中时,猫像平常那样追逐老鼠。
-position 坐标 :指定X和Y来调整猫相对老鼠的位置
-rv:将前景色和背景色对调
-fg 颜色 : 前景色 (比如 oneko -dog -fg red)。
-bg 颜色 : 背景色 (比如 oneko -dog -bg green)
man 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眼睛