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 add Games to Discord? [SOLVED]

Learn how to add games to discord or check discord game activity on desktop app or mobile application on android and ISO both.

By mark-arvintychingco · 6 min read · tools

How to manage Pentest Projects with Cervantes?

Cervantes is an open source, a collaborative platform designed for pen-testers and red teams looking to save time and manage their projects, clients,

By kennedymuthii · 5 min read · security

Automate SSH Brute Force Attack [4 Methods]

SSH brute force attacks are a type of cyber attack that is becoming increasingly common. They involve the use of automated software to try and gain access to

By kennedymuthii · 5 min read · security

Convert CentOS 8 to Rocky Linux 8 [100% Working]

As you know, CentOS Linux 8 became the end of life on 31 Dec 2021. It will now continue its life as CentOS Stream 8. Many people/organizations using CentOS

By omercakmak · 5 min read · linux

PROPERLY disable IPv6 in Rocky Linux [SOLVED]

IPv6(128-bit address) is a protocol that will replace the IPv4(32-bit address) network protocol and provide a much larger network address space usage. It is

By omercakmak · 5 min read · linux

How to install PostgreSQL Rocky Linux? [SOLVED]

Step by step instructions to install postgresql from default repository or from online archive. You can download and install custom postgresql version from …

By omercakmak · 4 min read · linux

Get local IP Address in Linux using GO [4 Methods]

Different methods to get local IP Address in Linux using golang. Here we will explore some of the possible ways to get both IPv4 and IPv6 addresses on all

By admin · 4 min read · programming

Convert map to struct in Golang [4 Methods]

There are different methods to convert go map to struct, some of them are Using for loop, Using reflect package, Using json.Unmarshal() function, Using …

By admin · 4 min read · programming

Convert map to JSON in Golang? [4 Methods]

In golang there are couple of methods using which we can easily convert map to JSON, some of the methods are: Using json.Marshal() function, Using …

By admin · 3 min read · programming

How to set CPU Affinity in Golang? [SOLVED]

There are multiple methods to set CPU Affinity in golang such as using taskset, syscall package or you can use C library inside the GO code to use …

By admin · 5 min read · programming