您的当前位置:TAGS -> CentOs7
  • centos7网卡启动报错Failed to start LSB: Bring up/down networking.

    服务器2025年06月17日

    Job for network.service failed because the control process exited with error code问题 解决方法: 1、停止NetworkManager systemctl stop NetworkManager systemctl disable NetworkManager systemc...

  • centos7修改服务器时间

    服务器2025年06月17日

    修改服务器时间 date -s "2020-01-10 21:55:00" clock -w 1. 安装ntpdate工具 yum -y install ntp ntpdate 2. 设置系统时间与网络时间同步 ntpdate cn.pool.ntp.org 3. 将系统时间写入硬件时间= hwclock --systohc 4. 强制...

  • 在CentOS7中安装Docker并开一台CentOS8的容器

    服务器2025年06月17日

    第一步:首先安装docker yum install tmux yum install docker systemctl enable docker systemctl start docker 第二步:启动一台centos8 docker pull centos: docker rm -f centos8 docker run -itd --name c...

  • CentOS7 安装 OpenVZ7

    服务器2025年06月16日

    安装方法 yum install https://download.openvz.org/virtuozzo/releases/openvz-7.0.15-628/x86_64/os/Packages/k/kernel-tools-libs-3.10.0-1127.18.2.vz7.163.46.x86_64.rpm yum install https:/...

  • Centos7 安装mysql5.7.x

    服务器2025年06月15日

    centos7 x64 安装mysql5.7+ )使用Red Hat Enterprise Linux Select Version:5.7. Select Operating System:Red Hat Enterprise Linux / Oracle Linux Select OS Version:Red Hat Enterprise Linux ...

  • centos7编译安装zabbix的错误

    服务器2025年06月14日

    [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)这个是zabbix-server启动后,使用netstat -lntup查看不到10051端口,然后查看...

  • centos7通过yum安装MySQL

    服务器2025年06月14日

    ...

  • Centos7下安装部署MXNET

    服务器2025年06月12日

    Centos下安装MXNET,参考官方文档http://mxnet.io/get_started/setup.html#prerequisites, 一、安装python的mxnet步骤如下: #!/usr/bin/env bash ##############################################################...

  • Centos7更改屏幕显示率

    服务器2025年06月11日

    第一种,在虚拟机中安装VMwareTools,之后在虚拟机菜单栏"查看"这一项选择立即适应窗口。 第二种,修改/boot/grub2/grub.cfg配置文件,在终端输入su,输入密码, 执行以下指令: cd /boot/grub2 vi ./grub.cfg 找到linux16......Lang UTF-8之后按i进入插入模式,添加...

  • centos7 Failed to start iptables.service: Unit not found 防火墙

    服务器2025年06月11日

    在CentOS 7或RHEL 7或Fedora中防火墙由firewalld来管理 添加 firewall-cmd --zone=public --add-port=80/tcp --permanent (--permanent永久生效,没有此参数重启后失效) firewall-cmd --zone=public --add-port=1000-2000/t...