vault backup: 2026-01-23 17:16:43
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user