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
Azure Kubernetes Service (AKS) Tutorial
Azure Kubernetes Service (AKS) is a managed Kubernetes container orchestration service in Azure. It helps removing the complexity of implementing, installing, …
Git List Branches: How to Show Local, Remote & All Branches (Examples)
Learn how to list branches in Git using simple commands. Show local branches, remote branches, and all branches with git branch, git branch -r, and git branch …
How to Squash Commits in Git (Combine, Clean History, Before & After Push)
Learn how to squash commits in Git using rebase and merge. This guide covers combining commits, squashing last N commits, squashing all commits in a branch, …
Git Init Explained: What It Does, Examples, and When to Use It
Learn what git init does with simple examples. Understand how to initialize a Git repository, what happens after git init, git init vs git clone differences, …
Solved: Change MAC Address in Linux [Temp & Persistent]
Step by Step instructions to change MAC address in Linux. Both temporary and permanent to survive reboot. Assign random or custom defined MAC Address with …
5+ nice & renice command examples in Linux [Cheat Sheet]
nice and renice command syntax and examples explained in Linux. Use nice command to start a process with defined priority. Use renice command to change the …
How to host static website on S3
STep by Step instructions to host static website on S3 using CORS. Use a custom domain name name to host your static website using CNNAME DNS Record
Configure IPv4 UEFI PXE Boot with Kickstart [RHEL/CentOS 8]
Step by step instructions to install and configure uefi pxe boot with kickstart on RHEL/CentOS 8 Linux. Configure DHCP for UEFI BIOS and automated installation
Use Burp Suite Proxy to Intercept Network Traffic [Step-by-Step]
Step by step instructions to setup and configure burp suite proxy to intercept network traffic with examples.
Git Merge vs Rebase: Differences, Use Cases & When to Use Each
Understand the difference between git merge and git rebase with clear examples. Learn when to use merge vs rebase, fast-forward vs rebase workflows, and avoid …
Python Optional Arguments
Learn how optional arguments work in Python functions, including default values, optional parameters, keyword arguments, *args, **kwargs, None defaults, and …
Python writelines() Method
how we can use the Python writelines() and Python write() method to write a specific text to the file by using various examples. Furthermore, we also discussed …
How to print range() in reverse order in Python
Multiple examples to reverse the order of string, list etc in python using range() function.
Deploy Openstack using Kolla Ansible [Step-by-Step]
Step by step instructions to deploy openstack using kolla ansible with screenshots.
Git Restore Explained with Examples (Files, Staged, Undo Changes)
Learn how to use git restore command with practical examples. Understand how to restore files, undo changes, unstage files using git restore --staged, and …
