Last active
August 29, 2015 14:25
-
-
Save danielpereirabp/7f2cbc7b2d666cbe3227 to your computer and use it in GitHub Desktop.
Comandos úteis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Testa as configurações | |
nginx -t | |
# Verifica se a porta está sendo usada | |
netstat -napl | grep 9001 | |
# Testa a conexão com a porta | |
nc -vz localhost 9003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment