Last active
August 29, 2015 14:02
-
-
Save neko-fire/1fc8bb068e559e2cdec2 to your computer and use it in GitHub Desktop.
useful commands
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
ps auxww | grep php5-cgi #-- is the process running? | |
netstat -an | grep 9000 # is the port open? | |
# SQL server type | |
SHOW VARIABLES LIKE "%version%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment