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
  • System Administration: User management, services, and system-level tasks
  • Tools: Useful tools and utilities for productivity
  • Cheat Sheet: Quick reference guides for commands and tools
  • Interview Questions: Common interview questions with answers

2076 articles

SQL Replace Function Explained [Practical Examples]

SQL REPLACE performs comparisons based on the collation of the input. To perform a comparison in a specified collation, you can use COLLATE to apply an explicit …

By falgunithakker · 8 min read · databases

Python UUID Easy Examples to generate UUID

This Python UUID module provides immutable UUID objects and the functions uuid1(), uuid3(), uuid4(), and uuid5() for generating version 1, 3, 4, and 5 UUIDs

By bashiralam · 8 min read · programming

Learn hacking with Metasploitable 2 [Step-by-Step]

Step by step beginners guide exploit remote services in Linux using Metasploitable 2 and Kali Linux. We learn to exploit samba server, ftp server on port 21 and …

By kennedymuthii · 6 min read · security

Python struct module Explained [Easy Examples]

This tutorial explains python struct.pack(), python struct.unpack(), python struct.calcsize(), struct.pack_into() and struct.unpack_form() by solving different …

By bashiralam · 8 min read · programming

Python Flatten List Examples [7 Methods]

We covered the nested loop method, list comprehension, recursive method, sum method and also covered some Python modules which helped us with python flatten …

By bashiralam · 9 min read · programming

Setup Hacking Lab with Metasploitable [7 Easy Steps]

We will setup hacking lab which will consist of an attack orchestrating Operating System which in our case we will use the Kali Linux operating system and a …

By kennedymuthii · 5 min read · security

Getting started with SQL - Detailed Explanation

Getting started with SQL. Overview on relational database, What is SQL, Comparison between SQL and MySQL, Steps to install SQL on both Windows and Linux …

By falgunithakker · 16 min read · databases