Phone:
(701)814-6992

Physical address:
​6296 Donnelly Plaza
Ratkeville, ​Bahamas.

linux命令小抄

Linux命令小抄

创建用户

sudo apt update && sudo apt install sudo
Useradd -m -G sudo XXXX

Rsync 同步文件夹

rsync -P --rsh=ssh -r public -e 'ssh -p xxxx' [email protected]:/xxxx/xxxx/xxxx
bwg ssh://[email protected]:28631/home/gitrepo/blog.git (push)
qh ssh://[email protected]:2233/volume1/homes/tig/git/blog.git (fetch)

macOS clash 开启tun权限,执行以下命令后重启clash,不用重启应用。

sudo chown root:admin /Applications/ClashVerge.app/Contents/MacOS/clash 
sudo chmod +sx /Applications/Clash Verge.app/Contents/MacOS/clash sudo chown root:admin /Applications/Clash Verge.app/Contents/MacOS/clash-meta 
sudo chmod +sx /Applications/Clash Verge.app/Contents/MacOS/clash-meta