系统环境要求 centos7,yum源正常使用,ip设置为:192.168.8.201; LAMP环境配置 ###软件环境设置systemctl disable firewalld;systemctl stop firewalld;systemctl status firewalldsetenfor ...
分类:
Web程序 时间:
2020-07-12 16:54:30
阅读次数:
66
systemctl命令: 1、启动防火墙 systemctl start firewalld.service 或 systemctl start firewalld 2、关闭防火墙 systemctl stop firewalld.service 或 systemctl stop firewalld ...
分类:
系统相关 时间:
2020-07-12 10:40:13
阅读次数:
90
环境:centos7、三个主节点的kubernetes 1、关闭selinux、firewalld、swap2、修改主机名称 hostnamectl set-hostname master13、更新系统时间 timedatectl set-timezone Asia/Shanghai 4、上传文件( ...
分类:
Web程序 时间:
2020-07-10 18:59:21
阅读次数:
167
Description Name: Hackademic: RTB2 Date release: 6 Sep 2011 DHCP service: Enabled IP address: Automatically assign Task:get root and read the file key ...
分类:
其他好文 时间:
2020-07-10 17:09:19
阅读次数:
93
ip配置 ifconfig 查看 cd /etc/sysconfig/network-scripts vi ifcfg-en0 BOOTPROTO=static IPADDR=192.168.1.100 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 ONBOOT ...
分类:
其他好文 时间:
2020-07-10 13:10:15
阅读次数:
79
开启 ip 代理转发 临时开启 ip 代理转发 # 执行该命令后立即生效,但是重启后会失效 echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward 永久开启 ip 代理转发 # 为适配不同系统,先删除后添加 sudo sed -i '/net.ipv4.ip_ ...
分类:
系统相关 时间:
2020-07-10 13:02:43
阅读次数:
102
前提:安装好了docker-ce。systemctlstartdockersystemctlenabledockeriptables-Xiptables-Fserviceiptablessave1、部署nginx:dockerrun-it-d-p80:80-v/usr/share/nginx/html/:/usr/share/nginx/html/-v/etc/nginx/conf.d/:/etc
分类:
其他好文 时间:
2020-07-10 09:36:54
阅读次数:
64
K3S https://k3s.io/ https://docs.rancher.cn/k3s/ https://rancher.com/docs/k3s/latest/en/ https://github.com/rancher/k3s https://github.com/rancher/k3s ...
分类:
其他好文 时间:
2020-07-10 00:18:17
阅读次数:
106
Zabbix5.0安装指南 Contents 1. 优化SSH连接速度慢 2. 设置VIM显行数 3. 优化命令行显示 4. 常用小软件安装 5. 精简网卡配置及改网卡名 5.1网卡1 5.2网卡2 5.3唯一属性生效 6. 关闭SELINUX和创建FIREWALLD策略并生效 7. 时间同步 8. ...
分类:
其他好文 时间:
2020-07-10 00:16:02
阅读次数:
71
CentOS7 安装Kafka 关闭防火墙 systemctl stop firewalld.service systemctl disable firewalld.service 安装JDK yum install -y http://172.16.20.10/Oracle/JAVA/8/8u20 ...
分类:
其他好文 时间:
2020-07-09 15:30:49
阅读次数:
140