[Cheat Sheet] Linux Command

1. Real time monitor CPU/RAM/Disk
> top

2. See command history
> history | less
> history | tail
> history 25

3. Exit | less
type q

4. Check port using
> netstat -tulpn | grep :443

5. Stop service
> service httpd stop

Comments

Popular posts from this blog

M5Stack ESP32

Express connect to mysql

How to debug msbuild