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

cheatsheet

40+ grep Pattern Matching Examples in Linux (Regex, OR, Pattern File)

Learn advanced grep pattern matching in Linux with practical examples. This guide covers grep regex examples, OR conditions, pattern files, matching words …

Rohan Timalsina10 min read
cheatsheet

locate Command in Linux: Cheat Sheet, Syntax & Examples (vs find)

Learn how to use locate command in Linux with cheat sheet, syntax, and practical examples. Understand how locate works, install it on Ubuntu and CentOS, …

Rohan Timalsina5 min read
cheatsheet

sudo Command in Linux: Cheat Sheet, Syntax & 15+ Practical Examples

Learn how to use sudo command in Linux with cheat sheet, syntax, and 15+ real-world examples. Understand sudoers configuration, run commands as root or …

Rohan Timalsina5 min read
cheatsheet

PSSH Command in Linux: Parallel SSH Examples, Syntax & Cheat Sheet

Learn how to use PSSH (Parallel SSH) in Linux with 15+ practical command examples. Execute commands on multiple servers, control parallel execution, …

Deepak Prasad8 min read
linux

RPM Downgrade in Linux (yum, rpm, Install Specific Version + Rollback)

Learn how to downgrade RPM packages in Linux using yum and rpm. This guide covers installing specific versions, handling dependencies, forcing downgrade, …

Deepak Prasad5 min read
cheatsheet

nmcli Command in Linux: Network Configuration, IP, DNS, Routing & Examples (RHEL/CentOS/Ubuntu)

Learn the nmcli command in Linux with syntax, options, and practical examples. Configure IP address (IPv4/IPv6), DNS, routing, hostname, bonding, bridging, …

Rohan Timalsina19 min read
programming

Python Regex Tutorial with Examples (re Module Cheat Sheet & Use Cases)

Learn Python regex (regular expressions) with practical examples, cheat sheet, and real-world use cases. Understand re module functions like search, match, …

Deepak Prasad8 min read
devops

Git Cherry Pick Explained with Examples (Single & Multiple Commits)

Learn how to use the git cherry-pick command with practical examples. This guide explains how to cherry-pick a commit, apply multiple commits, resolve …

Steve Alila6 min read
devops

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 …

Steve Alila7 min read
devops

Git Checkout Command Explained (Branch, Commit, File Examples)

Learn how the git checkout command works in Git. This guide explains how to switch branches, checkout commits, restore files, and handle detached HEAD …

Steve Alila7 min read
devops

How to Change a Commit Message in Git (Last, Old or Pushed Commit)

Learn how to change a commit message in Git using git commit --amend, interactive rebase, and reset. This guide explains how to edit the last commit …

Steve Alila7 min read
devops

Git Undo Add (Unstage Files in Git) with Practical Examples

Learn how to undo git add and remove files from the staging area in Git. This tutorial explains how to unstage files, cancel git add, undo git add ., …

Steve Alila7 min read
devops

Git Revert Command Explained (9 Practical Examples)

Learn how to use the git revert command with practical examples. This tutorial explains git revert syntax, reverting specific commits, multiple commits, …

Steve Alila16 min read
devops

Git Commit Message Command Explained (git commit -m Examples)

Learn how to write commit messages in Git using the git commit -m command. This guide explains how to add commit messages from the command line, write …

Steve Alila8 min read
devops

How to Remove a Commit in Git (Undo, Delete or Revert) with Examples

Learn how to remove a commit in Git using reset, revert, or rebase. This guide explains how to undo the last commit, delete a specific commit, remove …

Deepak Prasad17 min read
devops

Git Revert to Previous Commit: Reset, Checkout, or Rollback (Examples)

Learn how to revert to a previous commit in Git using reset, revert, checkout, and restore commands. This guide explains how to go back to earlier commits, …

Steve Alila15 min read
devops

Git Commit --Amend Explained (Edit Last Commit Message, Files & Author)

Learn how to use git commit --amend to modify the last commit in Git. This guide explains how to change commit messages, add forgotten files, update commit …

Deepak Prasad10 min read
devops

How to Rename Git Branch (Local & Remote) with Examples

Learn how to rename Git branches locally and remotely with practical examples. This guide explains how to rename the current branch, rename another branch, …

Deepak Prasad10 min read
devops

Git Clean Command (Remove Untracked Files Safely)

Learn how to use the git clean command to remove untracked files, delete untracked directories, and clean your Git repository safely. This guide explains …

Steve Alila7 min read
devops

Git Command Cheat Sheet (40+ Commands with Examples)

Complete Git command cheat sheet with 40+ essential Git commands, syntax, examples, and workflow tables. Learn commonly used Git commands such as git …

Steve Alila13 min read
devops

Git Remove Untracked Files (Delete Untracked Files Safely)

Learn how to remove untracked files in Git using git clean and other safe methods. This guide explains how to delete untracked files, remove untracked …

Steve Alila6 min read
devops

Git Clone Command in Linux (Examples for Ubuntu, SSH, Branch & Depth)

Learn how to use the git clone command in Linux with practical examples. This guide explains how to clone Git repositories in Ubuntu, clone using SSH keys …

Steve Alila8 min read
databases

SSRS Email Subscription: Send Reports Hourly Between Specific Hours

Learn how to send SSRS reports by email hourly between specific hours using SQL Server Reporting Services subscriptions. This step-by-step guide explains …

Falguni Thakker12 min read
devops

Git Branch Explained with Examples (Create, Switch, Delete Branches)

Learn how Git branches work with practical examples. This guide explains how to create, switch, rename, merge, and delete Git branches locally and …

Deepak Prasad14 min read
devops

AWS CodeDeploy and CodePipeline Tutorial: Deploy Applications Using CI/CD Pipeline

Learn how to deploy applications using AWS CodeDeploy and automate CI/CD workflows with AWS CodePipeline. This tutorial explains how to create deployment …

Mahnoor Malik14 min read
devops

AWS CodeCommit and CodeBuild Tutorial: Build a CI/CD Pipeline on AWS

Learn how to implement a CI/CD pipeline on AWS using CodeCommit and CodeBuild. This step-by-step tutorial explains how to create a CodeCommit repository, …

Mahnoor Malik17 min read
devops

AWS Lambda Tutorial: Getting Started with AWS Lambda with Practical Examples

Learn AWS Lambda with this beginner-friendly tutorial. Understand how AWS Lambda works, create Lambda functions, run and test them, and integrate Lambda …

Mahnoor Malik17 min read
devops

AWS Application Load Balancer Tutorial: Step-by-Step Setup & Configuration (ALB)

Learn how to create and configure an AWS Application Load Balancer (ALB) step-by-step. This tutorial covers EC2 setup, target groups, listeners, HTTPS …

Mahnoor Malik17 min read
devops

AWS Auto Scaling Tutorial: Auto Scaling Groups Explained with Practical Examples

Learn AWS Auto Scaling Groups with practical examples. This tutorial explains dynamic scaling, predictive scaling, scheduled scaling, scaling policies, …

Mahnoor Malik16 min read
cheatsheet

Nmap Command in Linux: 30+ Nmap Command Examples and Cheat Sheet

Learn the Nmap command in Linux with 30+ practical examples and a quick cheat sheet. This guide explains how to perform host discovery, port scanning, …

Rohan Timalsina15 min read