Posts

Showing posts with the label Shared Host

Clone github repository on the shared host for Continuous Integration

First follow the article on   Creating Github workflow  using Github Actions and then you can use the following steps on setting up your repo on the shared host This Article demonstrates how to set up a private repository on your local host. This allows the user to use cPanel as an automatic deployment location for their project that can run PHP, Ruby, Node.js™, or other desktop applications. Important: This tutorial uses GitHub as an example host for a private repository. However, most of the steps in this tutorial are similar to the steps for any other private repository host. The steps in this tutorial require the  Shell Access  setting in cPanel & WHM version 70 or earlier or the  Shell Access & Terminal  setting in cPanel & WHM version 72 or later. Because they require SSH access, you  must  perform additional steps in order to clone a privately-hosted remote repository. This feature enforces several restrictions on clone URLs, and it verifies the remote host’s public

How to SSH into your remote machine

Image
Introduction Accessing machines remotely became a necessity a long time ago and we can barely imagine how it would be if we couldn’t control computers from remote locations. There are many ways to establish a connection with a remote machine depending on the operating system you are running, but the two most used protocols are: Secure Shell (SSH) for Linux-based machines Remote Desktop Protocol (RDP) for Windows-based machines The two protocols use the client and server applications to establish a remote connection. These tools allow you to gain access and remotely manage other computers, transfer files, and do virtually anything you can do while physically sitting in front of the machine. High-Performance Dedicated Servers Starting at Only  $199.00   $90.00 /mo CONFIGURE NOW Prerequisites Before you can  establish a secure remote desktop protocol  with a remote machine, there are a few basic requirements to meet: The remote computer must be turned on at all times and have a network co