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
Python Counter
Learn Python Counter from the collections module with examples to count items, words, characters, add elements, update counts, use most_common(), elements(), …
Git Reset Explained (Soft vs Mixed vs Hard) with Examples
Learn Git reset with practical examples including soft, mixed, and hard reset. Understand the differences, use cases, and how git reset affects the working …
SQL INNER JOIN Explained with Simple Examples
The SQL INNER JOIN clause allows you to query data from multiple tables. It returns all rows from Table1, Table2, and Table 3 so on with exact matching rows …
Python substring Explained With Examples
A Python substring is a small part of a string. To extract a substring from a string by slicing with indices that get our substring …
Password Cracker - John The Ripper (JTR) Examples
John The Ripper (JTR) is one of the most popular password cracking tools available in most Penetration testing Linux distributions like Kali Linux, Parrot OS, …
Unlock the Power of SQL UPDATE with Advanced Techniques
Learn to turbocharge your databases with optimization techniques and best practices that will make your SQL UPDATE statements more powerful and efficient.
Install Rocky Linux 8 [Step-by-Step with Screenshots]
This guide covers how to install Rocky Linux 8.4 on VirtualBox. Rocky Linux is the replacement of the much-loved CentOS whose support will end on December 31, …
List Comprehension in Python with Examples
Learn Python list comprehension: syntax, filters, if-else, range and strings, nested and multiple for loops, flattening lists of lists, map and filter …
Azure Tags Examples to Organize Resources
Azure tags are name and value pairs which can be assigned to resources in order to mange said resources more efficiently within the Azure cloud.
Python Operators Explained in Detail with Examples
There are different Python operators. Arithmetic operators, logic operators, assignment operators, augmented operators, bitwise operators, and two special kinds …
Install MariaDB on Rocky Linux 8.4
In this tutorial, we will learn how to install MariaDB on Rocky Linux 8.4. You may also check the mariadb page link for the official instructions to install
Git Checkout Remote Branch (Create Local Branch from origin)
Learn how to checkout a remote branch in Git and create a local branch that tracks origin. This guide explains how to fetch remote branches, checkout remote …
WPScan: WordPress Vulnerability Scanner Guide
WPScan is a WordPress vulnerability scanner, a penetration testing tool used to scan for vulnerabilities on WordPress-powered websites.
Terraform: EKS Cluster Provision on AWS [10 Steps]
This article shall cover how to deploy an EKS cluster on AWS using Terraform. There are many ways to deploy an EKS cluster on AWS such as using the web
Python map() Function with Examples
Learn Python map() function with examples using custom functions, lambda, built-in functions, multiple iterables, string conversion, list conversion, and map vs …
