This commit is contained in:
2025-11-15 00:24:42 +01:00
parent c9076b74ab
commit 0c673bc923
9 changed files with 410 additions and 15 deletions

View File

@@ -1,14 +1,14 @@
不在 KDE 中运行 Dolphin 时前景色可能会很奇怪,在 .config/dolphinrc 中指定颜色主题可以解决:
不在 Plasma 中运行 Dolphin 时前景色可能会很奇怪,在 .config/dolphinrc 中指定颜色主题可以解决:
```conf
[UiSettigs]
[UiSettings]
ColorScheme=<name>
```
例如<s>大家都喜欢的</s>猫布奇-抹茶-蓝
```conf
[UiSettigs]
[UiSettings]
ColorScheme=Catppuccin Mocha Blue
```

View File

@@ -9,6 +9,4 @@ A b 单词后移
C u 从光标位置到行首删除
C k 从光标位置到行末删除
A c 大小写切换
A s sudo

View File

@@ -23,6 +23,7 @@ NFS 允许将文件系统挂载到远程主机上。
安装后:
1) 服务端:
aecho "/path/to/share *(rw,no_subtree_check,async)" | sudo tee -a /etc/exports
或更精确的权限控制
b) systemctl 启动 nfs-server 服务
2) 客户端
a) sudo mount -t nfs -o vers=4,noatime,async 100.x.y.z:/path/to/share /path/to/mount