上一页 1 ··· 3 4 5 6 7
摘要: IPHOSTNAMESERVICESYSTEM 192.168.131.132 proxy-nfs nginx+nfs-server CentOS 7.6 192.168.131.131 nginx01 nginx+nfs-client CentOS 7.6 192.168.131.130 ngin 阅读全文
posted @ 2020-08-10 10:09 月巴左耳东 阅读(115) 评论(0) 推荐(0)
摘要: redis 作为 mysql的缓存服务器(读写分离) 环境准备 IP主机名服务 192.168.131.132 redis redis 192.168.131.133 lnmp mysql+nginx+php [root@localhost ~]# cat /etc/redhat-release C 阅读全文
posted @ 2020-08-10 08:37 月巴左耳东 阅读(163) 评论(1) 推荐(0)
摘要: kafka-manager # 要求 Kafka 0.8.. or 0.9.. or 0.10.. or 0.11.. Java 11+ [root@kafka ~]# https://github.com/yahoo/CMAK/releases/download/3.0.0.5/cmak-3.0. 阅读全文
posted @ 2020-08-09 12:49 月巴左耳东 阅读(338) 评论(0) 推荐(0)
摘要: pypi服务器搭建 [root@localhost ~]# hostnamectl set-hostname --static pypi-server [root@pypi-server ~]# yum -y install epel-release.noarch # 安装pip需要epel源 [r 阅读全文
posted @ 2020-08-08 11:54 月巴左耳东 阅读(58) 评论(0) 推荐(0)
摘要: 环境准备 IP主机名操作系统 192.168.131.129 mgr-node1 CentOS7.6 192.168.131.130 mgr-node2 CentOS7.6 192.168.131.131 mgr-node3 CentOS7.6 [root@localhost ~]# cat /et 阅读全文
posted @ 2020-08-07 08:10 月巴左耳东 阅读(127) 评论(0) 推荐(0)
摘要: 使用Sinopia部署私有npm仓库 [root@localhost ~]# hostnamectl set-hostname --static npm-server [root@npm-server ~]# curl --silent --location https://rpm.nodesour 阅读全文
posted @ 2020-08-06 09:21 月巴左耳东 阅读(22) 评论(0) 推荐(0)
摘要: 环境配置 IPhostname操作系统 10.11.66.44 k8s-master centos7.6 10.11.66.27 k8s-node1 centos7.7 10.11.66.28 k8s-node2 centos7.7 # 官方建议每台机器至少双核2G内存,同时需确保MAC和produ 阅读全文
posted @ 2020-08-03 19:16 月巴左耳东 阅读(666) 评论(0) 推荐(0)
摘要: 1.修改网卡配置文件中的 DEVICE=参数的,关于eth0 [root@ansheng ~ ]# cd /etc/sysconfig/network-scripts/ [root@ansheng network-scripts_ # vi ifcfg-eno16777728 TYPE=Ethern 阅读全文
posted @ 2020-08-01 11:16 月巴左耳东 阅读(13) 评论(0) 推荐(0)
摘要: 环境准备 # 关闭防火墙以及selinux,生产环境中,以实际需求为准 [root@localhost ~]# hostnamectl --static set-hostname ldap-server [root@ldap-server ~]# cat /etc/redhat-release Ce 阅读全文
posted @ 2020-07-29 08:14 月巴左耳东 阅读(115) 评论(0) 推荐(0)
摘要: 环境准备 # 准备一台 2核4G (最低)且可以访问互联网的 64 位 Centos 7 主机 [root@localhost ~]# hostnamectl --static set-hostname jumpserver [root@jumpserver ~]# cat /etc/redhat- 阅读全文
posted @ 2020-07-25 09:24 月巴左耳东 阅读(139) 评论(1) 推荐(0)
摘要: CentOS7利用yum缓存搭建本地源 环境说明 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) [root@localhost ~]# hostnamectl --static set 阅读全文
posted @ 2020-07-20 14:30 月巴左耳东 阅读(135) 评论(0) 推荐(0)
摘要: 文章目录 1、主机环境 2、rsyslog搭建 2.1、rsyslog-server搭建 2.2、rsyslog-client 2.2.1、测试 2.3、rsyslog日志分类 2.3.1、测试 3、基于mysql存储日志信息 3.1、安装mariadb 3.2、配置mariadb数据库 3.3、配 阅读全文
posted @ 2020-07-18 19:54 月巴左耳东 阅读(474) 评论(0) 推荐(0)
摘要: 文章目录 环境准备 部署cobbler cobbler语法检查以及排错 问题1 问题2 问题3 问题4 问题5 问题6 问题7 问题8 修改dhcp模板 重启服务,再次检查 镜像配置 镜像导入 kickstarts 文件配置 最小化安装 图形化安装 查看kickstart的配置 修改启动菜单 环境准 阅读全文
posted @ 2020-07-18 16:04 月巴左耳东 阅读(87) 评论(0) 推荐(0)
摘要: # 准备三台机器 192.168.57.131 192.168.57.132 192.168.57.133 [root@localhost ~]# pwd # 三台机器都检查一下,都没有生成过公钥 /root [root@localhost ~]# ls -a . anaconda-ks.cfg . 阅读全文
posted @ 2020-07-16 21:52 月巴左耳东 阅读(30) 评论(0) 推荐(0)
摘要: 文章目录 注意:环境要求 1、配置服务器端yum 1.1、安装yum源工具 1.2、配置nginx 1.2.1、配置nginx页面目录 1.3、替换yum源文件 1.4、建立yum源仓库 2、配置客户端yum 注意:环境要求 `阿里源的centos6和centos7各14G不到,注意磁盘空间` '环 阅读全文
posted @ 2020-07-09 08:26 月巴左耳东 阅读(552) 评论(0) 推荐(0)
摘要: [root@localhost ~]# cat uname.sh #!/bin/bash main=`uname -r | awk -F . '{print $1}'` minor=`uname -r | awk -F . '{print $2}'` if [ "$main" -eq 3 ] && 阅读全文
posted @ 2020-06-05 08:48 月巴左耳东 阅读(110) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7