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

programming

Hackerrank Solution: Regex Substitution in Python

regex substitution hackerrank solution python, hackerrank regex solution, hackerrank regex solution python, hackerrank regex solution python3, hackerrank …

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, …

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
devops

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 …

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
devops

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 …

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, …

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 …

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 …

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 …

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 …

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 …

Deepak Prasad13 min read
linux

How to install zlib on Ubuntu?[100% Working]

Different methods to install zlib on Ubuntu with step by step instructions.

Omer Cakmak3 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 …

Deepak Prasad7 min read
linux

20+ Top Open Source Application Performance Monitoring Tools (APM)

Top application performance monitoring tools, difference between application performance monitoring and application performance management. What is APM?

Deepak Prasad14 min read
linux

Sysctl Configuration for High Performance Servers

Unearth the power of sysctl for Linux server optimization. Discover essential kernel parameters, their roles, recommendations for high performance, and how …

Deepak Prasad37 min read
storage

Advanced Tips to Improve Disk IO Performance in Linux

Explore comprehensive strategies to improve disk IO performance, from optimizing kernel parameters to leveraging virtualization tools. Unlock the full …

Deepak Prasad17 min read
cheatsheet

sysctl reload without reboot

Use sysctl -p FILE or sysctl --load FILE or sysctl --system to perform sysctl reload without reboot. Update the initramfs using dracut -f or …

Deepak Prasad8 min read