Centos7下yum安装ffmpeg

安装nux-dextop 源sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm 安装所需软件yum install -y automake autoconf libtool gcc gcc-c++ 安装ffmpegyum install ffm

Centos更换阿里云yum源

备份原有的yum源文件mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 下载阿里云CentOS-Base.repoCentos 5wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.rep

搭建简单的网站状态监控面板

说明最近hostloc的大佬发布一款用于监测网站运行状态的源码,使用的是基于UptimeRobot网站的API keyUptimeRobot免费版可以自行添加50个网站的监控,每五分钟进行一次测试,具体的可以前往官网查询;演示: https://status.org.cn/GitHub:https://github.com/yb/uptime-status获取API KEY首先前往 https:/