cPanel and WHM logins will transmit the sensitive username and password through the internet and it needs to be secure. If anyone intercepts the traffic, they will be able to decode the username and password if they are submitted through an insecure page. Hence it is quite vital to use secure pages for WHM, cPanel and Webmail logins using SSL logins. … [Read more...] about How to Force SSL Logins in WHM and cPanel
Tutorials
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to Setup WordPress Hosting server using nginx
This is how I set up a WordPress hosting for my clients. And believe me, I have got a page load time of less than one second, and when set up in a $10 digital ocean server, it could handle ~200 concurrent users. … [Read more...] about How to Setup WordPress Hosting server using nginx
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
3 Tips to Secure SSH Access on a cPanel Server
SSH is the gateway to a linux server. To do any advanced tasks in the server, we need the command line access and it is provided by the SSH service. So, keeping the SSH access to a server secure means keeping the server secure. There are a lot of ways to secure SSH service. Ideally we need to close all vulnerabilities. … [Read more...] about 3 Tips to Secure SSH Access on a cPanel Server
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
Setting Up A Remote MySQL Server in your cPanel server
Recent versions of cPanel allow administrators the option of hosting a MySQL server on a separate box, which can help decrease resource usage from high-activity MySQL databases. Setting up the remote database server is easy: … [Read more...] about Setting Up A Remote MySQL Server in your cPanel server
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to Keep Your Shell Session Alive Using “Screen”
Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows. … [Read more...] about How to Keep Your Shell Session Alive Using “Screen”