Blog

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

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 …

By bashiralam · 14 min read · programming

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.

By bashiralam · 8 min read · programming

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, …

By bashiralam · 9 min read · programming

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 …

By falgunithakker · 9 min read · databases

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 …

By stevealila · 4 min read · devops

Python list pop() function examples [Beginners]

python pop, python list pop, list pop, pop function python, python array pop, python pop function, pop method python, pop 0, python pop from list, array pop …

By bashiralam · 11 min read · programming

Python classes Fundamentals and Best Practices

python class, python object, python class example, python create class, python define class, python class object, python create object, python3 class, classes …

By bashiralam · 17 min read · programming