TGINSIGHT CHAT
XiReiki
@xiayinlily
Technologies折腾爱好者(业余段位),发布一些自己折腾(过)的小玩意。 入群请查看机器人的消息 ——— 博客: xireiki.com 次频道: @HeQuan_ShaWu / @imxireiki / @CloudServiceList GPG: 338847D6D4430379 Discord: https://discord.com/invite/XwXb4cTEak Matrix: https://matrix.to/#/#xireiki:matrix.org
Recent posts
Page 1 of 15 · 173 posts
Posted Mar 23
pgp2ssh Github: xireiki/pgp2ssh 改了一个小玩意,可以把 gpg 私钥转换为 SSH 私钥 先使用这个命令导出对应的私钥 ❯ gpg2 --export-secret-keys --armor [email protected] > priv.asc 然后使用 ./pgp2ssh -f ./priv.asc -l 查看密钥的序号(-f 选项默认值 ./priv.asc) 接着使用这个命令导出对应的密钥作为 SSH 私钥(例如密钥 1) ./pgp2ssh -f ./priv.asc -n 1 -p <password> 还可以使用 -s /path/to/file 保存私钥和公钥为文件,file 是私钥,file.pub 是公钥 ❯ ./pgp2ssh -h Usage of ./pgp2ssh: -f string Path to private PGP key file (default "./priv.asc") -l List all available keys -n int Index of the key to use (0 for primary key) (default -1) -p string Passphrase to decrypt PGP key -s string Save private and public keys to file (e.g., -s ./id_ed25519) #Github#openPGP#SSH
Posted Feb 16
新春快乐!
Posted Dec 31
Posted Dec 31
Happy New Year! ———————— 新年快乐!祝在新的一年里万事如意、身体健康、阖家幸福,好运连连,笑口常开!🎉🎉🎉
Posted Dec 31
Thank you for being with us 💙💚 #telemetrio2025
Hashtags
Posted Dec 18
很多人都知道 Telegram 有网页版,总有人想要尝鲜使用一下,作为网页版,最大的好处就是隐蔽,浏览器记录一删,根本发现不了安装了 Telegram。 可是网页版没有中文,也不能使用自定义语言包,那么如何解决这个问题呢? 诶!经过我的分析(Web K),其实网页版(Web K)也是和其他客户端一样从 Telegram 服务器获取语言包的。这!就给了我们可乘之机! 设置中文教程: 1. 首先登录 Web K,打开语言设置页面 2. 打开浏览器搜索框,粘贴下面这段 js 代码,修改第一个选项为中文 j…
Posted Dec 16
很多人都知道 Telegram 有网页版,总有人想要尝鲜使用一下,作为网页版,最大的好处就是隐蔽,浏览器记录一删,根本发现不了安装了 Telegram。 可是网页版没有中文,也不能使用自定义语言包,那么如何解决这个问题呢? 诶!经过我的分析(Web K),其实网页版(Web K)也是和其他客户端一样从 Telegram 服务器获取语言包的。这!就给了我们可乘之机! 设置中文教程: 1. 首先登录 Web K,打开语言设置页面 2. 打开浏览器搜索框,粘贴下面这段 js 代码,修改第一个选项为中文 javascript:(function() { 'use strict'; document.querySelector(".sidebar-left-section-content .row input[type=radio]").value = "zh-hans-beta"; document.querySelector(".sidebar-left-section-content form .row .row-subtitle").innerHTML = "中文简体(Beta)"; document.querySelector(".sidebar-left-section-content form .row .radio-field-main").innerHTML = "Chinese (Simplified)"; })(); 3. 点击其他未被修改的语言选项后再点击被修改为“中文”的选项 4. 此时你会发现语言还是其他语言,不是中文,此时刷新网页即可 比较遗憾的是,不是所有浏览器都能在地址栏执行 js 代码,示例中使用的是 Via 浏览器 提供的代码使用的是 zh-hans-beta 语言包 from @xiayinlily #WebK#中文#Telegram
Posted Dec 14
sing-box 1.12.13-444e075e Environment: go v1.25.5 Tags: with_quic,with_dhcp,with_wireguard,with_tailscale,with_utls,with_acme,with_clash_api,with_v2ray_api,with_gvisor commit: Build 1.12.13(Push) - Support override TLS option - Support temporary disable rule - add `urltest_unified_delay` in experimental config - clash-api: Add rule-provider support - clash-api: Add restart support - Add reload support - Add Outbound Provider
Posted Dec 14
sing-box for android Environment: go v1.25.5 Tags: with_quic,with_dhcp,with_wireguard,with_tailscale,with_utls,with_clash_api,with_gvisor commit: Build 1.13.0-alpha.28(Push) - Support override TLS option - Support temporary disable rule - add urltest_unified_delay in experimental config - clash-api: Add rule-provider support - Add kTLS support for outbound provider - clash-api: Add restart support - Add reload support - Add Outbound Provider
Posted Dec 14
我还是没改
Posted Dec 14
sing-box 1.13.0-alpha.28-f8299936 Environment: go v1.25.5 Tags: with_quic,with_dhcp,with_wireguard,with_tailscale,with_utls,with_acme,with_clash_api,with_v2ray_api,with_gvisor commit: Build 1.13.0-alpha.28(Push) - Support override TLS option - Support temporary disable rule - add `urltest_unified_delay` in experimental config - clash-api: Add rule-provider support - Add kTLS support for outbound provider - clash-api: Add restart support - Add reload support - Add Outbound Provider
Posted Oct 29
由于一些原因,下个版本起,providers 的配置可能大改,与之前不同,出站覆盖选项也将分离(可能) For a number of reasons, the providers configuration will be significantly changed from the next release, and the outbound override options will be separated from the previous version