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
Install Apache from Source Code Rocky Linux [Step-by-Step]
Step by Step instructions to install and configure apache from source code in Rocky Linux 8
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 …
Python any() and all() Functions: Check If Any or All Items Are True
Learn how Python any() and all() work with lists, strings, dictionaries, truthy and falsy values, generator expressions, short-circuiting, and common mistakes.
Python Delete File
Learn how to delete a file in Python using pathlib Path.unlink(), os.remove(), and os.unlink(), including delete-if-exists examples, error handling, and …
Install Kali Linux on Raspberry Pi
Step by Step instructions to install and setup Kali Linux on Raspberry Pi 2,3 and 4 with screenshots.
Setup local YUM/DNF repo server Rocky Linux 8 [Step-by-Step]
Step by Step instructions to configure local and offline yum or dnf repository server using Nginx on Rocky Linux 8
Python filter() function Usage [10+ Examples]
python filter, python filter list, python filter function, filter list, list filter, python filter array, python3 filter, filter example, python array …
Python Multiline Comments [Methods & Examples]
Python does not support multiline comments but does have docstring. We can achieve multiline comments in python by writing consecutive single line comments.
Python Reverse String Examples [5+ Methods]
python reverse string, how to reverse a string in python, how to reverse string in python, how to reverse a string python, python how to reverse a string, …
SQL LIKE | SQL NOT LIKE | SQL LIKE WILDCARD Examples
SQL like comparison operator is used to compare or to manipulate text with regular expression. There is a condition where we need to fetch records which do not …
Git Pull --Rebase Explained: Examples & When to Use
Learn how to use git pull --rebase with examples. Understand the difference between git pull and git pull --rebase, when to use rebase, and how to keep a clean …
Git Pull Force Explained: Safely Overwrite Local Changes (Step-by-Step)
Learn how to force git pull safely to overwrite local changes. Understand git pull force alternatives using fetch, reset, and stash with real examples to avoid …
Python List pop() Method: Remove and Return Items
Learn how Python list pop() removes and returns items by index, defaults to the last item, handles pop(0), raises IndexError, and compares with remove(), del, …
Git Pull Explained: Commands, Examples, Rebase & Safe Usage Guide
Learn how to use git pull with practical examples. Understand git pull, git pull origin, git pull --rebase, conflict handling, and safe workflows to update your …
Python Class Example
Learn Python classes with simple examples to create a class, create objects, use __init__ and self, define attributes and methods, class variables, inheritance, …
