Last active
March 2, 2017 02:20
-
-
Save seanblanton/09acabf3121b9bcf9ba6b17377b21330 to your computer and use it in GitHub Desktop.
Sever logging tricks
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
# look in server logs for a single keyword match | |
grep "file" /var/log/apache2/access.log | |
# IP lookup | |
ipinfo.io/IP_ADDRESS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment