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

2342 articles

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

HackerRank Solution: Python Reduce Function

3 ways to solve reduce function in python hackerrank solution, reduce function in python3 hackerrank solution, reduce function in python

Bashir Alam4 min read
databases

Pandas Pivot Simplified [In-Depth Tutorial]

Unlock the full potential of data manipulation with our comprehensive guide on Pandas Pivot. Whether you're a beginner or a pro, we cover everything from syntax and parameters to best practices and common pitfalls. …

Deepak Prasad15 min read
programming

HackerRank Solution: Python Time Delta

In this tutorial we will provide different solutions to solve Python Delta Time Question from Hacker Rank

Bashir Alam5 min read
programming

HackerRank Solution: Python Iterables and iterators [Itertools]

There are 4 different methods to solve iterables and iterators hackerrank solution python. Simple solution, Using lambda function, Using list comprehension, Using for loop

Bashir Alam5 min read
programming

HackerRank Solution: Athlete Sort Python [3 Methods]

3 different ways to solve hackerrank solution on athlete sort in Python programming language

Bashir Alam5 min read
programming

Hackerrank Solution: Regex Substitution in Python

regex substitution hackerrank solution python, hackerrank regex solution, hackerrank regex solution python, hackerrank regex solution python3, hackerrank regex substituion solution

Bashir Alam5 min read
programming

Hackerrank Solution: Map and lambda function in Python

map and lambda function hackerrank solution, Python program to print fibonacci series using lambda function, python - How to write the Fibonacci Sequence, Print Fibonacci Series using lambda and map or reduce, Map and …

Bashir Alam5 min read
devops

Working with different Ansible operators

Different ansible operators are arithmetic, logical, comparison and test operator which we can use with ansible playbook.

Deepak Prasad9 min read
devops

Working with Ansible conditional statements

Control structures are mainly of the following two types Conditional & Iterative. We will cover when, failed_when, changed_when conditions in playbooks

Deepak Prasad9 min read
cloud

Deploy Openstack using Kolla Ansible [Step-by-Step]

Step by step instructions to deploy openstack using kolla ansible with screenshots.

Deepak Prasad9 min read
devops

How to use different Ansible variables with examples

There are different types of ansible variables such as built-in, host, group, inventory etc. There is a different procedure to access individual ansible variables list

Deepak Prasad18 min read
devops

Ansible roles directory structure overview | Beginners Guide

Overview on Ansible Roles Directory structure. Beginners guide to understand Ansible roles. Ansible Tutorial on role Structure with main.yml files

Deepak Prasad5 min read
devops

Ansible Block and Rescue Advanced Guide: Thank Me Later

We can use ansible block, rescue and always to perform different kinds of error handling where with the rescue block we can perform cleanup action

Deepak Prasad19 min read
cloud

Ansible Azure Examples | Querying Azure VMs with Ansible

using ansible in azure to query vms. Examples to use ansible with Microsoft azure

Sahil Hulage11 min read
programming

Steps to Create Python Web App | Python Flask Example

life cycle of creating a python web app that allows user to create, edit and delete blog posts. We used flask for the back-end, jinja2 engine that comes with flask and sqlite3 as a database for our python web app

Deepak Prasad21 min read
programming

Getting started with CGO using Visual Studio Code

Getting started with cgo language. How to use it with Visual Studio Code. Calling C code with GO or calling GO code with C. Create Hello World cgo code.

Deepak Prasad9 min read
system-administration

Solved: Error populating transaction, retrying RHEL/CentOS 7/8

How to fix starting package installation process error populating transaction, anaconda is retrying faced during RHEL/CentOS 7/8 installation in Linux

Deepak Prasad4 min read
programming

Java main method Explained [Easy Examples]

Different ways to use Java main method are using void, static, public, string arg[] keyeords in programming language

Bashir Alam20 min read
devops

Setup KVM HA Cluster | Pacemaker GUI | RHEL/CentOS 8

Step-by-Step Tutorial to configure KVM HA Cluster using Pacemaker GUI (WEB UI) and CLI tool in RHEL and CentOS 8 Linux. Configure Virtual Floating IP, verify failover

Deepak Prasad15 min read
cheatsheet

15 virt-install examples | KVM virtualization commands cheatsheet

virt-install examples to create KVM Virtual Machine in Linux. virt-install cheatsheet with virsh to manage the VM. Use location, PXE, custom disks, network with virt-install

Deepak Prasad9 min read
system-administration

How to configure VLAN with bond using kickstart in Linux (CentOS/RHEL 7)

How to configure vlan with bond using kickstart in RHEL/CentOS 7. You can configure using network --vlan or using %post section of kickstart with examples.

Deepak Prasad4 min read
system-administration

Kickstart %pre script examples in RHEL CentOS 7 8

Use kickstart %pre script examples to perform tasks before installing the system. Use --interpreter, --log, chroot and nochroot options with %pre script RHEL/CentOS 7/8

Deepak Prasad5 min read
linux

Setup IPv4 UEFI PXE Boot Server Ubuntu 20.04 [cloud-init]

Step by Step instructions to install and setup ipv4 UEFI PXE Boot Server for automated installation of Ubuntu 20.04 using cloud-init configuration file.

Deepak Prasad17 min read
linux

Setup PXE Boot Server using cloud-init for Ubuntu 20.04

Step by step instructions to install and configure PXE boot server to perform automated installation of Ubuntu 20.04 using cloud-init configuration file

Deepak Prasad17 min read
system-administration

Kickstart post install script examples in RHEL CentOS 7 8

Use kickstart post install scripts to perform tasks after installation, save logs, use interpreter with and without nochroot in RHEL and CentOS 7/8 Linux with examples

Deepak Prasad5 min read
linux

Configure IPv6 UEFI PXE Boot with Kickstart [RHEL/CentOS 8]

Step by step instructions to install and configure IPv6 UEFI PXE Boot using kickstart configuration file. Automate the installation over IPv6 network using dhcp6, tftp and http server

Deepak Prasad16 min read
linux

Configure IPv4 UEFI PXE Boot with Kickstart [RHEL/CentOS 8]

Step by step instructions to install and configure uefi pxe boot with kickstart on RHEL/CentOS 8 Linux. Configure DHCP for UEFI BIOS and automated installation

Deepak Prasad13 min read
programming

Getting started with Forge Laravel

Deploying and managing web applications can be challenging, especially when dealing with server setup, configuration, and maintenance. Forge Laravel is a

Steve Alila8 min read
networking

Discovering Network Loops (Layer 2) with Wireshark

Network loops occur due to many reasons. The most common causes are below.

Celal Dogan7 min read
linux

5 practical examples to list running processes in Linux

How to list processes by user and name in Linux? How to check if process is running by pid? How to check process status? which command is used to kill a process?

Deepak Prasad7 min read