Knowledgebase
Portal Home > Knowledgebase
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Categories
Most Popular Articles
Cpanel Starter Guide
Edit Setup
Now login to your WHM as the root user.
This is the main section to your web server where you can set the options once and will...
Views: 5281
Check Port Usage
To check a specific port's usage (processes using a specific port), run this command
netstat -apt | grep 'portnumber'
Replace "portnumber"...
Views: 1698
Set Up Nameservers
GoDaddy DNS Setup:
Login to your Godaddy account and click "domain manager" on the left column. Then select the domain
on the right from the...
Views: 1673
.htaccess tutorials
.htaccess tutorials
What Can I Do?
You may be wondering what .htaccess can do, or you may have read about some of its uses but don't realise...
Views: 1613
Trace DDoS / UDP.pl
Trace DDoS / UDP.pl
Run via command line (ssh):
netstat -n
find /usr/local/apache/domlogs -print | xargs grep udp.pl
find / -name udp.pl...
Views: 1605