Cyberithub

How to install PHP on Ubuntu 18.04

In this article, I will take you through the steps to install php on Ubuntu 18.04. 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. Install PHP on Ubuntu Prerequisites Apache webserver should have already be ... Read more

How to use gcloud for GCP Login in 2 Best Steps

How to use gcloud for GCP Login in 2 Best Steps 6

In this article, I will take you through the steps to use gcloud command for GCP Login. The gcloud compute command-line tool enables you to easily manage your Compute Engine resources in a friendlier format than using the Compute Engine API. Before using the google interactive mode for our operations, we need to authenticate through ... Read more

How to manage ports in Docker(v1.13)

How to manage ports in Docker(v1.13) 10

In this article, I will take you through the steps to manage ports in Docker. By default, when you create a container, it does not publish any of its ports to the outside world. To make a port available to services outside of Docker, or to Docker containers which are not connected to the container’s ... Read more

Tutorial: How to do ElasticSearch Backup and Restore(v7.5)

Tutorial: How to do ElasticSearch Backup and Restore(v7.5) 12

In this tutorial, we will go through Elasticsearch Backup and Restore procedure. Elasticsearch is an open source search engine based on Lucene, developed in Java. It provides a distributed and multitenant full-text search engine with an HTTP Dashboard web-interface (Kibana). The data is queried, accessed and stored in a JSON document format. Elasticsearch is a ... Read more

Top 20 ElasticSearch API Query for Developers Part - 1

Top 20 ElasticSearch API Query for Developers Part - 1 14

In this article, I will take you through 10 Best ElasticSearch API Query. Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java. Here we will see different types of Elasticsearch api query ... Read more