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
Git Config Global: How to Set Username, Email & Defaults (Step-by-Step)
Learn how to configure Git globally using git config --global. This step-by-step guide covers setting username, email, default editor, and verifying Git …
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 …
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, and …
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 another …
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, capture …
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, …
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, and …
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, …
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 …
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 …
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 using …
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 message, …
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 ., remove …
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, merge …
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 …
