
系统
At小小程序媛
这个作者很懒,什么都没留下…
展开
-
centos8 k8s 搭建小记
前置条件 3台安装centos8 的服务器 使用 root 权限用户操作 服务器需都安装了docker 服务器需要唯一的hostname,mac地址,product_uuid(cat /sys/class/dmi/id/product_uuid) 设置hostname hostnamectl set-hostname master 查看product_uuid cat /sys/class/dmi/id/product_uuid 若网卡uuid相同 uuidgen //生成uui原创 2020-09-11 13:38:59 · 491 阅读 · 0 评论 -
cicd学习小记-1.搭建gitlab服务器
安装依赖包和软件 sudo yum install -y git vim gcc glibc-static telnet curl policycoreutils-python openssh-server systemctl enable sshd systemctl start sshd sudo yum install -y postfix systemctl enable postfix ...原创 2019-11-03 13:44:29 · 177 阅读 · 0 评论 -
windows10 Hyper-v网卡配置小记
使用windows10自带的hyper-v安装centos 1.进入hyper-v添加虚拟网卡,新建内部虚拟网卡 2.设置联网的网卡为共享的,此处我用的为以太网 完成后如下所示: 若是公司内网等需要配置dns的需配置dns 3.安装相应的系统,具体安装步骤参考网络相应文章 4.安装完成后linux网络配置 ifconfig eth0 192.168.137.2/24(根据上文虚拟网卡地...原创 2018-11-22 11:29:01 · 10795 阅读 · 0 评论