Cyberithub

How to Install or Enable ssh on Ubuntu(18.04/17.04/16.04)

In this tutorial, I will take you through the steps to enable ssh on Ubuntu(18.04/17.04/16.04). OpenSSH is a freely available version of the Secure Shell (SSH) protocol family of tools for remotely controlling, or transferring files between, computers. Traditional tools used to accomplish these functions, such as telnet or rcp, are insecure and transmit the ... Read more

For Beginners: Create Virtual Machine in Azure with Just 8 Easy steps

For Beginners: Create Virtual Machine in Azure with Just 8 Easy steps 17

In this article, We will go through step by step procedure to create virtual machine in Azure. Microsoft Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through Microsoft-managed data centers. It provides software as a service (SaaS), platform as a service (PaaS) and infrastructure as ... Read more

How to install PHP on RedHat/CentOS 7 with Easy Steps

In this article, I will take you through the steps to install PHP on RedHat/CentOS 7. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Pre-requisites Apache web server should already be installed. Update the System ... Read more

Learn HTML Tables(v5) with Best Examples

In this tutorial, I will take you through the usage of html tables with best examples. What is table? A table is an arrangement of data in rows and columns, or possibly in a more complex structure. Tables are widely used in communication, research, and data analysis. a)Tables are useful for various tasks such as ... Read more