devices.xmupc1: add note

This commit is contained in:
陈浩南 2024-03-12 11:37:40 +08:00
parent ccc5727723
commit 079c97a064
2 changed files with 16 additions and 4 deletions

View File

@ -121,11 +121,9 @@ inputs:
{ {
enable = true; enable = true;
hostname = [ "pc.chn.moe" ]; hostname = [ "pc.chn.moe" ];
# optimise = { type = "nvidia"; nvidiaBusId = "1:0:0"; };
}; };
}; };
bugs = [ "xmunet" "backlight" "amdpstate" ]; bugs = [ "xmunet" "backlight" "amdpstate" ];
# users.users = [ "chn" "test" ];
}; };
networking.extraHosts = "74.211.99.69 mirism.one beta.mirism.one ng01.mirism.one"; networking.extraHosts = "74.211.99.69 mirism.one beta.mirism.one ng01.mirism.one";
services.colord.enable = true; services.colord.enable = true;

View File

@ -76,7 +76,19 @@ scancel -u chn
要将自己已经提交的一个任务优先级提到最高(只是自己已经提交任务的最高,不影响别人的任务): 要将自己已经提交的一个任务优先级提到最高(只是自己已经提交任务的最高,不影响别人的任务):
```bash ```bash
scontrol top job_id scontrol top 114514
```
要显示一个任务的详细信息(不包括服务器重启之前算过的任务):
```bash
scontrol show job 114514
```
要显示一个任务的详细信息(包括服务器重启之前算过的任务):
```bash
sacct --units M --format=ALL -j 114514 | bat -S
``` ```
## `sbatch` 的更多参数 ## `sbatch` 的更多参数
@ -160,7 +172,9 @@ umount /path/to/local/directory
* 用户名:自己名字的拼音首字母 * 用户名:自己名字的拼音首字母
* 密码和 ssh 一样(使用同样的验证机制)。 * 密码和 ssh 一样(使用同样的验证机制)。
RDP 暂时没有硬件加速(就是半透明之类的特效会有点卡),但也是能用的。 RDP 暂时没有硬件加速(主要是毛玻璃之类的特效会有点卡)。
记得在连接时点击“显示选项”将“体验”中的连接速度改为“LAN10 Mbps 或更高)”,不然会很卡。
## samba ## samba