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 Word Order [3 Methods]
In this tutorial we will share different solutions to solve word order problem from Hacker Rank Python
HackerRank Solution: Python Time Delta [3 Methods]
In this tutorial we will provide different solutions to solve Python Delta Time Question from Hacker Rank
Split a string and assign it to variables GO? [SOLVED]
In this tutorial we will explore different methods to split a string and store into variables using golang.
How to convert io.Reader to string Golang? [SOLVED]
In this article, we will walk through some examples of converting from an io.Reader to a string in Go.
How to do https request with bad certificate? [SOLVED]
We can use InsecureSkipVerify to do HTTPS request with bad certificate.
What is & and * in Golang? [Solved]
In this tutorial we will explore what is & and * icon or operator in golang and what is it used for?
How to check if struct is empty in GO? [SOLVED]
This article describes a few methods for determining whether a struct in Go is empty. It includes structs having fields that are comparable and
How to convert float64 to int Golang? [SOLVED]
In this tutorial, we will walk through some ways to convert a float64 to int in Golang. As introduced before, we can convert float64 to a string using the
How to Compare Struct, Slice or Map in GO? [SOLVED]
In Golang, the DeepEqual function is used to compare struct, slice, and map equality. It is used to determine whether or not two items are "deeply equal".
How to do repetitive tasks at intervals GO? [SOLVED]
In today's post, I will introduce to you some ways to do some repetitive tasks at intervals in Golang. We can use the time.Ticker() function or use a channel
How to trim leading and trailing spaces GO? [SOLVED]
In this tutorial, we are going to examine some examples of trim leading and trailing white spaces of a string in Golang. Golang provides the built-in package
How to install Rscript on Ubuntu? [SOLVED]
Step by Step instructions to install Rscript in Ubuntu with example
HackerRank Solution: Classes - Dealing with complex numbers Python
Learn how to solve classes: dealing with complex numbers which is asked in HackerRank
HackerRank Solution: Words Score in Python [3 Methods]
Input format:
Import local packages without GOPATH [SOLVED]
In today's post, we are going to answer the question "Can we import the local packages without the GOPATH". We already have an article about how to organize
