GoLinuxHub

Linux tutorials, DevOps guides, shell scripting, automation, and practical how-to content.

Latest Articles

How to check the swap memory usage by a process in Linux

Jul 28, 2018

Earlier I had written an article on [**swappiness**]({{< relref "what-is-swappiness-and-how-do-we-change/index.md" >}}) and different commands to [**check memory usage per process**](https://www.golinuxcloud.com/check-memory-usage-per-perocess-linux/) on Linux here I will show you some of the methods which can

How to test ssh connection using bash script in Linux

Jul 22, 2018

There can be multiple scenarios due to which ssh connection may fail, some of them can be [![man working late](man-working-late.webp)](man-working-late.webp) * network issues * password incorrect * passphrase incorrect * and many

Part 4: How to create, launch and connect to an instance from scratch in Openstack

Jul 9, 2018

**Below list of topics are covered in this article** * [Create an Instance]({{< relref "how-to-create-launch-and-connect-to-instance-openstack/index.md" >}}#CreateanInstance) * [Associate Floating IP to the Instance]({{< relref "how-to-create-launch-and-connect-to-instance-openstack/index.md" >}}#AssociateFloatingIPtotheInstance) * [Modify Security Group for the Instance]({{< relref "how-to-create-launch-and-connect-to-instance-openstack/index.md" >}}#ModifySecurityGroupfortheInstance) * [Connect to

Part 3: Create Glance Image, Cinder Volumes, Flavor Templates and key pairs for an Instance in Openstack

Jul 9, 2018

**Below list of topics are covered in this article:** * [Creating Glance Image]({{< relref "create-glance-image-flavors-key-pairs-cinder-volumes-openstack/index.md" >}}#CreatingGlanceImage) * [Create Volumes]({{< relref "create-glance-image-flavors-key-pairs-cinder-volumes-openstack/index.md" >}}#CreateVolumes) * [Create Flavors]({{< relref "create-glance-image-flavors-key-pairs-cinder-volumes-openstack/index.md" >}}#CreateFlavors) * [Managing Key Pairs]({{< relref "create-glance-image-flavors-key-pairs-cinder-volumes-openstack/index.md" >}}#ManagingKeyPairs) In my last article I have already

Part 2: Configure Openstack OVSBridge, Network (Neutron), Public and Private Network, Router in Openstack

Jul 8, 2018

**Below list of topics are covered in this article** * [Step 1: Configure OVSBridge on the Controller]({{< relref "configure-openstack-ovsbridge-network-neutron-router/index.md" >}}#Step1ConfigureOVSBridgeontheController) * [Step 2: Create Internal Network]({{< relref "configure-openstack-ovsbridge-network-neutron-router/index.md" >}}#Step2CreateInternalNetwork) * [Step 3: Create External Network]({{< relref "configure-openstack-ovsbridge-network-neutron-router/index.md" >}}#Step3CreateExternalNetwork) *

Part 1: Step by Step Guide to Install Openstack using Packstack with Compute and Controller node on RHEL 7

Jul 8, 2018

**OpenStack** project, which is also called a cloud operational system, consists of a number of different projects developing separate subsystems. Any OpenStack installation can include only a part of them. Some subsystems can even be used separately or as part of any other OpenSource project. Their number is increasing from version to version of OpenStack project, both through the appearance of new ones and the functionality split of the existing ones. For example, nova-volume service was extracted as a separate Cinder project