• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar

A cPanel Tech

The Diaries of a Linux Server Administrator

  • Home
  • About
  • Privacy
You are here: Home / Archives for Tutorials

Tutorials

How to Force SSL Logins in WHM and cPanel

September 28, 2015 By admin Leave a Comment

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

Filed Under: Tutorials Tagged With: authentication, cpanel, security, ssl, whm

How to Setup WordPress Hosting server using nginx

September 25, 2015 By admin 3 Comments

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

Filed Under: Linux, MySQL, Tutorials, wordpress Tagged With: mariadb, nginx, wordpress

3 Tips to Secure SSH Access on a cPanel Server

September 17, 2015 By admin 1 Comment

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

Filed Under: Tutorials Tagged With: cpanel, security, ssh, ssh key authentication

Setting Up A Remote MySQL Server in your cPanel server

August 6, 2013 By admin Leave a Comment

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

Filed Under: MySQL, Tutorials Tagged With: cpanel, mysql, phpmyadmin, remote database server, remote mysql, whm

How to Keep Your Shell Session Alive Using “Screen”

August 2, 2013 By admin Leave a Comment

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”

Filed Under: Tutorials Tagged With: linux, screen, shell session

« Previous Page
Next Page »

Primary Sidebar

Copyright 2018 CPanelTech