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
  • 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

2257 articles

cheatsheet

grep Command in Linux Explained with Practical Examples

Learn how to use the grep command in Linux with practical examples. This guide explains common grep options such as recursive search, counting matches, …

Rohan Timalsina12 min read
devops

Beginners guide to Kubernetes Service Account with examples

Applications inside pods can be associated with a custom Service Account or default SA will be used. By default, pods run under the default ServiceAccount, …

Deepak Prasad10 min read
linux

Install Oh My Zsh on Linux [Step-by-Step]

Step by Step instructions to install Oh My Zsh on different Linux distributions such as Ubuntu, Red Hat, CentOS, Debian, OpenSuSE, Arch Linux

Omer Cakmak4 min read
programming

Using Node.js with Visual Studio Code

Knowing how to use Node.js with Visual Studio Code is easy. All you do is install your preferred Node.js version and Visual Studio Code for your operating

Steve Alila7 min read
programming

How to use Node.js with Eclipse IDE [Step-by-Step]

Step by Step instructions to setup and use node.js with Eclipse IDE with examples to write your first code.

Steve Alila6 min read
linux

Convert CentOS 8 to Rocky Linux 8

As you know, CentOS Linux 8 became the end of life on 31 Dec 2021. It will now continue its life as CentOS Stream 8. Many people/organizations using CentOS …

Omer Cakmak5 min read
linux

bash: curl: command not found

The most common causes for bash: curl: command not found error is either curl package is not installed or the PATH variable does not contain the path to …

Omer Cakmak3 min read
linux

How to install NVM on Ubuntu?

Node Version Manager (NVM) is a tool for managing Node versions on servers. NVM allows to install different versions of Node. It allows you to switch …

Omer Cakmak4 min read
linux

How to install AWS CLI on Ubuntu?

AWS CLI (AWS Command Line Interface) is a unified tool you can use to manage your AWS services. With the AWS CLI, you can control multiple AWS services …

Omer Cakmak4 min read
programming

How to use Node.js with Atom IDE [Step-by-Step]

Step by step instructions to use node.js with Atom IDE. Create and run your first JS using Atom IDE.

Steve Alila5 min read
programming

How to use Node.js with Sublime Text IDE

Step by Step instructions to use node.js with sublime text IDE. Install Node.Js and Sublime Text IDE for the Integration.

Steve Alila5 min read
devops

Weather Data Made Easy: Mastering API Integration for Developers

Weather information is vital in our daily lives, from planning outdoor activities to making informed decisions in sectors like agriculture, transportation, …

Deepak Prasad7 min read
devops

Install ELK stack on Rocky Linux 8

Step by step instructions to install ELK Stack on Rocky Linux. Install Elasticsearch, Logstash and Kibana

Deepak Prasad7 min read
linux

Setup Grafana with Prometheus Rocky Linux 8

In this guide, we shall setup Grafana with Prometheus on Rocky Linux 8, we will use Grafana instance on the same server so that we can visualize metrics …

Deepak Prasad8 min read
interview-questions

OpenStack Interview Questions and Answers (Multichoice)

In this article I have shared multiple openstack interview questions and answers (multi choice) covering various areas of openstack project.

Deepak Prasad8 min read
devops

Create Pod Security Policy Kubernetes [Step-by-Step]

Step by step instructions to create pod security policy in Kubernetes. Verify securitycontext and linux capabilities with pod security policy

Deepak Prasad11 min read
linux

How to Enable Wake-on-LAN in Ubuntu 22.04? [SOLVED]

In this article we will tell you how to enable Wake-on-LAN in Ubuntu and example usage.

Omer Cakmak4 min read
cheatsheet

How to PROPERLY rename Logical Volume

Step by step instructions to rename logical volume i.e. both root and non- root. Update fstab, grub2 and generate initramfs to make sure the server reboots …

Rohan Timalsina9 min read
devops

Writing Ansible playbook with Visual Studio Code

We can also use virtual studio code editor to write ansible playbooks by using the ansible extension and configuring settings.json. You can use Windows or …

Deepak Prasad3 min read
system-administration

Create KVM virtual machine | virt-manager | RHEL CentOS 8

Step-by-Step Guide to create KVM Virtual Machine using Virtual Manager in RHEL and CentOS 8 Linux. Create VM, Take Snapshot, Assign Networks using Virtual …

Deepak Prasad6 min read
linux

How to properly remove old kernels RHEL/CentOS 8

You can now use dnf command to remove old kernels from RHEL/CentOS 8 Linux. package-cleanup doesn't work any more. Use oldinstallonly with …

Deepak Prasad5 min read
devops

Ansible Installation Guide on RHEL/CentOS 8

There are different methods using which you can install ansible using default package manager such as yum, dnf, apt, Using pip and using source compile …

Deepak Prasad3 min read
linux

Install MongoDB on AlmaLinux 8 [Step-by-Step]

Step by Step instructions to install mongodb on AlmaLinux 8. Access mongodb shell, create admin user, establish a connection with mongodb server using a …

Deepak Prasad5 min read
linux

Could not resolve host: mirrors.rockylinux.org

3 possible solutions to Could not resolve host: mirrors.rockylinux.org and Failed to connect to mirrors.rockylinux.org port 443: Connection timed out

Omer Cakmak6 min read
linux

Install Rancher on Rocky Linux 9 [Step-by-Step]

Step by step instructions to install rancher on Rocky Linux 9 with screenshots.

Omer Cakmak6 min read
linux

Complete tutorial on tmux commands with examples from scratch

In this tutorial I will cover the basics of tmux from scratch using various tmux commands to create session, windows, splitting panes, killing session etc

Deepak Prasad13 min read
interview-questions

Shell scripting Interview questions with answers

Here I have consolidated some of the basic unix/linux shell scripting interview questions with their possible answers to help you practice.

Deepak Prasad5 min read
system-administration

3 simple and useful tools to grep multiple strings in Linux

How to grep multiple strings and patterns in single line from a file in Linux or Unix? Is it possible to grep multiple strings using single command from a …

Deepak Prasad10 min read
linux

How to remove obsolete packages in Ubuntu?

Learn how to safely remove obsolete packages in Ubuntu with examples

Omer Cakmak4 min read
security

Install DVWA on Kali Linux (Step-by-Step)

Step by step instructions to install DVWA in Kali Linux with screenshots.

Deepak Prasad7 min read