vault backup: 2026-01-23 17:16:43

This commit is contained in:
2026-01-23 17:16:43 +08:00
parent 2c630e4cd2
commit 5094127444

View File

@@ -16,4 +16,10 @@ aliases:
```shell
shource ~/.bashrc #重载bashrc文件
```
-
- Linux写脚本
```shell
vim mount_hgfs
sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other #填入
chmod +x mount_hgfs #增加执行权限
mv mount_hgfs /bin #移动到/bin路径下 以后使用 mount
```