Articles
How to use “grep” command to find text including subdirectories
Do the following: grep -rnw '/path/to/somewhere/'-e 'pattern' -r or -R is recursive, -n is...
Monitoring network connections with netstatNetstat is a useful Linux tool to help understand who is connected to/from your server, which...