Blog

Latest Articles

Browse the latest tutorials, guides, and practical examples across Linux, DevOps, security, databases, and programming on GoLinuxCloud.

Explore the latest tutorials and guides across Linux, DevOps, programming, and more.

You can also browse content by category below:

  • Linux: Commands, administration, troubleshooting, and system operations
  • DevOps: CI/CD, Kubernetes, containers, and automation
  • Cloud: AWS, Azure, OpenStack, and hybrid cloud administration
  • Programming: Coding tutorials, scripting, and development concepts
  • Security: Ethical hacking, system security, and best practices
  • Databases: MySQL, MariaDB, PostgreSQL, and database management
  • Networking: Network setup, troubleshooting, and protocols
  • Storage: Disk management, file systems, and storage solutions
  • Tools: Useful tools and utilities for productivity

2329 articles

Blog illustration with latest articles, tutorials, guides, and how-to content across Linux and DevOps topics
programming

HackerRank Solution: Classes - Dealing with complex numbers Python

Learn how to solve classes: dealing with complex numbers which is asked in HackerRank

Bashir Alam4 min read
programming

HackerRank Solution: Martix Script [Python Regex]

In this tutorial we will cover multiple methods to solve matrix script from hackerrank solutions.

Bashir Alam5 min read
linux

Solved: vncserver service failed a configured resource limit was exceeded

vncserver service failed because a configured resource limit was exceeded tigervnc on RHEL 7, remove temporary files from under /tmp and /tmp/.X11-unix/.

Deepak Prasad4 min read
linux

How to configure bridged network in virt-manager (CentOS / RHEL 7)

Steps to configure bridged network in virt-manager. Virtual Machine Manager provides a graphical tool for administering virtual machines for KVM, Xen etc

Deepak Prasad3 min read
networking

How to create or configure NIC Teaming using nmcli (CentOS / RHEL 7/8)

Learn to configure NIC teaming on CentOS/RHEL 7 Linux node. RHEL 7 implements network teaming with a small kernel driver and a user-space daemon, teamd.

Deepak Prasad7 min read
linux

define ephemeral disk in OpenStack and compare with persistent storage

Define ephemeral storage. Difference between root disk vs ephemeral disk in openstack? Ephemeral storage is non persistent storage unlike cinder swift storage.

Deepak Prasad4 min read
linux

How to download entire repository from CentOS /RHEL 7/8 for offline use?

To download entire repository from CentOS / RHEL 7 you will need one time access to Internet. Next you can sync the online repository to your local system

Deepak Prasad6 min read
linux

How to download rpm package and all dependencies (RHEL / CentOS 7)

Download rpm package and all dependencies in CentOS / RHEL 7 using yumdownloader or repotrack. You can also use repoquery with yumdownloader to download rpm

Deepak Prasad5 min read
system-administration

How to get complete dependencies list of rpm ?

To find or get complete dependencies list of rpm you can use rpm, yum and repoquery command for both installed and non installed package

Deepak Prasad3 min read
linux

Linux Boot Process Explained Step by Step in Detail

Get detailed description of Step by Step Guide of Linux boot process with flowchart diagram. This also is the most asked question in interviews in Linux.

Deepak Prasad3 min read
linux

How to protect GRUB2 from booting kernel without password in Linux

Learn to set password to protect grub2 from booting a kernel without password. in rhel 7.To set password and protect grub2 remove unrestricted in menuentry

Deepak Prasad3 min read
linux

How to exit full screen mode in qemu virt-manager ( RHEL / CentOS 7)

How to exit full screen mode in qemu virt-manager for kvm hosts or get out of fullscreen. This article is validated on RHEL / CentOS 7 Linux on vnc viewer.

Deepak Prasad2 min read
linux

Understanding High Availability Cluster and Architecture

Understand thearchitectecture of different kinds of cluster i.e. high performance, load balancing and high availability cluster in Red Hat Linux

Deepak Prasad4 min read
linux

Guide to troubleshoot Cluster Resource (RHEL / CentOS 7)

Configure high availability cluster, create cluster resource and troubleshoot cluster resource for a cluster on Red Hat / CentOS 7 with examples.

