会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
星小梦
用百度不如用必应:
https://rewards.bing.com
博客园
首页
新随笔
联系
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
50
下一页
2022年12月25日
ansible rhel-system-roles的出处和文档索引地址
摘要: 使用selinux Linux 系统管理的 Ansible 角色简介 RHEL 系统角色简介 galaxy linux-system-roles
阅读全文
posted @ 2022-12-25 10:49 星小梦
阅读(47)
评论(0)
推荐(0)
2022年12月22日
systemctl --user daemon-reload Failed to connect to bus: No such file or directory解决方法
摘要: 当时有 systemctl --user daemon-reload 命令重新加载systemd的守护进程的时候。 如果出现 Failed to connect to bus: No such file or directory 错误信息。 那么你应该是使用 su - 用户名 切换并使用system
阅读全文
posted @ 2022-12-22 17:46 星小梦
阅读(6019)
评论(0)
推荐(0)
2022年12月4日
RHEL8关于创建Service服务的帮助手册
摘要: Systemd手册主页 Systemd服务关于搜索路径顺序和部分配置项手册 Systemd服务配置语法 Systemd关于Target的说明 Systemd关于service文件的整体说明 如果想通过man查看手册的话,那么使用 man systemd.<unit|syntax|...> 格式进行查
阅读全文
posted @ 2022-12-04 15:25 星小梦
阅读(100)
评论(0)
推荐(0)
2022年11月23日
RHEL8 和 CentOS安装Ansible时Problem: cannot install the best candidate for the job - nothing provides python3.9dist(ansible-core) needed by ansible-6.3.0-1.el8.noarch
摘要: 问题 [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 星小梦
阅读(5817)
评论(3)
推荐(0)
2022年11月22日
Nginx 使用ngx_http_map_module模块的map指令遇到的常见问题。
摘要: ngx_http_map_module 请先看参阅的Nginx Map指令文档后吧。这里的说明比较简略。 基本使用Demo http { map "beijing" $Name { default "中国"; "beijing" "北京"; "shanghai1hao" "上海1号"; "shang
阅读全文
posted @ 2022-11-22 21:01 星小梦
阅读(944)
评论(0)
推荐(0)
Nginx underscores_in_headers和ignore_invalid_headers的作用,自我理解的作用。
摘要: underscores_in_headers 直达underscores_in_headers 启用或禁用在客户端请求标头字段中使用下划线。当禁用下划线时,名称包含下划线的请求标头字段将被标记为无效并受制于 ignore_invalid_headers指令。 ignore_invalid_heade
阅读全文
posted @ 2022-11-22 19:30 星小梦
阅读(1772)
评论(0)
推荐(0)
Nginx if,set指令所在模块位置
摘要: ngx_http_rewrite_module 模块 包含if,set,rewrite,return等指令 ngx可用的环境变量 直达文档 ngx下通过http_XXX引用header项
阅读全文
posted @ 2022-11-22 19:22 星小梦
阅读(209)
评论(0)
推荐(0)
2022年11月15日
RHEL8 使用iptables-save无法保存防火墙规则
摘要: 环境 RHEL8 原因 使用iptables-save命令执行后,无法保存iptables防火墙的规则,在下次重启系统后,会导致防火墙的规则链给重置到默认的规则链。 解决 使用man iptables-save查看手册,发现是对齐转储的命令,也就是将规则链给转储到文件中进行存储规则链的数据。如果-f
阅读全文
posted @ 2022-11-15 14:51 星小梦
阅读(614)
评论(0)
推荐(0)
2022年11月14日
window下的nvm软件Node Version Manage
摘要: 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 星小梦
阅读(48)
评论(0)
推荐(0)
2022年11月7日
Oracle 11g REPLACE替换首次匹配REGEXP_REPLACE的字符串函数
摘要: 本文的主角函数:REGEXP_REPLACE -- 如果你想让 '123123123' 变成 '023023023' ,那么这个 `REPLACE` 函数是符合你的需求的。 select replace('123123123','1','0') from dual; -- 如果你想让 '123123
阅读全文
posted @ 2022-11-07 16:57 星小梦
阅读(635)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
50
下一页
公告