上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 简介 /usr/sbin/wondershaper 实际上是一个shell脚本, 真正实现限速效果的是tc命令(traffic control) 安装: apt install -y wondershaper #yum install -y wondershaper V1.2.1使用方法: #限速 阅读全文
posted @ 2024-05-09 09:34 M1927 阅读(568) 评论(0) 推荐(0) 编辑
摘要: IP 配置 /etc/network/interfaces auto eth0 iface eth0 inet static address x.x.x.x netmask 255.255.255.0 gateway x.x.x.x #dns-nameservers 没有用 DNS配置 修改文件/e 阅读全文
posted @ 2024-05-08 17:27 M1927 阅读(622) 评论(0) 推荐(0) 编辑
摘要: COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae \ --disable-model-loading-ram-optimization \ --skip-python-version-check \ -- 阅读全文
posted @ 2024-05-08 14:48 M1927 阅读(94) 评论(0) 推荐(0) 编辑
摘要: webui Version: v1.9.3 DWPose项目地址: https://huggingface.co/yzd-v/DWPose 国内镜像: https://gitee.com/hf-models/DWPose 准备工作 先安装 git-lfs,下载git仓库大文件会用到 文档: http 阅读全文
posted @ 2024-05-08 14:34 M1927 阅读(703) 评论(0) 推荐(0) 编辑
摘要: 翻译主要源自deepl, 加了自己的理解, 供参考 补充解释: Linux/iOS的目录==Windows文件夹 options选项 : -h, --help 显示帮助信息并退出程序 show this help message and exit --update-all-extensions 在启 阅读全文
posted @ 2024-05-07 18:02 M1927 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 视频参考:https://www.bilibili.com/video/BV12p4y1p7Yd 图文转自:https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4248458547740137286 罗技m590鼠标 左键失灵 每次都需 阅读全文
posted @ 2024-04-23 10:06 M1927 阅读(2013) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 首先检查服务器的两个文件,确保不干扰dnsmasq的正确解析: /etc/hosts /etc/resolv.conf 然后修改配置:/etc/dnsmasq.conf #log-queries #log-facility=/var/log/dnsmasq.log resolv-file=/etc/ 阅读全文
posted @ 2024-03-22 17:21 M1927 阅读(49) 评论(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 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 先杀毒 先查杀病毒和木马再进行下一步 检查浏览器的证书管理器 排查个人添加的受信任列表 浏览器启用DoH DNS over HTTPS(DoH)加密DNS通信协议,使用HTTPS协议来封装和传输DNS查询请求和响应。可以避免被中间人攻击或窃听。 浏览器如 Firefox 和 Chrome 支持DoH 阅读全文
posted @ 2024-01-03 14:04 M1927 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页