随笔分类 -  linux

摘要:编写 PKGBUILD 文件 生成安裝包 以Karing爲例 創建目錄:Test Test ├── karing-bin-1.2.10.1308.deb └── PKGBUILD 在Test目錄下運行 makepkg -s 會生成karing-bin-1.2.10.1308-1-x86_64.pkg 阅读全文
posted @ 2026-01-06 18:14 jokerpoker 阅读(56) 评论(0) 推荐(0)
摘要:1 安装 sudo pacman -S aria2 2 创建配置文件 cd ~ mkdir .aria2 cd .aria2 touch aria2.conf aria2.log aria2.session 3 修改配置文件aria2.conf 需要自己配置rpc-secret和bt-tracker 阅读全文
posted @ 2025-10-03 16:20 jokerpoker 阅读(70) 评论(0) 推荐(0)
摘要:证书列表 机构 根证书名称 北京数字认证股份有限公司 Beijing SM2 CA BJCA_Global_Root_CA4 上海市数字证书认证中心有限公司 SHECA SM2 UCA Root SM2 UniTrust Global Root CA R3 数安时代科技股份有限公司 GDCA GM 阅读全文
posted @ 2024-11-03 10:19 jokerpoker 阅读(201) 评论(0) 推荐(0)
摘要:服务命令 systemctl start doh-client.service # 启动 systemctl status doh-client.service # 查看状态 systemctl restart doh-client.service # 重新启动 systemctl enable - 阅读全文
posted @ 2024-10-02 10:59 jokerpoker 阅读(239) 评论(0) 推荐(0)
摘要:安装需要的包 sudo pacman -S qemu-desktop libvirt virt-manager p7zip qemu-img tuned yay -S dmg2img 配置TuneD sudo systemctl enable --now tuned tuned-adm active 阅读全文
posted @ 2024-09-21 09:05 jokerpoker 阅读(137) 评论(0) 推荐(0)
摘要:安装 dnscrypt-proxy sudo pacman -S dnscrypt-proxy 创建两个服务 国内 国内配置文件: /etc/dnscrypt-proxy/dnscrypt-proxy.toml 服务器地址从https://dnscrypt.info/map获取 增加以下内容 ser 阅读全文
posted @ 2024-09-16 00:32 jokerpoker 阅读(171) 评论(0) 推荐(0)
摘要:安装主题和图标 yay -S adapta-kde-git papirus-icon-theme-git 去设置里选择 字体安装 1、下载字体: sudo pacman -S xx # 安装字体 sudo fc-cache -fv # 刷新缓存 # 字体文件目录:/usr/share/fonts a 阅读全文
posted @ 2024-07-30 18:18 jokerpoker 阅读(1264) 评论(0) 推荐(0)
摘要:系统:Archlinux 内核:Kernel: 5.13.10-arch1-1 桌面:KDE 引导:grub 查看内存和交换分区大小 free -m #默认单位为k, -m 单位为M 请先自行设置并创建交换分区文件 dd if=/dev/zero of=/swapfile bs=1M count=8 阅读全文
posted @ 2024-07-26 22:21 jokerpoker 阅读(280) 评论(0) 推荐(0)
摘要:waydroid 無法上網 允许包转发 ufw default allow FORWARD waydroid 啓動報錯 waydroid session start RuntimeError: Command failed: % /usr/lib/waydroid/data/scripts/wayd 阅读全文
posted @ 2024-07-26 22:20 jokerpoker 阅读(311) 评论(0) 推荐(0)
摘要:安装分区以及配置方案 manjaro 安装分区以及配置方案 根分区/:看成Windows的C分区,在重装系统时只格式化根分区/ /home分区:要存放用户目录及用户日积月累的数据,要尽量大些 /boot:不使用 UEFI 时,/boot 的建议大小时 200 MB,使用 UEFI 时,需要至少 51 阅读全文
posted @ 2024-07-26 22:17 jokerpoker 阅读(650) 评论(0) 推荐(1)
摘要:安装系统 Arch Linux 安装使用教程 以下简述步骤,详情去链接查看 一. 下载镜像ios 验证签名 gpg --keyserver-options auto-key-retrieve --verify archlinux-202x.0x.01-x86_64.iso.sig 刻录到u盘 sud 阅读全文
posted @ 2024-07-26 22:08 jokerpoker 阅读(193) 评论(0) 推荐(0)