# 外部控制设置(给网页壳开门) external-controller: 127.0.0.1:9090 secret: “.” # 你自己设置的通信密码 external-ui: ui # 指定本地网页壳存放的子文件夹 mixed-port: 5678 mode: rule allow-lan: true log-level: info […]
Category: Tools
Mihomo
sudo nohup mihomo -d . > /dev/null 2>&1 & sudo pkill mihomo ps aux | grep mihomo # — Mihomo […]
Sublime Auto Dark Mode
save this file as python file format, e.g.: auto_dark_mode.py you can change the color theme if you wish import sublime […]
Keep SSH Connection Alive
ssh user@ip-address -i ~/.ssh/RSA file -p port number -o ServerAliveInterval=60 -o ServerAliveCountMax=3
Vim Orders
01 Move Cursor 02 Screen Scroll and Jump 03 Text Find & Replace 04 Text Insert 05 Text Delete 06 […]
Replace blanks in VS Code
Step 1: Press the group keys “Ctrl+F” and paste “^\s*(?=\r?$)\n“, then press group keys “Alt + R“. Step 2: Replace the multiple […]