Uncategorised

How to install SSL Certificate in Plesk Panel

Step 1: Create CSR from Plesk panel: Login to Plesk Panel. Click on domain. Click on SSL/TLS certificates. Click on +Add SSL/TLS Certificate. Enter the details. You can refer to below screenshot. Click on request. The CSR will be generated. Step 2: After CSR generation provide the CSR to SSL certificate provider. They will provide […]

Uncategorised

Basic know how about SSL

Difference between Positive & Positive Wildcard SSL? Positive SSL secures single domain name while Positive Wildcard SSL secures multiple subdomains on a single domain name. What Is a CSR? CSR stands for Certificate Signing Request. A CSR contains information such your organization’s name, your domain name, and your location, and is filled out and submitted […]

Uncategorised

Types of SSL for your website

Secure Socket Layer (SSL), is a digital certificate issued for a Domain by a central authority called the Certificate Authority. SSL validates your websites identity, and encrypts the information visitors send to, or receive from, your site. SSL encrypts the information sent from user’s browser to your website and also authenticates your websites identity. It […]

Uncategorised

Working with database in Plesk

You can create and remove databases in Websites & Domains > Databases. You can create a database by specifying its name. If your subscription grants you the corresponding permission, you can choose a database type and the database server on which the database should be created. You can select a website on which the database will be used […]

Uncategorised

Adding DNS record

DNS records serve to facilitate domain name translation and help visitors reach your website online. When a domain is created in Plesk, all the necessary DNS records are added automatically. However, Plesk also enables you to add custom DNS records, as explained below. To add a DNS record to the domain’s DNS zone, go to Websites […]

Uncategorised

Adding domain & sub-domain in Plesk

Adding Domains The newly added domain will share the subscription’s resources with all other domains belonging to the same subscription. However, in all other respects the newly created domain will be independent from the principal one – it will have its own web hosting and DNS settings, databases, mail accounts, and so on. To add […]

Uncategorised

How to create email address in Plesk?

Log into plesk panel Go to Mail and then click Create Email Address. Specify the following mailbox settings: Email address. Type the left part of the email address before the @ sign, and, if you have several domain names on your account, select the domain name under which the email address will be created. Password. Set the password […]

Uncategorised

How to upload content using Plesk?

There are two ways you can upload content in your website, listed below are the steps on how to do so. Using FTP. This way is better when several people manage a website’s content because it does not require access to your customer account. You can just create FTP users for them To publish a […]

Uncategorised

How to install Lambda Stack on GPU server

One-line installation of TensorFlow, Keras, Caffe, CUDA, cuDNN, and NVIDIA Drivers for Ubuntu 16.04 and 18.04. Ubuntu 18.04 / Ubuntu 16.04 desktop installation Paste this command into a fresh Ubuntu installation to install Lambda stack on your desktop system. For servers, see the server installation section. LAMBDA_REPO=$(mktemp) && \ wget -O${LAMBDA_REPO} https://lambdalabs.com/static/misc/lambda-stack-repo.deb && \ sudo dpkg […]

Uncategorised

Difference between GPU vs CPU?

Let’s take a look at the differences between a CPU vs GPU in detail. Central Processing Unit (CPU) A Central Processing Unit (CPU) is the brain of any computer or server. Any dedicated server will come with a physical CPU (sometimes two or four) to perform the basic processing of the operating system. Cloud VPS […]