Adam Monsen 2015-06-26 22:42:18 -07:00
parent d0ac755710
commit 5634d55509
1 changed files with 5 additions and 0 deletions

View File

@ -216,6 +216,11 @@ Notes:
- Use `zless`, `zmore`, `zcat`, and `zgrep` to operate on compressed files.
- Use `trickle` to simulate slow bandwidth. Here's how to run firefox, limiting up/down network traffic to 100 KB/s:
```sh
trickle -s -u 100 -d 100 firefox
```
## System debugging