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

How to undo rm in Linux? [100% Working]

We can use trash utility to undo rm in Linux. ALternatively there some precaution measures which can be adapted to avoid removal of important data in Linux.

By omercakmak · 8 min read · linux

Learn Linux wheel group usage [With Examples]

Learn what is the significance of wheel group. Any user part of this group gets root level access so this should be used cautiously. Add or remove users from …

By omercakmak · 5 min read · linux

How to Build Powerful Python Custom Exceptions?

We can create Python custom exceptions by creating a new class and define the exception name and then use raise this user defined exception.

By admin · 16 min read · programming

Install YARN on Linux and Windows [Step-by-Step]

Step by Step instructions to install yarn on Linux and WIndows. Installation on Ubuntu (Debian based) and Rocky Linux (Red hat based) and Windows.

By omercakmak · 7 min read · linux

Select duplicate records in SQL table [SOLVED]

In this article of select duplicate records in SQL, we have covered an overview of SQL duplicate records, steps to select duplicate records in SQL , why to

By falgunithakker · 5 min read · databases