Fixing high server loads caused by mining processes in Linux

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

Create Website in WebsitePanel

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

How to add Frame Forwarding to your website

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>  

How to install SSL certificates in DirectAdmin

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:

How to remove your IP from blacklisted in Directadmin

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

How to change email account password in cPanel

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

How to fix error in processing 451 temporary local problem in SquirellMail

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