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
HackerRank Solution: Python Print Function [4 Methods]
In this tutorial we cover different methods to solve python print function hackerrank solution
HackerRank Solution: Finding the Percentage [3 Methods]
The provided code stub will read in a dictionary containing key/value pairs of name: for a list of students. Print the average of the marks array for the
HackerRank Solution: Python Nested Lists [4 Methods]
In this tutorial we will cover 4 different methods to solve python nested list hackerrank solution using different functions and modules.
HackerRank Solution: Find the Runner-up Score! [4 Methods]
In this tutorial we cover 4 different methods to solve find the runner up score hackerrank solution using different python functions and modules
HackerRank Solution: List comprehensions [3 Methods]
In this tutorial we explore 3 different methods to solve Python List Comprehension of Basic Data Types problem from Hacker Rank
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 …
Golang watcher (fsnotify) Examples [In-Depth Tutorial]
In golang we have fsnotify package which can be used to monitor files and directories for any types of changes. fsnotify is not available in standard library
How to create nested directory in Golang? [SOLVED]
In this tutorial we will explore different methods which are possible to create nested directories in golang.
How to list installed packages in Golang? [SOLVED]
In this tutorial we will show different methods to show where are go packages installed or to list all installed packages in golang.
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
How to execute shell commands in Golang? [SOLVED]
In this tutorial we will cover multiple methods and scenarios to execute shell commands in golang.
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.
Start a process in background and wait Golang [4 Methods]
In this tutorial we will explore different methods and functions which we can use in golang to execute a process in background and then wait for it to complete. …
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.
How to check Discord Gift Inventory? [SOLVED]
Step by step instructions to check discord gift inventory
