会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Field's Blog
博客园
首页
联系
订阅
管理
2024年8月2日
nginx模块ngx_http_geoip2_module
摘要: 参考 nginx精准禁止特定国家或者地区IP访问 https://blog.csdn.net/qq_23435961/article/details/139800504 nginx限制特定国家或地区的访问 https://blog.csdn.net/weixin_44052462/article/d
阅读全文
posted @ 2024-08-02 17:56 fieldtianye
阅读(350)
评论(0)
推荐(0)
2024年5月22日
Nginx location配置
摘要: Nginx location配置 参考: Nginx配置文件中location介绍 https://blog.csdn.net/m0_74412260/article/details/131030731 Nginx location配置 https://zhuanlan.zhihu.com/p/37
阅读全文
posted @ 2024-05-22 13:14 fieldtianye
阅读(921)
评论(0)
推荐(0)
2024年5月17日
Python模拟数据生成库Faker
摘要: Python模拟数据生成库Faker PYPI 官网 https://pypi.org/project/Faker/ Github官网 https://github.com/joke2k/faker 文档 https://faker.readthedocs.io/en/master/ 中文参考: P
阅读全文
posted @ 2024-05-17 12:26 fieldtianye
阅读(116)
评论(0)
推荐(0)
2024年5月7日
Nginx配置中文详解
摘要: Nginx配置文件 nginx.conf 中文详解 参考: Nginx 入门指南 https://www.w3cschool.cn/nginx/ ######Nginx配置文件nginx.conf中文详解##### #定义Nginx运行的用户和用户组 user www www; #nginx进程数,
阅读全文
posted @ 2024-05-07 17:39 fieldtianye
阅读(106)
评论(0)
推荐(0)
SSL 免费证书
摘要: SSL 免费证书 参考: 查看证书时间的方式 https://blog.csdn.net/qq_38978882/article/details/133773102 用 Let's encrpyt 生成 SSL 证书 更新:为 NGINX 配置免费的 Let’s Encrypt SSL/TLS 证书
阅读全文
posted @ 2024-05-07 15:44 fieldtianye
阅读(160)
评论(0)
推荐(0)
2024年4月26日
Nginx 源码安装
摘要: Nginx 源码安装 Nginx官网:https://nginx.org 参考: Nginx配置常用参数梳理 https://www.jb51.net/server/285538k8k.htm nginx配置参数详解 https://blog.csdn.net/u013286192/article/
阅读全文
posted @ 2024-04-26 17:09 fieldtianye
阅读(245)
评论(0)
推荐(0)
2024年4月10日
Nginx模块安装配置
摘要: Nginx模块安装配置 参考 查看nginx安装了哪些模块 https://blog.51cto.com/u_16213645/7981395 nginx查看默认安装的模块 https://www.kancloud.cn/vim26/v1/717246 Nginx限流配置--limit_req和li
阅读全文
posted @ 2024-04-10 16:14 fieldtianye
阅读(845)
评论(0)
推荐(0)
2024年3月29日
Ubuntu Server安装界面VNC连接
摘要: 参考: 公网环境下使用VNC远程连接Ubuntu系统桌面 https://blog.csdn.net/qq_63320529/article/details/134506820 apt 更新一下 sudo apt update sudo apt upgrade 使用 xfce 界面 安装 light
阅读全文
posted @ 2024-03-29 18:12 fieldtianye
阅读(73)
评论(0)
推荐(0)
2024年3月10日
HTTPS证书生成和配置
摘要: HTTPS证书生成和配置 1:创建服务器私钥 openssl genrsa -des3 -out server.key 2048 输入密码:password 2:创建签名请求的证书(CSR) openssl req -new -key server.key -out server.csr 3:加载S
阅读全文
posted @ 2024-03-10 11:48 fieldtianye
阅读(942)
评论(0)
推荐(0)
2024年3月7日
Golang 执行shell命令
摘要: Golang 执行shell命令 参考: go语言执行外部程序-标准库os/exec使用举例 https://blog.csdn.net/hsy12342611/article/details/131478879 go语言执行系统命令 - 标准库os/exec详解 https://blog.csdn
阅读全文
posted @ 2024-03-07 15:29 fieldtianye
阅读(974)
评论(0)
推荐(0)
下一页
公告