服务查看启动
服务启动、停止和重启
service xxx start
service xxx stop
service xxx restart
服务状态查看
systemctl status xxx
当然也可以用systemctl 对服务启动、停止和启动
systemctl start xxx
systemctl stop xxx
systemctl restart xxx
服务启动、停止和重启
service xxx start
service xxx stop
service xxx restart
服务状态查看
systemctl status xxx
当然也可以用systemctl 对服务启动、停止和启动
systemctl start xxx
systemctl stop xxx
systemctl restart xxx
原因是因为zabbix没有支持中文的字体,在win找到一个中文字体文件名是:simkai.ttf把这个文件复制到服务器的/usr/share/zabbix/fonts 路径下然后修改zabbix的配置文件vim /us...
执行 setenforce 0再次启动systemctl restart httpdOK 搞定...
curPath=$(readlink -f "$(dirname "$0")") echo $curPath #或者 curPath=$(dirname $(readli...
服务器之间拷贝文件是十分常见的操作但是有时候会遇见一个问题,拷贝的速度是相当的缓慢。遇见问题就开始分析问题影响网络网络传输有:服务器a和b、服务器网卡A和B、网线、交换机、路由器由于服务器a和b在同一台交换机不考虑路由器的因素查看服务器网卡...
git rm -r --cached . git add . git commit -m "update .gitignore" git status查看是否是"working di...
yum update 跟apt-get update 不一样centos的yum update相当于ubuntu的apt upgrade如果想用ubuntu的apt update,centos是yum makecache因为执行yum -y...