上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 46 下一页
摘要: Systemd手册主页 Systemd服务关于搜索路径顺序和部分配置项手册 Systemd服务配置语法 Systemd关于Target的说明 Systemd关于service文件的整体说明 如果想通过man查看手册的话,那么使用 man systemd.<unit|syntax|...> 格式进行查 阅读全文
posted @ 2022-12-04 15:25 星小梦 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 问题 [root@localhost yum.repos.d]# yum install ansible -y Updating Subscription Management repositories. Unable to read consumer identity This system is 阅读全文
posted @ 2022-11-23 16:10 星小梦 阅读(5187) 评论(3) 推荐(0) 编辑
摘要: ngx_http_map_module 请先看参阅的Nginx Map指令文档后吧。这里的说明比较简略。 基本使用Demo http { map "beijing" $Name { default "中国"; "beijing" "北京"; "shanghai1hao" "上海1号"; "shang 阅读全文
posted @ 2022-11-22 21:01 星小梦 阅读(845) 评论(0) 推荐(0) 编辑
摘要: underscores_in_headers 直达underscores_in_headers 启用或禁用在客户端请求标头字段中使用下划线。当禁用下划线时,名称包含下划线的请求标头字段将被标记为无效并受制于 ignore_invalid_headers指令。 ignore_invalid_heade 阅读全文
posted @ 2022-11-22 19:30 星小梦 阅读(1469) 评论(0) 推荐(0) 编辑
摘要: ngx_http_rewrite_module 模块 包含if,set,rewrite,return等指令 ngx可用的环境变量 直达文档 ngx下通过http_XXX引用header项 阅读全文
posted @ 2022-11-22 19:22 星小梦 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 环境 RHEL8 原因 使用iptables-save命令执行后,无法保存iptables防火墙的规则,在下次重启系统后,会导致防火墙的规则链给重置到默认的规则链。 解决 使用man iptables-save查看手册,发现是对齐转储的命令,也就是将规则链给转储到文件中进行存储规则链的数据。如果-f 阅读全文
posted @ 2022-11-15 14:51 星小梦 阅读(530) 评论(0) 推荐(0) 编辑
摘要: window nvm链接:https://github.com/coreybutler/nvm-windows 手动安装链接:https://github.com/coreybutler/nvm-windows/wiki#manual-installation nvm官方仅支持linux和os,不支 阅读全文
posted @ 2022-11-14 16:52 星小梦 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 本文的主角函数:REGEXP_REPLACE -- 如果你想让 '123123123' 变成 '023023023' ,那么这个 `REPLACE` 函数是符合你的需求的。 select replace('123123123','1','0') from dual; -- 如果你想让 '123123 阅读全文
posted @ 2022-11-07 16:57 星小梦 阅读(602) 评论(0) 推荐(0) 编辑
摘要: URL 标识符的组成 日后整理,参阅的链接即可,需要科\学·上网 参阅 域名 域名系统 统一资源标志符 阅读全文
posted @ 2022-11-03 16:23 星小梦 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Linux内核官网 Man手册文档 Michael Kerrisk个人主页 阅读全文
posted @ 2022-11-02 11:35 星小梦 阅读(41) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 46 下一页