摘要: 打开注册表编辑器 regedit 定位到 msahci 位置,修改 start 为 0(默认为 3) HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci "Start"=dword:00000000 重启进入 bios ,更改硬盘模 阅读全文
posted @ 2024-09-12 23:10 遇见、 阅读(650) 评论(0) 推荐(0)
摘要: 两种方法都可以安装 ffmpeg 直接执行 apt install ffmpeg 命令 下载预编译好的静态二进制文件 https://johnvansickle.com/ffmpeg/ https://github.com/yt-dlp/FFmpeg-Builds/releases 阅读全文
posted @ 2024-09-07 20:01 遇见、 阅读(154) 评论(0) 推荐(0)
摘要: USB版本和对应速度 USB 1.1 USB 2.0 Full Speed 12 Mbps USB 2.0 USB 2.0 High-Speed 480 Mbps USB 3.0 USB 3.1 Gen 1 USB 3.2 Gen 1 5Gbps USB 3.1 USB 3.1 Gen 2 USB 阅读全文
posted @ 2024-08-17 22:33 遇见、 阅读(4792) 评论(0) 推荐(0)
摘要: cat docker-compose.yaml <<EOF version: '3' services: # xiaomusic xiaomusic: image: my/xiaomusic container_name: xiaomusic restart: unless-stopped port 阅读全文
posted @ 2024-08-09 22:17 遇见、 阅读(71) 评论(0) 推荐(0)
摘要: 创建一个服务文件:在 /etc/systemd/system/ 目录下创建一个以 .service 结尾的文件,比如 myservice.service [Unit] Description=My Service After=network.target [Service] ExecStart=/p 阅读全文
posted @ 2024-08-09 20:13 遇见、 阅读(339) 评论(0) 推荐(0)
摘要: 注册表编辑: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList 新建 Dword:username 阅读全文
posted @ 2024-08-09 20:06 遇见、 阅读(18) 评论(0) 推荐(0)
摘要: 生成配置文件 /etc/netplan/ 01-netcfg.yaml 01-network-manager-all.yaml 50-cloud-init.yaml sudo netplan generate 配置静态 ip address #network: version: 2 renderer 阅读全文
posted @ 2024-08-04 22:00 遇见、 阅读(160) 评论(0) 推荐(0)
摘要: 下载 ubuntu-base 基础包 https://mirrors.ustc.edu.cn/ubuntu-cdimage/ubuntu-base/releases/20.04.5/release/ 解压到目标镜像分区 tar zxpf xxx.tar.gz cp apt source.list 到 阅读全文
posted @ 2024-08-04 19:16 遇见、 阅读(141) 评论(0) 推荐(0)
摘要: 清空文件内容:gg dG 替换文本 :%s/old/new/g 阅读全文
posted @ 2024-08-01 22:21 遇见、 阅读(30) 评论(0) 推荐(0)
摘要: deb http://mirrors.aliyun.com/ubuntu-ports/ focal main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu-ports/ focal-updates main r 阅读全文
posted @ 2024-08-01 21:44 遇见、 阅读(139) 评论(0) 推荐(0)