Changes

From SME Server
Jump to navigationJump to search
213 bytes added ,  23:25, 29 September 2015
Line 421: Line 421:     
the history command can be useful in combination with added comments to shell commands for more precise analysis or (automatic) reporting based on a shell script and cron.
 
the history command can be useful in combination with added comments to shell commands for more precise analysis or (automatic) reporting based on a shell script and cron.
 +
 +
====Find open ports====
 +
 +
* netstat
 +
# netstat -anp|grep 5232
 +
tcp        0      0 192.168.12.233:5232        0.0.0.0:*                  LISTEN      2028/python
 +
 +
* nmap
 +
yum install nmap
 +
nmap localhost -p 5232
    
===Raid===
 
===Raid===

Navigation menu