Add ncdu link

This commit is contained in:
Fernando Almeida
2016-08-25 00:22:26 -03:00
parent 2c9b9c4882
commit 54fc8a3054
14 changed files with 14 additions and 14 deletions

View File

@@ -297,7 +297,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- 使用 [`mtr`](http://www.bitwizard.nl/mtr/) 去跟踪路由,用于确定网络问题。
-`ncdu` 来查看磁盘使用情况,它比常用的命令,如 `du -sh *`,更节省时间。
-[`ncdu`](https://dev.yorhel.nl/ncdu) 来查看磁盘使用情况,它比常用的命令,如 `du -sh *`,更节省时间。
- 查找正在使用带宽的套接字连接或进程,使用 [`iftop`](http://www.ex-parrot.com/~pdw/iftop/) 或 [`nethogs`](https://github.com/raboof/nethogs)。