various
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -9,6 +9,4 @@ A b 单词后移
|
||||
C u 从光标位置到行首删除
|
||||
C k 从光标位置到行末删除
|
||||
|
||||
A c 大小写切换
|
||||
|
||||
A s sudo
|
||||
|
||||
@@ -23,6 +23,7 @@ NFS 允许将文件系统挂载到远程主机上。
|
||||
安装后:
|
||||
1) 服务端:
|
||||
a)echo "/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
|
||||
|
||||
Reference in New Issue
Block a user