01-WSL2中配置docker远程tcp

WSL2中配置docker远程tcp 1: 修改 /lib/systemd/system/docker.service 2: 设置 DOCKER_HOST 环境变量 3: 修改 docker 启动配置文件/etc/default/docker 4: 重启 docker 1: 修改 /lib/systemd/system/docker.service 1 2 3

01-Convert json to csv

Table of Contents Table of Contents 1: Convert json to csv 1.1 json 文件 1.2 convert 1: Convert json to csv 1.1 json 文件 company.json 1 2 3 4 5 6 7 [ { "App": "Instagram", "Company": "Facebook", "Category": "Social Media" }, { "App": "WeChat", "Company": "Tencent", "Category": "Social Media" }, { "App": "Hotstar", "Company": "Disney", "Category": "Entertainment" }, { "App": "CNBC", "Company": "Comcast", "Category": "News" }, {

01-MInikube搭建

[toc] 1: 安装 Docker 环境 1.1: 安装 docker 1.2: 配置 docker docker 加速 /etc/docker/daemon.json 重启 docker,使配置生效 1 2 3 sudo systemctl daemon-reload sudo systemctl restart docker 2: 安装 Minikube https://cloud.tencent.com/developer/article/1817826 2.1 使用普通的 minikube 2.1.1 更新软件源 2.1.2 更新软件包 2.1.3 安装

01-Nginx 常用配置清单.md

Table of Contents 1: Nginx 配置 2: Listen Port 3: Access Log 4: Domain Name 5: Static Asset 6: Redirect 7: Reverse Proxy 8: Nginx 解决跨域 8: Load Balance 8.1 RoundRobin 轮询(default) 8.2 weight (权重) 8.3 ip_hash(IP 绑定 ip_hash ) 8.4 url_hash 8.5

01-nginx ssl双向认证.md

Table of Contents Table of Contents 1: Nginx SSL Setting 2: openssl 配置准备 3: 创建 CA 根级证书 4: 创建 server 证书 5: 创建 client 证书 6: 配置 Nginx ssl 1: Nginx SSL Setting Nginx 对 SSL 双向认证支持的比较好,配置很简单: 1 2 3 4 5

01-Docker命令详解.md

Table of Contents 1: docker 2: docker 的使用命令 2.1 docker –help 2.2 docker build 2.3 docker run 2.4 保存和加载镜像 3: docker Container 4: docker Network 5: docker volume 6: 发布镜像 7: Dockerfile 8: other 1: docker 容器技术 image container repository 1 2 3 4 5 6 7 8 9 10 11 # 1: pdocker

01-shell快速入门.md

Table of Contents Table of Contents 1: 第一个 shell 脚本 2: 变量 variable 3: 字符串 String 4: 数组 Array 5: Shell 参数传递 6: 运算 6.1 算数运算 6.2 关系运算 6.3 布尔运算 6.4 逻辑运算符 6.5 字符串运算符 6.6 文件检测运算

01-Linux创建用户

1: userdel删除用户 2: useradd创建用户 3: 新用户使用ssh登录验证 1: userdel删除用户 1 2 3 4 5 6 7 8 9 10 11 12 # 若使用userd