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
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 …
cheatsheetlocate 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, …
cheatsheetsudo 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 …
cheatsheetPSSH 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, …
linuxRPM 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, …
cheatsheetnmcli 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, …
programmingPython 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, …
devopsGit 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 …
devopsGit 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 …
devopsGit 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 …
devopsHow 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 …
devopsGit 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 ., …
devopsGit 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, …
devopsGit 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 …
devopsHow 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 …
devopsGit 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, …
devopsGit 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 …
devopsHow 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, …
devopsGit 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 …
devopsGit 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 …
devopsGit 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 …
devopsGit 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 …
databasesSSRS 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 …
devopsGit 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 …
devopsAWS 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 …
devopsAWS 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, …
devopsAWS 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 …
devopsAWS 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 …
devopsAWS 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, …
cheatsheetNmap 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, …
