Installing LEMP-Stack on CentOS7

This guide will show you the steps needed to install a basic LEMP stack on your Non-cPanel server running CentOS. All the commands shown will need to be run as root on your server via SSH. Installing LEMP Stack Connect to your server as the root user via SSH. Before installing we need to ensure Read More >

Installing Django 2.0 Ubuntu

Django is an open-source framework written in python for quickly building web applications. Django includes user authentication, content management, sites maps, and several other features by default to make it easier and faster for developers to build their applications. In this article, we will show you how to install a Django. You must have a Read More >

Installing Django 2.0 CentOS

Django is an open-source framework written in python for quickly building web applications. Django includes user authentication, content management, sites maps, and several other features by default to make it easier and faster for developers to build their applications. In this article, we will show you how to install a Django. You must have a Read More >

How to Add SSH Keys to Your GitHub Account

In this tutorial: Why use an SSH key? How to Create an SSH Key Adding an SSH Key to Your GitHub Account GitHub offers a convenient SSH key feature for accessing your repositories on the command line. Instead of using usernames and passwords every time you push to or pull from your repository, you can Read More >

How to Use SCP For Secure File Transfer

In this article, we will show you how to use SCP for secure file transfer between your local computer and your InMotion Hosting server. SCP uses SSH to make a secure connection to the server. This means that in order to complete a safe, secure file transfer, you will not need to install any additional Read More >

How to Create a Strong Passphrase for SSH

You might be wondering what passphrases are, how they’re different from passwords, and how you can use them effectively. Most simply, passwords are used to secure credentials for most of the services and devices you log into regularly. These services can be anything from cPanel, AMP, or your favorite social media applications. In this article, Read More >

How to Install Percona DB Server

In this tutorial we will show you how to install Percona DB server via SSH. This will allow you to replace MySQL with Percona DB Server. Percona DB Server is not officially supported by cPanel and InMotion at this time. You will need Root Access to complete this guide. Installing Percona SSH into your server Read More >

How to Install MariaDB

In this tutorial we will show you how to install/upgrade MariaDB on your VPS or Dedicated Server. It is recommended that you move from MySQL to MariaDB using the software interface within WHM. This tool allows you to manage updates for your version of MariaDB automatically. As the vendor releases updates or patches for your Read More >

What is MariaDB?

MariaDB is an open source relational database management system based on MySQL. It is a fork or developmental derivative of MySQL and provides a replacement for MySQL as well. The database was developed after MySQL was acquired by the Oracle Corporation. One of MariaDB’s strengths is that it focuses on security for the database with Read More >

How to Generate SSH Keys

Secure Shell (SSH) access grants you command-line interface (CLI) access to your web server. One of the major advantages of SSH is a secure, remote connection to your server. The SSH program uses a password to connect, but it is more secure to use SSH keys, or SSH key pairs. This is a type of Read More >