Skip to content

Instantly share code, notes, and snippets.

@Warm-rain
Last active May 24, 2019 23:34
Show Gist options
  • Save Warm-rain/257f19092408a793e70b462ff78903ba to your computer and use it in GitHub Desktop.
Save Warm-rain/257f19092408a793e70b462ff78903ba to your computer and use it in GitHub Desktop.
群辉专栏
transmission-web一键汉化
```python
wget https://github.com/ronggang/transmission-web-control/raw/master/release/install-tr-control.sh
```
nohup查看杀死
查看jobs
关闭当前后台运行的程序
kill 命令
(1)通过jobs命令查看jobnum,然后执行 kill %jobnum
(2)通过ps命令查看进程号PID,然后执行 kill %PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment