James Wright
- Total activity 141
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 83
Articles
Recent activity by James Wright-
How to start a service on boot with CentOS6?
Introduction This article will walk you through starting a service on boot when using CentOS6. Procedure In CentOS6, the 'chkconfig' command is used to enable services to start on boot. The s...
-
What is username-based protection in cPHulk?
Question What is username-based protection in cPHulk? Answer Username-based protection will lock a user as a whole from logging in if a brute-force attack is detected. The following excerpt from ...
-
How do I execute a script when my server reboots?
Question How do I execute a script when my server reboots? Answer To execute a script when the server reboots, the crontab can be used with an "@reboot" timeframe. Example: @reboot /path/to...
-
When is WP Toolkit Deluxe available for purchase?
Question When is WP Toolkit Deluxe available for purchase? Answer WP Toolkit Deluxe is included with the cPanel license at no additional cost. Additional resources WP TOOLKIT
-
Is there a limit to the number of domains that can be added to cPanel?
Question Is there a limit to the number of domains that can be added to cPanel? Answer While there is no hard limit imposed by cPanel to the number of domains that can be added to an account,...
-
Can I install mPDF in cPanel?
Question Can I install mPDF in cPanel? Answer Yes, mPDF can be installed and will work with MultiPHP Manager. mPDF is a number of PHP classes in '.php' files rather than a compiled binary module ...
-
How do I open ports or whitelist IP addresses in the Digital Ocean Firewall?
Question How do I open ports or whitelist IP addresses in the Digital Ocean Firewall? Answer cPanel does not directly control the firewall for your server. Digital Ocean provides what it calls "C...
-
What packages are excluded by default in cPanel in the yum.conf?
Question What packages are excluded by default in cPanel in the yum.conf? Answer The packages that are excluded in the cPanel yum.conf as of v92 are: exclude=courier* dovecot* exim* filesys...
-
How to update glue records with hover.com
Introduction This article will walk you through how to update your glue records for existing nameservers at hover.com Procedure From the domain's overview section, click on the "Advanced" tab...
-
How to manually compress a directory with tar
Introduction This article will walk you through manually compressing a directory with tar on the command line. Procedure You will first need to know the path to the directory you wish to comp...