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

Analysing Volatility Memory Dump [6 Easy Steps]

In this step by step tutorial we were able to perform a volatility memory analysis to gather information from a victim computer as it appears in our findings. …

By kennedymuthii · 7 min read · security

How to Unstage Files in Git (Without Losing Changes)

Learn how to unstage files in Git using git restore, git reset, and git rm commands. This guide explains how to remove files from the staging area, undo git …

By stevealila · 8 min read · devops

Decoding git remove remote [3 Different Ways]

3 different ways to perform git remove remote with multiple examples. The primary method is git remote remove . Alternatively, you can remove the entire .git …

By stevealila · 6 min read · devops

Azure Site Recovery (ASR) Tutorial [Step-by-Step]

Step by Step instructions to learn about Azure Site Recovery (ASR). Practical example by performing a site recovery using a VM in Microsoft Azure with …

By sahilhulage · 5 min read · devops

Remove Directory in Linux PROPERLY & SAFELY

In this tutorial I have shared the commands and examples to remove directory in Linux properly without loosing any data. Delete directories and sub directories …

By admin · 5 min read · linux

AWS CLI Explained with Practical Examples [Tutorial]

we learned about AWS CLI. First, we learned that how we can set up AWS CLI on our PC. After that, we walked through the process of creation of EC2 instance and …

By mahnoormalik · 6 min read · devops

How to PROPERLY exit script in Python [3 Methods]

In this tutorial, we learned about three different methods that are used to terminate the python script including exit(), quit() and sys.exit() method by taking …

By bashiralam · 8 min read · programming

Master Python pwd Module [Basics to Advanced]

The Python pwd module provides access to the Unix user account and password database. Using this module, we can access the user's account and password database. …

By bashiralam · 10 min read · programming

Create phishing campaign with Gophish [Step-by-Step]

Step by step instructions to create a phishing campaign using gophish framework. We have configured sending profile, added the sending profile and templates …

By kennedymuthii · 5 min read · security

AWS RDS Tutorial with Hands On [Step-by-Step]

In this tutorial, we will learn about AWS RDS i.e Relational Database Service and then walk through the step-by-step process of creating an Amazon RDS DB …

By mahnoormalik · 7 min read · devops