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
Building a CRUD REST API using Redis DB in GO
Go or Golang is an open source programming language developed and supported by Google. It is mostly used to build backend applications where it interacts with
Building a CRUD REST API using Postgresql DB in GO
CRUD is a common abbreviation when it comes to getting started with any framework or programming language. CRUD basically stands for Create, Read, Update and
Building a CRUD gRPC API using Postgresql DB in GO
CRUD is an acronym that refers to operations that are considered necessary to implement in a persistent storage application: Create, Read, Update and Delete.
How to find files in Ubuntu? [SOLVED]
There are 5 different ways to find files in ubuntu.
How to download torrent from CLI in Ubuntu? [SOLVED]
The word torrent is an expression used to name the metadata linked to the files and folders to be downloaded. A torrent file (.torrent) does not contain the
Laravel Group Routes And Array Parameters Explained
Laravel route group array parameters provide a convenient way for developers to organize and define their route groups in a structured manner. By grouping
How to use Promise.race() in JavaScript? [SOLVED]
In JavaScript, the Promise.race() method returns a promise with the outcome of the first promise that either fulfils or rejects, with the value or reason from
Create array of numbers in range JavaScript [SOLVED]
Unlike other programming languages like Python, JavaScript doesn’t have a built- in function that can create array of numbers within a range. Say, we want to
How to take screenshot in Ubuntu? [SOLVED]
Taking screenshots is a feature that the end user needs in every operating system. They probably started offering the take a screenshot feature after the OS
How to install Google Drive Ubuntu? [SOLVED]
Google Drive is a file storage and synchronization service created and managed by Google. Users who log in with their Google account benefit from these
How to install Dropbox on Ubuntu [6 Methods]
In this tutorial we will explore 6 different methods to install Dropbox in Ubuntu.
Convert srt to text with regex JavaScript [SOLVED]
The srt format, which stands for SubRip Subtitle, is a common format for storing subtitles in a text file. In this article, we will show you how to convert
How to use/avoid JavaScript infinite loop? [SOLVED]
In JavaScript, an infinite loop is a loop that continues to run indefinitely without ever terminating. This can happen when the condition that is being tested
JavaScript Math.toRadians | Convert Degrees to Radians
In JavaScript, we have a Math object that provides tons of methods to achieve certain mathematical operations. Unlike Java, there is no math.toradians method
How to Install Laravel on Ubuntu [100% Working]
This tutorial will guide you through complete steps to install Laravel on Ubuntu, covering web server setup with Apache, PHP and its extensions, database …
