11 2022 档案

摘要:version: '3.4' services: proxy: image: jwilder/nginx-proxy container_name: nginx-proxy restart: always ports: - 80:80 - 443:443 labels: com.github.jrc 阅读全文
posted @ 2022-11-30 15:28 shiningrise 阅读(90) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/ywch520/article/details/124782654 阅读全文
posted @ 2022-11-30 09:41 shiningrise 阅读(174) 评论(0) 推荐(0) 编辑
摘要:1.sudo passwd root 以普通用户登录系统,创建root用户的密码 2./etc/ssh/sshd_config# 在 sshd_config 文件里的 “Authentication” 部分加上以下内容PermitRootLogin yes# 完成以后退出 vim 并保存servic 阅读全文
posted @ 2022-11-23 08:04 shiningrise 阅读(975) 评论(0) 推荐(1) 编辑
摘要:docker save centos:latest -o /root/centos_latestimage docker load -i /root/centos_latestimage 阅读全文
posted @ 2022-11-17 12:44 shiningrise 阅读(31) 评论(0) 推荐(0) 编辑
摘要:1.tar命令 tar [-cxtzjvfpPN] [打包后的文件名] [打包的目录路径] (1)参数: -c : 建立一个压缩文件,create -x :解压一个压缩文件 -t :查看压缩文件内容 -v : 压缩过程中显示文件 -f :使用压缩名,注意一般放在参数最后,紧跟压缩名 -z :用gzi 阅读全文
posted @ 2022-11-17 09:08 shiningrise 阅读(19850) 评论(0) 推荐(0) 编辑
摘要:查看环境变量: PS C:\Users\Administrator> echo $env:apollo{ } 设置环境变量: PS C:\Users\Administrator> $env:apollo="TEST_VALUE" 再次查看: PS C:\Users\Administrator> ec 阅读全文
posted @ 2022-11-15 09:14 shiningrise 阅读(383) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// Http方式下载文件 /// </summary> /// <param name="url">http地址</param> /// <param name="localfile">本地文件</param> /// <returns></returns> publ 阅读全文
posted @ 2022-11-14 14:49 shiningrise 阅读(505) 评论(0) 推荐(0) 编辑
摘要:https://www.cpolar.com/ 花生壳:https://hsk.oray.com/ 阅读全文
posted @ 2022-11-14 09:44 shiningrise 阅读(26) 评论(0) 推荐(0) 编辑
摘要:https://github.com/yitter/IdGenerator 阅读全文
posted @ 2022-11-11 11:16 shiningrise 阅读(549) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_37493556/article/details/108466538 上传文件时控制台出现了413 Request Entity Too Large的问题。将Nginx中加入client_max_body_size参数并调整合适的大小(如果没有该参数 阅读全文
posted @ 2022-11-02 13:18 shiningrise 阅读(259) 评论(0) 推荐(0) 编辑

// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css