摘要:
1.下载maven 下载路径: https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip 2.解压拷贝 unzip apache-maven-3.8.4-bin.zip mv apache-mav 阅读全文
posted @ 2021-12-27 13:42
贝隆
阅读(56)
评论(0)
推荐(0)
|
摘要:
1.下载maven 下载路径: https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip 2.解压拷贝 unzip apache-maven-3.8.4-bin.zip mv apache-mav 阅读全文
posted @ 2021-12-27 13:42
贝隆
阅读(56)
评论(0)
推荐(0)
摘要:
https://www.infoq.cn/article/0c7viUfLrxOZeh7qlRBT 阅读全文
posted @ 2021-12-18 23:44
贝隆
阅读(131)
评论(0)
推荐(0)
摘要:
https://cgruver.github.io/okd4-single-node-cluster/ https://chowdera.com/2021/01/20210107005658178i.html https://blog.csdn.net/mengshicheng1992/articl 阅读全文
posted @ 2021-12-04 23:28
贝隆
阅读(213)
评论(0)
推荐(0)
摘要:
https://my.racknerd.com/cart.php?a=confproduct&i=0 阅读全文
posted @ 2021-11-24 13:33
贝隆
阅读(102)
评论(0)
推荐(0)
摘要:
一 dev-sidecar 开发者边车: https://gitee.com/docmirror/dev-sidecar/releases 开发者边车,命名取自service-mesh的service-sidecar,意为为开发者打辅助的边车工具通过本地代理的方式将https请求代理到一些国内的加速 阅读全文
posted @ 2021-11-24 09:35
贝隆
阅读(795)
评论(0)
推荐(0)
摘要:
文件路径:/etc/sysconfig/network-scripts/ifcfg-ens192 修改ifcfg-ens192 静态配置如下 BOOTPROTO=static //修改:将dhcp修改为static,修改后为BOOTPROTO=static ONBOOT=yes //修改为yes, 阅读全文
posted @ 2021-11-16 11:11
贝隆
阅读(252)
评论(0)
推荐(0)
摘要:
查看当前时区 date -R Mon, 15 Nov 2021 12:41:12 +0800 修改时区 sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime -f 写入bios hwclock 阅读全文
posted @ 2021-11-15 12:52
贝隆
阅读(34)
评论(0)
推荐(0)
摘要:
git config --global user.name "xx"git config --global user.email "xx@xx"git config --global http.sslVerify false git checkout -b <本地分支> origin/release 阅读全文
posted @ 2021-11-10 16:12
贝隆
阅读(3087)
评论(0)
推荐(1)
摘要:
在网站 Linux_Downloads – Oracle VM VirtualBox 下载RHEL的repo文件 做一下修改 [virtualbox] name=RHEL / CentOS-$releasever / $basearch - VirtualBox baseurl=http://dow 阅读全文
posted @ 2021-11-03 10:00
贝隆
阅读(59)
评论(0)
推荐(0)
摘要:
安装建议系统内存>=6G,CPU>=4。在hosts中添加主机名。 vi /etc/hosts192.168.1.42 os-node12开启SELINUX。 vi /etc/selinux/config# This file controls the state of SELinux on the 阅读全文
posted @ 2021-11-03 08:28
贝隆
阅读(638)
评论(0)
推荐(0)
|