Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sirusdas/b7b8cb5a79236f1d57994a536142be77 to your computer and use it in GitHub Desktop.
Save sirusdas/b7b8cb5a79236f1d57994a536142be77 to your computer and use it in GitHub Desktop.
Windows terminal lifesaver commands

How to verify if nginx is running or not?

tasklist /fi "imagename eq nginx.exe"

Check who is listening to a port?

netstat -aon | findstr '9123'

Check the last reboot?

systeminfo | find /i "Boot Time"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment