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

GO Methods vs Functions [In-Depth Explanation]

This tutorial explores the distinctions between Go's functions and methods, covering their declaration, usage, practical examples, and best practices for …

By admin · 7 min read · programming

How to use 'sed' and 'awk' in Golang? [SOLVED]

In this tutorial we will cover different examples using sed and awk commands from shell into golang programming language. We have already covered exec.Command

By admin · 4 min read · programming

Increase sound more than 100 in Ubuntu? [SOLVED]

VLC and some media players allow you to increase the volume up to 200%. In the operating system, it is possible to increase the volume as the system allows.

By omercakmak · 3 min read · linux

How to PROPERLY kill a process in Golang? [SOLVED]

In this tutorial we will cover different scenarios to kill a process using golang code. We will use different in-built functions to achieve this requirement.

By admin · 5 min read · programming