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

Recover Lost Files PartedMagic [100% Working]

Parted Magic is a commercial Slackware-based Linux distribution that comes with partitioning and data recovery tools. The distribution's name is derived from

By omercakmak · 7 min read · linux

How to enable UTF-8 in Linux? [SOLVED]

If you are working on Linux operating system, you should use these converters. If you have received a warning/error regarding UTF-8, read this post. In this

By omercakmak · 3 min read · linux

HackerRank Solution: Python Mutations [4 Methods]

There are 4 possible methdos to solve python mutations from hacker rank using a while loop, One-line solution, Using list comprehension, Using for loop

By bashiralam · 6 min read · programming

Master Docker and Golang Usage with Best Practices

Unlock the potential of containerization in your development workflow with our powerful Docker and Golang tutorials. Elevate your coding expertise, conquer …

By antonyshikubu · 12 min read · programming

How to archive username in Java? [SOLVED]

To "archive the username" in Java means to store the username for later access and retrieval. This may mean storing the username in a variable, class field,

By admin · 5 min read · programming

How to reset index in a pandas DataFrame? [SOLVED]

The reset_index() function in pandas is a tool for resetting the index of a DataFrame to a default integer index, which is 0, 1, 2, ..., n (where n is the

By admin · 9 min read · databases

The Dynamic Duo: Golang Arrays and Structs [Tutorial]

Discover the ins and outs of Golang arrays and structs with this comprehensive guide. Master the essentials and advanced topics like nested arrays and pointers …

By admin · 15 min read · programming