on:: Index / Tips
update:: 2023-03-17
chcp 65001
sudo sysctl debug.lowpri_throttle_enabled=0\
关闭全速备份:\
sudo sysctl debug.lowpri_throttle_enabled=1`
route-nopull ##不添加任何路由
route 192.168.1.0 255.255.255.0 net_gateway # 该网段走本地网络
route 10.0.0.0 255.0.0.0 vpn_gateway # 该网段走vpn网络
ssh -L 61000:localhost:5901 -N -l \[username\] \[remote linux ip\]
localhost:61000
array_to_img
Host github1
HostName github.com User git IdentityFile /.ssh/id_repo1
Host github2
HostName github.com User git IdentityFile \~/.ssh/id_repo2
Instead of using git@gihub.com:user/repo1, you would use: git@github1:user/repo1