go: go.mod file not found in current directory or any parent directory; see ‘go help modules’

go: go.mod file not found in current directory or any p…

go: GOENV can only be set using the OS environment (解决方案)

go: GOENV can only be set using the OS environment &nbs…

A connection attempt failed because the connected party did not properly respond after a period of time,

A connection attempt failed because the connected party did not properly respond after a period of time,

下边的原因就是 国内的网络问题导致的。解决方案: 终端运行 $ go env -w GO111MODULE=o…

vscode安装-visual studio

VS Code Go采用的是UTF-8编码的文本文件存放源代码,理论上使用任何一款文本编辑器都可以做Go语言开…

配置gopath

GOROOT和GOPATH都是环境变量,其中GOROOT是我们安装go开发包的路径,而从Go 1.8版本开始,…

ansible playbook重构Rsync nfs

ansible playbook重构Rsync  nfs

playbook汇总 手动部署rsync服务: 1.安装rsync 2.配置rsync(配置文件提前收集) 3…

ansible颜色

ansible颜色

ansible 绿色 红色 黄色 代表什么含义  颜色 绿色: 代表被管理端主机没有被修改 黄色: 代表被管理…

ansible playbook 详解(使用不同的模块完成一件事情)(palybook汇总)

什么是PlayBook PlayBook即”剧本”,”兵书”之意,PlayBook是由以下部分组成的 play…

使用ad-hoc安装部署nginx服务

使用ad-hoc安装部署nginx服务

使用ad-hoc安装部署nginx服务

使用Ad-hoc部署nfs

使用Ad-hoc部署nfs

使用Ad-hoc部署nfs 1.安装nfs yum -y install nfs-utils 2.配置nfs …