摘要: 基本操作 http://www.yiibai.com/git/ git init git add . git commit -m 'first' git remote add origin https://github.com// git pull origin master --allow-unr 阅读全文
posted @ 2025-03-17 14:44 jokerpoker 阅读(9) 评论(0) 推荐(0)
摘要: 1. 我们需要看看是否看看本机是否存在SSH keys 打开Git Bash,并运行: $cd ~/.ssh 如果能进入到.ssh文件目录下 ,则证明,之前生成过.ssh秘钥,可以直接使用里面的秘钥。 如果不能进入到.ssh目录,则需要重新生成、 2.配置 分别输入以下命令检查是否设置 git co 阅读全文
posted @ 2025-03-17 14:42 jokerpoker 阅读(17) 评论(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 阅读(143) 评论(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 阅读(163) 评论(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 阅读(88) 评论(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 阅读(115) 评论(0) 推荐(0)
摘要: 解锁手机 解锁会导致数据全部清除,注意保存 Bootloader解锁,S-ON可以不用解锁(好像可以绕过解锁安装twrp,暂时没尝试) HTC 官方 Unlock Bootloader HTC Desire 20 pro 可以不通过官方网站解锁 adb reboot bootloader # 进入b 阅读全文
posted @ 2024-08-22 21:44 jokerpoker 阅读(350) 评论(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 阅读(898) 评论(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 阅读(147) 评论(0) 推荐(0)
摘要: Archlinux 安裝.deb文件 sudo pacman -S dpkg sudo dpkg -i xx.deb flutter 多版本管理 fvm 修改 ~/.bash_profile,修改下載地址 export PUB_HOSTED_URL="https://pub.flutter-io.c 阅读全文
posted @ 2024-07-26 22:20 jokerpoker 阅读(198) 评论(0) 推荐(0)