centos 7 安装zabbix3.0

设置主机名: vi /etc/hosts 10.0.0.252zabbix-server hostnamectl set-hostnamezabbix-server 关闭防火墙: systemctl stop firewalld.service systemctl disable firewalld.service 关闭selinux: [root@localhost

升级CentOS 6.5中VIM7.2到VIM7.4

升级CentOS 6.5中VIM7.2到VIM7.4 查看是否安装: [root@localhost ~]# rpm -qa| grep vim vim-minimal-7.2.411-1.8.el6.x86_64 vim-common-7.2.411-1.8.el6.x86_64 vim-enhanced-7.2.411-1.8.el6.x86_64 [root@localhost ~]# rp

CentOS 修改hostname

跟着网上的改/etc/sysconfig/network 下的HOSTNAME, reboot 后名字又变回去了 解决办法: hostnamectl set-hostname name hostname 网络连接 vi /etc/hosts

Mysql必读CentOS下php使用127.0.0.1不能连接mysql的解决方法

介绍《Mysql必读CentOS下php使用127.0.0.1不能连接mysql的解决方法》开发教程,希望对您有用。

返回顶部