This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "excalidraw", | |
"version": 2, | |
"source": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor", | |
"elements": [ | |
{ | |
"id": "j4gI1JmOACeX_f63BItE9", | |
"type": "rectangle", | |
"x": 572, | |
"y": 228, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "excalidraw", | |
"version": 2, | |
"source": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor", | |
"elements": [ | |
{ | |
"type": "rectangle", | |
"version": 638, | |
"versionNonce": 658548647, | |
"isDeleted": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxies: | |
- {name: "HK-deault", type: socks5, port: 7891, server: 127.0.0.1} | |
- {name: "TW-deault", type: socks5, port: 7891, server: 127.0.0.1} | |
- {name: "KR-deault", type: socks5, port: 7891, server: 127.0.0.1} | |
- {name: "JP-deault", type: socks5, port: 7891, server: 127.0.0.1} | |
- {name: "SG-deault", type: socks5, port: 7891, server: 127.0.0.1} | |
- {name: "US-deault", type: socks5, port: 7891, server: 127.0.0.1} | |
- {name: "Others-deault", type: socks5, port: 7891, server: 127.0.0.1} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- DOMAIN-SUFFIX,jetbrains.com | |
- DOMAIN-SUFFIX,ankiweb.net | |
- DOMAIN-SUFFIX,gnome.org | |
- DOMAIN-SUFFIX,oracle.com | |
- DOMAIN-SUFFIX,oraclecloud.com | |
- DOMAIN-SUFFIX,keychron.com | |
- DOMAIN-SUFFIX,linuxmirrors.cn | |
- DOMAIN-SUFFIX,bmkg.xyz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- DOMAIN-KEYWORD,xn--ngstr | |
- DOMAIN-SUFFIX,services.googleapis.cn | |
- DOMAIN-SUFFIX,tvv.tw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<keymap version="1" name="Derry" parent="$default"> | |
<action id="$Redo"> | |
<keyboard-shortcut first-keystroke="shift ctrl z" /> | |
<keyboard-shortcut first-keystroke="shift alt back_space" /> | |
<keyboard-shortcut first-keystroke="ctrl y" /> | |
</action> | |
<action id="ActivateTerminalToolWindow"> | |
<keyboard-shortcut first-keystroke="alt f12" /> | |
<keyboard-shortcut first-keystroke="ctrl back_quote" /> | |
</action> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# 此脚本修复archlinux中由于usb3导致的挂起黑屏问题 | |
# | |
# 1. put in /lib/systemd/system-sleep/system-sleep-fix-usb3.sh | |
# 2. chmod a+x /lib/systemd/system-sleep/system-sleep-fix-usb3.sh | |
if [ "${1}" == "pre" ]; then | |
# Do the thing you want before suspend here, e.g.: | |
echo "Unload xhci_pci module before suspending at $(date)..." > /tmp/systemd_suspend_test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################################################## 引用 | |
p: &p {proxies: [🇨🇳 HK, 🇸🇬 SG, 🇯🇵 JP, 🇨🇳 TW, 🇰🇷 KR, 🇺🇸 US, 🌍 Others]} # 所有节点 | |
p-nohk: &p-nohk {proxies: [🇸🇬 SG, 🇯🇵 JP, 🇨🇳 TW, 🇰🇷 KR, 🇺🇸 US, 🌍 Others]} # 非HK节点 | |
rp: &rp {type: http, interval: 86400} # 1d # 规则订阅 | |
tu: &tu {url: "https://cp.cloudflare.com/generate_204"} # 测速网址 | |
fb: &fb {<<: *tu, type: fallback, interval: 10} # [default] lazy=true # 故障转移 | |
ut: &ut {<<: *tu, type: url-test, tolerance: 150} # [default] lazy=true # 测速配置 | |
pp: &pp {<<: [*rp, *tu], health-check: {enable: true, lazy: false, interval: 28800}} # 8h # 代理订阅 | |
pg-region: &pg-region {<<: *ut, lazy: false, interval: 1800, hidden: tru |