Posts filed under 'Linux cmds'
Steps to do when Segmentation is high
Segmentation error
=============
tail /usr/local/apache/logs/error_log | grep “Segmentation”
/etc/inet.d/httpd restart
/scripts/upcp –force <—–when load is below 1.00, u can use this cpanel cmd
Add comment May 3, 2009
Linux nmap command options
nmap cmd
========
nmap -A -T4 www.domain.com (or) 125.19.124.34
options
——–
-v <—display open ports
-A <—display open ports with uptime, host, OS of that server
-T4 <—it enables extra minor optimizations
Add comment May 3, 2009