posted @ 2022-10-19 13:44
属于我的梦,明明还在
阅读(28)
推荐(0)
posted @ 2022-10-19 10:58
属于我的梦,明明还在
阅读(17)
推荐(0)
posted @ 2022-10-19 10:52
属于我的梦,明明还在
阅读(29)
推荐(0)
摘要:
部署 yum -y install shc 进行加密 [root@bogon ~]# shc -r -v -f test.sh shc shll=bash shc [-i]=-c shc [-x]=exec '%s' "$@" shc [-l]= shc opts= shc: cc test.sh.
阅读全文
posted @ 2022-10-13 11:52
属于我的梦,明明还在
阅读(100)
推荐(0)
posted @ 2022-10-11 17:24
属于我的梦,明明还在
阅读(37)
推荐(0)
posted @ 2022-10-11 15:47
属于我的梦,明明还在
阅读(32)
推荐(0)
摘要:
package main //声明文件所在包 import "fmt" //引入程序中需要的函数 func main(){ //main 主函数 程序入口 fmt.Println("hello world") }
阅读全文
posted @ 2022-10-10 16:16
属于我的梦,明明还在
阅读(45)
推荐(0)
posted @ 2022-10-10 12:01
属于我的梦,明明还在
阅读(16)
推荐(0)
摘要:
https://code.visualstudio.com/Download https://studygolang.com/dl 创建一个sdk 文件夹 将压缩包解压进去
阅读全文
posted @ 2022-10-10 11:40
属于我的梦,明明还在
阅读(40)
推荐(0)
摘要:
公司内部搭建calico满足,如果公共的则采用flannel Flannel——host-gw模式跨主机通信(纯三层)这是一种纯三层网络的方案,性能最高。howt-gw模式的工作原理,就是将每个Flannel子网的下一跳,设置成了该子网对应的宿主机的IP地址,也就是说,宿主机(host)充当了这条容
阅读全文
posted @ 2022-10-09 16:22
属于我的梦,明明还在
阅读(163)
推荐(0)