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

linux

How to install Zabbix on Rocky Linux 8

Step by step instructions to install and configure zabbix on rocky Linux 8

Deepak Prasad7 min read
programming

Master Java Multithreading: Don't be a Rookie!

Unlock the power of Java Multithreading with our comprehensive guide. From basic concepts to advanced techniques, we cover it all to help you elevate your …

Bashir Alam21 min read
programming

How to create thread in Nodejs [Multithreading Examples]

Learning how to create thread in Nodejs is one of the recommended steps toward boosting the performance of your Nodejs applications.

Steve Alila7 min read
programming

Golang Concurrency Explained with Best Practices

The best practices of using golang concurrency with examples and best practicies. gorutine leak, atomic, mutex, waitgroup

Antony Shikubu12 min read
programming

Deploy flask with gunicorn and nginx (Step-by-Step)

We will use gunicorn as a WSGI server to communicate with our flask app, and Nginx as a proxy server between the gunicorn server and the client.

Deepak Prasad12 min read
databases

Pandas merge, concat, append, join dataframe - Examples

pandas merge, pandas concat, pd concat, pd merge, pd join, pandas append, dataframe append, pandas left join, pandas merge dataframes, merge two dataframes …

Bashir Alam13 min read
linux

Linux File Descriptors [In-Depth Tutorial]

In this tutorial we will explain everything you need to know about Linux File Descriptors.

Omer Cakmak15 min read
linux

How to Install XeroLinux?

Step by Step instructions to install xerolinux with screenshots.

Omer Cakmak4 min read
linux

Install OpenTracker on Debian [Step-by-Step]

Looking to install OpenTracker on Debian? This step-by-step guide provides instructions on how to set up this real-time GPS tracking software on one of the …

Omer Cakmak5 min read
linux

Install GameMaker Studio on Linux

GameMaker Studio is a popular game development tool used by many indie game developers around the world. It provides an easy-to-use interface and powerful

Omer Cakmak4 min read
linux

How to Install Jellyfin on Ubuntu?

Discover how to install Jellyfin on Ubuntu, an open-source media server that allows you to manage and stream your media content with ease. Follow this …

Omer Cakmak4 min read
devops

Error: can only create exec sessions on running containers

Explore solutions to the Docker error 'can only create exec sessions on running containers: container state improper.

Deepak Prasad4 min read
programming

30+ Golang Interview Questions and Answers

30+ golang interview questions and answers for Junior (Beginner), Middle and Advanced (Experienced) professionals

Tuan Nguyen11 min read
programming

Golang JWT (Json Web Token) Examples

In this tutorial we learned how to create HTTP Server and Client using golang JWT (JSON Web Token)

Tuan Nguyen10 min read
programming

Building a CRUD REST API using Redis DB in GO

Go or Golang is an open source programming language developed and supported by Google. It is mostly used to build backend applications where it interacts …

Antony Shikubu10 min read
programming

Mastering Python Nested Dictionary [Basics to Advanced]

In this python programming tutorial we learned how to use python nested dictionary for difference scenarios with examples

Deepak Prasad12 min read
programming

Implementing NodeJS CMS with express and MongoDB

Implementing NodeJS CMS with Express and MongoDB will enable you to debug popular CMSs, get a template to customize when building applications with NodeJS, …

Steve Alila6 min read
databases

SQL Temp Tables are a Blessing or Disastrous Curse?

Learn how to optimize your database queries and boost your SQL skills with our comprehensive guide on SQL Temp Tables. From basic syntax to advanced …

Falguni Thakker13 min read
programming

Laravel Pennant [In-Depth Tutorial]

Laravel Pennant is a PHP framework designed to help developers quickly build web applications. It is built on top of the popular Laravel framework and

Steve Alila11 min read
programming

Getting started with Laravel Boilerplate

Laravel Boilerplate comes to the rescue by providing a standardized, well- structured foundation that you can use to jumpstart your projects. This blog

Steve Alila9 min read
programming

9 Important differences between Integer and Int in Java

The knowledge of difference between Integer and int in java is very important for a developer to know so that he can use both int and Integer classes …

Deepak Prasad15 min read
devops

Detailed overview on Kubernetes API Server

In Kubernetes, all communications and operations between the control plane components and external clients, such as kubectl, are translated into RESTful …

Deepak Prasad12 min read
programming

Golang AWS Lambda Example [In-depth Tutorial]

In this series, we will learn how to set up a serverless framework example for Golang and AWS Lambda. First of all, we are going to walk through how to …

Tuan Nguyen11 min read
programming

Steps to create RESTFul API in Laravel [100% Working]

Welcome to this comprehensive guide on how to create RESTFul API in Laravel 8. As the demand for API-driven applications continues to grow, it is essential …

Steve Alila7 min read
programming

Create AWS DynamoDB CRUD API in Golang [SOLVED]

Step by step instructions to create a CRUD based REST API using AWS DynamoDB in Golang

Antony Shikubu11 min read
programming

Building a CRUD gRPC API using Postgresql DB in GO

CRUD is an acronym that refers to operations that are considered necessary to implement in a persistent storage application: Create, Read, Update and …

Antony Shikubu15 min read
databases

How to export Python Data Frame to SQL File? [SOLVED]

Learn the step-by-step guide on how to export Python Data Frame to SQL file. From establishing a database connection to handling data types and …

Deepak Prasad10 min read
security

WPScan: WordPress Vulnerability Scanner Guide

WPScan is a WordPress vulnerability scanner, a penetration testing tool used to scan for vulnerabilities on WordPress-powered websites.

Deepak Prasad6 min read
linux

How to install PostgreSQL Rocky Linux? [SOLVED]

Step by step instructions to install postgresql from default repository or from online archive. You can download and install custom postgresql version from …

Omer Cakmak4 min read
programming

Building a CRUD REST API using Postgresql DB in GO

CRUD is a common abbreviation when it comes to getting started with any framework or programming language. CRUD basically stands for Create, Read, Update …

Antony Shikubu10 min read