pign google.com
ping google.com
ip r
htop
pign google.com
ping google.com
ip r
htop
- opening `htop` and clicking a column header to sort
- opening `nano` (or vim, or micro) and clicking and dragging to select text
- using the scroll wheel in `mc`
it often Just Works
- opening `htop` and clicking a column header to sort
- opening `nano` (or vim, or micro) and clicking and dragging to select text
- using the scroll wheel in `mc`
it often Just Works
Because they found htop to be a top-notch upgrade! 🤓
Because they found htop to be a top-notch upgrade! 🤓
htop -p "$(pgrep -d, nginx)"
This trick uses pgrep to grab the PIDs & feeds them directly to top/htop. See www.cyberciti.biz/faq/linux-fi... and www.cyberciti.biz/faq/show-all... for more
htop -p "$(pgrep -d, nginx)"
This trick uses pgrep to grab the PIDs & feeds them directly to top/htop. See www.cyberciti.biz/faq/linux-fi... and www.cyberciti.biz/faq/show-all... for more