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

2233 articles

Metasploit Tutorial on Kali Linux

Step by step instructions in the tutorial to install and use metasploit framework on kali Linux

By Deepak Prasad · 7 min read · security

BEeF Hacking Framework Tutorial [5 Easy Steps]

Step by step instructions to use beef hacking framework with example. Beef hacking framework is a powerful tool that can be leveraged by systems security …

By Kennedy Muthii · 6 min read · security

SQL RANK Function Explained

Practical examples of SQL RANK function with a single table, multiple tables, with partition argument and ORDER BY ASC and DESC, also mention an example of SQL …

By Falguni Thakker · 10 min read · databases

[SOLVED] pip command not found in Ubuntu

There are two different versions of pip which you can install to solve the error i.e. pip command not found in Ubuntu 20.04 Linux. Step by Step instructions to …

By Deepak Prasad · 4 min read · linux

Python multi line strings [5 Methods Explained]

In this programming tutorial we learned about 5 different methods include using three double quotes, three single quotes, backslash, brackets, and using join() …

By Bashir Alam · 8 min read · programming

Master Python zip Function: Boost Your Coding Skills

The Python zip function accepts iterable items and merges them into a single tuple. The resultant value is a zip object that stores pairs of iterables. we can …

By Bashir Alam · 14 min read · programming

SQL Replace Function Explained

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 Falguni Thakker · 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 Bashir Alam · 8 min read · programming

cut Command in Linux: Practical Examples & Cheat Sheet

Learn how to use the cut command in Linux with clear, practical examples. This guide covers selecting bytes, characters, and fields, working with delimiters, …

By Rohan Timalsina · 6 min read · cheatsheet

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 Kennedy Muthii · 6 min read · security