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
  • Tools: Useful tools and utilities for productivity

2233 articles

How to use C++ WriteFile?

C++ provides several file I/O functions that enable programmers to write and read data from files. One of these functions is WriteFile, which is part of the

By Deepak Prasad · 8 min read · system-administration

How to Install Slack on Ubuntu? [2 Methods]

Slack is a popular messaging and collaboration platform that is widely used by businesses and teams to communicate and work together. If you're an Ubuntu user

By Omer Cakmak · 3 min read · linux

How to Install Plex on Ubuntu?

In this tutorial we will demonstrate step by step instructions to install Plex on Ubuntu.

By Omer Cakmak · 4 min read · linux

Steps to Install Picard on Ubuntu

Picard is a popular music tagging application that allows users to manage their music collections by automatically tagging, organizing, and renaming music

By Omer Cakmak · 4 min read · linux

Steps to install php Xdebug on Ubuntu

In this article, we have covered how to install PHP Xdebug on Ubuntu, along with the necessary pre-requisites required for a successful installation. We have

By Omer Cakmak · 6 min read · linux

How to Install Nvidia Drivers on Ubuntu

This tutorial guides you through step by step instructions to install Nvidia drivers on Ubuntu, covering different methods like GUI, command line, and PPA …

By Omer Cakmak · 9 min read · linux

Boost Your Search Game with MySQL Related Tags!

When it comes to organizing large amounts of data on a website, tags can be an incredibly helpful tool. By assigning specific keywords or phrases to different

By Falguni Thakker · 9 min read · databases

How to Setup and Use Laravel Task Scheduler Like a PRO

This tutorial will guide you through setting up and utilizing Laravel Task Scheduler, covering task creation, scheduling frequencies, preventing overlaps, …

By Steve Alila · 13 min read · programming

How Laravel Eager Loading solves N+1 Query Problem?

This tutorial will explore Laravel Eager Loading, addressing the N+1 query problem, defining Eager Loading, its benefits, and how to use it for optimizing …

By Steve Alila · 13 min read · programming

Building an Image Gallery with Laravel and Intervention

This tutorial is going to guide you in the most perplexing of ways. Trust me. It’s about creating an image gallery using Laravel and an Intervention Image …

By Steve Alila · 11 min read · programming

How to Recursively Search Arrays in Laravel?

Sometimes you want to add custom methods to a Laravel collection, especially if you lack a predefined method for a goal. For example, when doing a Laravel

By Steve Alila · 6 min read · programming

10 Simple Steps to Build & Test Laravel GraphQL API

In this tutorial, we'll guide you through setting up a GraphQL API in Laravel, covering project initialization, model and migration creation, installing GraphQL …

By Steve Alila · 14 min read · programming