Final Part 3: Openstack TripleO Architecture and Step By Step Guide for installation of undercloud and overcloud nodes (compute, controller, ceph-storage)

Aug 15, 2018

**Below list of topics are covered in this article** * [Bring up undercloud director]({{< relref "openstack-tripleo-architecture-step-guide-install-undercloud-overcloud-heat-template/index.md" >}}#Bringupunderclouddirector) * [Prepare Undercloud for overcloud deployment]({{< relref "openstack-tripleo-architecture-step-guide-install-undercloud-overcloud-heat-template/index.md" >}}#PrepareUndercloudforoverclouddeployment) * [Phases of overcloud node deployment]({{< relref "openstack-tripleo-architecture-step-guide-install-undercloud-overcloud-heat-template/index.md" >}}#Phasesofovercloudnodedeployment) + [Registration]({{< relref "openstack-tripleo-architecture-step-guide-install-undercloud-overcloud-heat-template/index.md" >}}#Registration) + [Introspection]({{< relref "openstack-tripleo-architecture-step-guide-install-undercloud-overcloud-heat-template/index.md" >}}#Introspection)

How to check memory usage of an individual process or application/program in Linux

Aug 7, 2018

We know there are various tools available which can help you get the memory related information from the system, some of them are listed below [![Everything2Byou2Bmust2Bknow2Bbefore2Byou2Bstart2Bworking2Bwith2Bsystemd2B2528122529](Everything2Byou2Bmust2Bknow2Bbefore2Byou2Bstart2Bworking2Bwith2Bsystemd2B2528122529.webp)](Everything2Byou2Bmust2Bknow2Bbefore2Byou2Bstart2Bworking2Bwith2Bsystemd2B2528122529.webp) Report short summary of

How to enable or disable transparent (THP) and explicit (nr_hugepages) hugepage and check the status in Linux with examples (explained in detail)

Aug 5, 2018

**Below list of topics are covered in this article:** * [Types of HugePages]({{< relref "enable-or-disable-transparent-anon-hugepage-thp-check-status-examples-linux/index.md" >}}#TypesofHugePages) * [How to disable Transparent Hugepages on runtime]({{< relref "enable-or-disable-transparent-anon-hugepage-thp-check-status-examples-linux/index.md" >}}#HowtodisableTransparentHugepagesonruntime) * [How to disable Transparent Hugepages permanently using GRUB2]({{< relref "enable-or-disable-transparent-anon-hugepage-thp-check-status-examples-linux/index.md" >}}#HowtodisableTransparentHugepagespermanentlyusingGRUB2)

How to lock or unlock a root and normal user account using pam_tally2 and pam_faillock after certain number of failed login attempts in Linux

Aug 3, 2018

Below list of topics will be covered in this article * [Lock account using pam_tally2]({{< relref "how-to-lock-or-unlock-root-normal-user-pamtally2-pamfaillock-linux/index.md" >}}#Lockaccountusingpamtally2) + [Lock non-root user (normal user) for failed login attempts]({{< relref "how-to-lock-or-unlock-root-normal-user-pamtally2-pamfaillock-linux/index.md" >}}#Locknonrootusernormaluserforfailedloginattempts) + [Lock "root" user for

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