keepalived安装部署参考2
Keepalived 安装 包安装 #CentOS [root@centos ~]#yum install keepalived #ubuntu [root@ubuntu1804 ~]#apt -y in...
keepalived安装部署参考1
转自:https://www.jianshu.com/p/fdc0a788f55a/ 一、安装 官方地址 keepalived 下载地址,选择指定的版本后我们就开始下载 wget https://www.keepalived....
开发过程用到的代理和加速
GitHub 加速 https://gh.2i.gs/ https://ghproxy.com 手动下载,直接访问上边网站,填入地址下载即可 git的github代理: 加速方式: git config --...
Go的服务发现和配置共享
使用consul,其主要有四大特性: 1. 服务发现:利用服务注册,服务发现功能来实现服务治理。 2. 健康检查:利用consul注册的检查检查函数或脚本来判断服务是否健康,若服务不存在则从注册中心移除该服务,减少故障服务请求。 3....
linux下查找大文件
# 一级目录 du -h --max-depth=1 # 二级目录 du -h --max-depth=2 # 大文件排序 du -ahx . | sort -rh | head -10 # find方法 find . -...
curl wget 跳过关闭https证书验证
转自:https://blog.csdn.net/lilongsy/article/details/97630027 wget 'https://192.168.0.100:9200' --no-check-certificate cu...
windows编译Go程序
一、自动UAC管理员权限 本段来自:https://www.codeleading.com/article/19833148230/ 在windows上执行有关系统设置命令的时候需要管理员权限才能操作,比如修改网卡的禁用、启用状态。双击...
linux自带的调优工具
[root@BJCA-device tuned]# tuned-adm list Available profiles: - balanced - General non-specialized...
计算机教育中缺失的一课
转自:https://missing-semester-cn.github.io/ The Missing Semester of Your CS Education 中文版 大学里的计算机课程通常专注于讲授从操作系统到机器学习这些学院...