上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: Docker Registry https://docs.docker.com/registry/ Registry是一个无状态,高度可伸缩的服务器端应用程序,允许您存储和分发Docker映像 为什么要使用Registry 严格控制图像存储的位置 完全拥有镜像和控制流水线管道 将图像存储和分发紧密集 阅读全文
posted @ 2021-05-13 19:46 AlexG 阅读(105) 评论(0) 推荐(0)
摘要: 关闭TCP 25 端口对应的服务 [0 root@Qvps /root] #cat /etc/centos-release CentOS Linux release 7.9.2009 (Core) [0 root@Qvps /root] #uname -r 3.10.0-1160.el7.x86_6 阅读全文
posted @ 2021-05-10 18:19 AlexG 阅读(1601) 评论(0) 推荐(0)
摘要: 1. 安装 Use docker、package or source installations to install 第三方仓库 https://pkgs.org/download/haproxy 1.1 use docker docker run -it --rm haproxy:2.2 hap 阅读全文
posted @ 2021-05-02 19:32 AlexG 阅读(201) 评论(0) 推荐(0)
摘要: nginx从1.9.0版本开始,新增了ngx_stream_core_module模块,使nginx支持四层负载均衡。默认编译的时候该模块并未编译进去,需要编译的时候添加--with-stream参数,使其支持stream代理 - nginx stream配置 https://nginx.org/e 阅读全文
posted @ 2021-04-28 20:30 AlexG 阅读(2717) 评论(0) 推荐(0)
摘要: 现象 文件默认打开方式错误 链接到老的打开软件 无法图形化重定义关联软件 文件图标关联异常 1. 打开注册表编辑器 win + R regedit 2. 修改注册表 找到以下注册表路径,找到指定的文件后缀名,删除已有的键值对 计算机\HKEY_CLASSES_ROOT 计算机\HKEY_CURREN 阅读全文
posted @ 2021-04-27 20:20 AlexG 阅读(1094) 评论(0) 推荐(0)
摘要: None 阅读全文
posted @ 2021-04-26 19:35 AlexG 阅读(43) 评论(0) 推荐(0)
摘要: key crt 自签 DOMAIN=www.example.com openssl genrsa -out ${DOMAIN}.key # 生成私有key openssl req -x509 -new -nodes -key ${DOMAIN}.key -subj "/CN=${DOMAIN}" - 阅读全文
posted @ 2021-04-22 18:27 AlexG 阅读(297) 评论(0) 推荐(0)
摘要: 1 download package wget https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.65/bin/apache-tomcat-8.5.65.tar.gz -P /tmp 2 install tomcat t 阅读全文
posted @ 2021-04-22 07:29 AlexG 阅读(153) 评论(0) 推荐(0)
摘要: route命令 路由表管理命令,路由表主要构成: Destination: 目标网络ID,表示可以到达的目标网络ID,0.0.0.0/0 表示所有未知网络,又称为默认路由,优先级最低 Genmask:目标网络对应的netmask Iface: 到达对应网络,应该从当前主机哪个网卡发送出来 Gatew 阅读全文
posted @ 2021-04-22 07:28 AlexG 阅读(470) 评论(0) 推荐(0)
摘要: For centos yum list java-1.8.0-openjdk* yum -y install java-1.8.0-openjdk.x86_64 java-1.8.0-openjdk-devel.x86_64 java -version For Ubunut apt -y insta 阅读全文
posted @ 2021-04-21 20:53 AlexG 阅读(115) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页