上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: https://answers.microsoft.com/en-us/windows/forum/all/app-preventing-log-out-cintfenumnotifwnd/45fdabff-9ccb-40f3-bca2-52120bb5cf75 进程阻止关机 CIntfEnumNo 阅读全文
posted @ 2024-03-22 17:26 M1927 阅读(266) 评论(0) 推荐(0)
摘要: 准备工作 关闭本地解析服务,释放53端口(也有二者共存的方案,但不适合生产环境) systemctl stop systemd-resolved.service systemctl disable systemd-resolved.service 修改配置 /etc/dnsmasq.conf por 阅读全文
posted @ 2024-03-22 17:21 M1927 阅读(305) 评论(0) 推荐(0)
摘要: 系统版本:Fedora 38 解决方案来自官方文档: https://docs.fedoraproject.org/en-US/quick-docs/openh264/#_firefox_config_changes 安装openh264 sudo dnf config-manager --set- 阅读全文
posted @ 2024-02-14 16:47 M1927 阅读(648) 评论(0) 推荐(0)
摘要: 先杀毒 先查杀病毒和木马再进行下一步 检查浏览器的证书管理器 排查个人添加的受信任列表 浏览器启用DoH DNS over HTTPS(DoH)加密DNS通信协议,使用HTTPS协议来封装和传输DNS查询请求和响应。可以避免被中间人攻击或窃听。 浏览器如 Firefox 和 Chrome 支持DoH 阅读全文
posted @ 2024-01-03 14:04 M1927 阅读(111) 评论(0) 推荐(0)
摘要: 报错信息: Running with gitlab-runner 15.11.0 (xxx) on gitrunnr xxx, system ID: s_xxx Preparing the "shell" executor 00:00 Preparing environment 00:00 Gett 阅读全文
posted @ 2023-05-18 10:16 M1927 阅读(489) 评论(0) 推荐(0)
摘要: 检查账号是否已解锁 取消勾选 [ ] 用户下次登录时须更改密码 | | | | | | 阅读全文
posted @ 2023-05-06 17:18 M1927 阅读(218) 评论(0) 推荐(0)
摘要: Ubuntu 系统版本:Ubuntu 22.10 需要修改的文件:/home/xxx/.xsession # root 用户 apt install -y kde-plasma-desktop echo startplasma-x11 > /home/xxx/.xsession systemctl 阅读全文
posted @ 2023-03-31 08:54 M1927 阅读(1310) 评论(0) 推荐(0)
摘要: 目录开机后的桌面环境选择列表:Enlightenment:GNOME3:IceWM:LXDE:LXQt Desktop:Mate(GNOME2衍生):Openbox:KDE Plasma:TWM:Xfce: 开机后的桌面环境选择列表: Enlightenment: GNOME3: IceWM: LX 阅读全文
posted @ 2023-03-30 17:14 M1927 阅读(85) 评论(0) 推荐(0)
摘要: Parallels Desktop 是收费的,试用期14天。 PD Runner 工具可以破解使用“Parallels Desktop 18 for Mac 商业版” github项目地址:https://github.com/utsanjan/PD-Runner PD Runner is an u 阅读全文
posted @ 2023-02-15 14:43 M1927 阅读(2577) 评论(5) 推荐(0)
摘要: TYPE=Ethernet BOOTPROTO=none DEFROUTE=yes NAME=eth0 DEVICE=eth0 ONBOOT=yes IPADDR0=10.10.10.4 PREFIX0=24 GATEWAY0=10.10.10.1 DNS0=10.10.10.254 IPADDR1 阅读全文
posted @ 2022-09-27 15:13 M1927 阅读(83) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页