Deepak Prasad5 min read
devops

How to create cluster resource in HA Cluster (with examples)

Configure High Availability Cluster and configure cluster resource and add behind the cluster in CentOS and Red Hat 7 Linux using pcs resource create..

Deepak Prasad8 min read
linux

Understanding resource group and constraints in a Cluster with examples

Understand resource group and constraints with examples in Cluster. Different types of constraint, adding existing resource to group, High Available Cluster

Deepak Prasad6 min read
linux

OpenStack Command Line Cheat Sheet (Beginner's Guide)

OpenStack command line cheat sheet for begineer. This CLI cheat sheet consists of Flavor, Identity, Compute Nova, Neutron Network, Block Storage, Guestfish

Deepak Prasad4 min read
linux

How to change tmpfs partition size in Linux ( RHEL / CentOS 7 )

Increase decrease, change tmpfs partition size in Red Hat Linux 7, /run /run/user/$PID /dev/shm /sys/fc/cgroup using fstab RuntimeDirectorySize logind.conf

Deepak Prasad5 min read
linux

5 ways to check if server is physical or virtual in Linux or Unix

Commands to check if server is physical or virtual in Linux Unix. dmesg, lshw, hwinfo, dmidecode commands to check if server is physical or virtual remotely

Deepak Prasad5 min read
system-administration

Step-by-Step Tutorial: Guide to install systemtap in Linux

Tutorial guide to install systemtap (stap) to extract, filter and summarize data to enable diagnosis of complex performance. Systemtap Tutorial Linux

Deepak Prasad6 min read
system-administration

How to set default boot kernel on Linux ( CentOS / RHEL 7 )

How to set default boot kernel in linux? Change the default boot entry for kernel ? Boot with old kernel version ? Revert to previous kernel version ?

Deepak Prasad3 min read
linux

How to install and configure two node cluster in Linux ( CentOS / RHEL 7 )

How to install configure two node cluster in linux on centos rhel 7 using vmware virtualbox corosync-quorumtool two_node wait_for_all auto_tie_breaker

Deepak Prasad5 min read
devops

How to configure HA LVM cluster resource to share LVM in Linux

How to configure HA LVM on CentOS / RHEL 7 Linux without GFS2. How can I configure cluster service or resource to activate and monitor shared LVM volumes?

Deepak Prasad7 min read
system-administration

How to delete iscsi target from initiator ( CentOS / RHEL 7 ) Linux

How to delete iscsi target? Remove inactive iscsi target? Remove iscsi storage target from initiator? Remove iscsi virtual disk on CentOS / RHEL 7 Linux.

Deepak Prasad3 min read
linux

Understanding nova compute architecture basics in Openstack (flow chart)

nova compute architecture , what is the role of nova-api, nova-scheduler, nova- console, nova-conductor, nova-console-auth, nova-compute service in OpenStack

Deepak Prasad4 min read
linux

How to restrict root user to access or modify a file and directory in Linux

Restrict and prevent access to root user for files and directories in linux using extended attributes chattr. Root and all users will be restricted to modify

Deepak Prasad4 min read
system-administration

Properly backup and restore partition table in Linux

How to backup or copy and restore partition table in linux. linux clone partition table, linux repair partition table

Deepak Prasad4 min read
security

Difference between /dev/tty and /dev/pts (tty vs pts) in Linux

What is the difference between /dev/pts and /dev/tty. Why do I get /dev/pts instead of /dev/tty on my Linux terminal. TTY vs PTS. /dev/tty vs /dev/pts.

Deepak Prasad3 min read
linux

How to disable tty or enable tty console in Linux ( RHEL / CentOS 7)

How to enable tty for more than 6 console. How to disable all the tty terminals in Linux. systemd disable tty. systemd enable tty using getty service in Linux.

Deepak Prasad3 min read
storage

Step-by-Step Tutorial: Configure Software RAID 5 in Linux

Steps to configure software raid 5 array in Linux using mdadm. RAID 5 is similar to RAID-4, except the parity info is spread across all drives in the array.

Deepak Prasad6 min read