-
新版office图标缩略图如何改回旧版
背景2025年10月,微软更新office图标。新版word缩略图与照片缩略图相近,难以辨别。 解决方案 用powershell(终端)管理员运行 12cd "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\"./officec2rclient.exe /update user updatetovers... -
通过GHA部署SSL至EO
Cloudflare 获取token 进入 https://dash.cloudflare.com/profile/api-tokens 创建令牌 > 使用“编辑区域 DNS”模板 > 选择域名 > 继续并创建 复制token保存 获取id 域名概述界面右侧 > 账户ID acme 安装acme 1curl https://get.acme.sh | ... -
Ubuntu 26.04自编译安装Nginx遇到的坑
PCRE库缺失在进行 config 配置时会遇到,解决办法见→PCRE库缺失问题 getpwnam(“nginx”) failed这个主要是因为在 config 阶段配置了 1--user=nginx --group=nginx 只要将nginx添加进用户组即可 1useradd -s /sbin/nologin nginx mkdir() “/var/cache... -
PCRE库缺失问题
问题在阿里云Ubuntu 26.04自编译安装Nginx遇到PCRE库缺失 报错如下: 1234./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using --without-http_rewrite_moduleoption,... -
Hello World
Hello World
1