How to List processes by monitoring RAM usage
To do this, simply SSH to the server and run the command below: ps aux | awk ‘{print $2, $4, $11}’ | sort -k2rn | head -n 20 You will get something like below:
To do this, simply SSH to the server and run the command below: ps aux | awk ‘{print $2, $4, $11}’ | sort -k2rn | head -n 20 You will get something like below:
If you encounter an abnormal high load process in your server, it may be due to hidden mining processes. vi /etc/rc.local Check for the following 2 lines in the file and remove it: nohup /usr/bin/_-pud 119.78.232.8 >/dev/null& nohup /usr/bin/_-minerd -c /usr/bin_-config 2> /dev/null& Remove the following files: rm /usr/bin/_-minerd rm /usr/bin/_-pud rm /usr/bin/_-config rm /etc/ld.so.preload
Under your domain’s public_html folder, there should be a file named “.htaccess”. If it is not there create a new file with the same name. Edit the “.htaccess” file and add this line: DirectoryIndex default.html Where “default.html” is the name of your default page
WebsitePanel is a Multi-Tenant, Enterprise Hosting Automation Tool. It enables you to centralize the management of your hosting infrastructure and share resources across multiple customer accounts. In order to add a new domain in WebsitePanel, kindly follow the steps below: Step 1: Select the “Web Sites” icon under the user account. Step 2: Click the
Step 1: If you wish to preview your site as another site without redirecting the site, you may add the frame forwarding to your website hosting. To do that, create an index.html file and add the following lines into the file. <html><head><title>Title of your webpage</title></head> <frameset cols=”*”> <frame name=”main” src=”http://www.site-helper.com” scrolling=”auto” noresize> <noframes> <body>
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.domain\.com [NC] RewriteRule (.*) http://www.domain.com/$1 [L,R=301] or RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Step 1: Log in to DirectAdmin control panel and click “SSL Certificates” Step 2: Please choose the 2nd radio button on the left panel and choose “Create A Certificate Request” and fill in the form, example: 2 Letter Country Code: MY State/Province: Selangor City: Petaling Jaya Company: ABC SDN. BHD. Company Division: IT *Common Name:
The DirectAdmin control comes with the Brute Force Attack Monitor where it will block the attacker IP to accessing the control panel at port 2222. If there’s a lot of failure login to access the control panel, the user IP will be blacklisted as well and it will released after certain time (depend on your
In this tutorial guide, we will teach you how to reset your email account’s password if you have forgotten it. Step 1 – Login into cPanel. Step 2 – Click “Email Accounts” under “Mail”. Step 3 – Select the email account that you want to reset its password. Step 4 – You can
ERROR: Message not sent. Server replied: Requested action aborted: error in processing 451 Temporary local problem – please try later ———————————————————————————————————————————————- Solution: vi /etc/clamd.conf look for LocalSocket, uncomment it so it becomes: LocalSocket /tmp/clamd then restart clamav: [root@sample]# /etc/init.d/clamd restart Starting clamd daemon: /usr/local/sbin/clamd Starting freshclam daemon: /usr/local/bin/freshclam -d -c 6 *Retry back to do the