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
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 …
How to alter table and add column SQL [Practical Examples]
In SQL, to add column(s) to the existing table SQL ALTER TABLE ADD statement is used, there is no statement like SQL ADD COLUMN to add the column or to modify …
Azure Kubernetes Service (AKS) Tutorial [Practical Example]
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 …
How to host static website on S3 [Step-by-Step]
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 …
Master Python Optional Arguments Usage [Tutorial]
Learn everything you need to know about Python optional arguments and optional args. From basics and best practices to advanced techniques, this guide covers it …
Python writelines() Method [Practical Examples]
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.
