unix:freebsd:quick_tips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| unix:freebsd:quick_tips [2019/09/21 22:44] – rodolico | unix:freebsd:quick_tips [2023/11/23 01:03] (current) – rodolico | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| egrep ' | egrep ' | ||
| </ | </ | ||
| + | |||
| + | Or, simply run | ||
| + | <code bash> | ||
| + | |||
| + | ==== List USB devices ==== | ||
| + | |||
| + | <code bash> | ||
| ===== Monitoring ===== | ===== Monitoring ===== | ||
| + | |||
| + | ==== CPU Temperatures ==== | ||
| + | |||
| + | Following command will show you the temperature of each core of a processor | ||
| + | <code bash> | ||
| + | |||
| ==== iotop substitute ==== | ==== iotop substitute ==== | ||
| Line 23: | Line 36: | ||
| Under Linux, watch repeats a command over and over, so it is useful for monitoring long running processes. The FreeBSD command // | Under Linux, watch repeats a command over and over, so it is useful for monitoring long running processes. The FreeBSD command // | ||
| - | <code bash> | + | <code bash> |
| ===== Package Management ===== | ===== Package Management ===== | ||
unix/freebsd/quick_tips.1569123852.txt.gz · Last modified: 2019/09/21 22:44 by rodolico
