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

Install GameMaker Studio on Linux

GameMaker Studio is a popular game development tool used by many indie game developers around the world. It provides an easy-to-use interface and powerful

By Omer Cakmak · 4 min read · linux

Install OpenTracker on Debian [Step-by-Step]

Looking to install OpenTracker on Debian? This step-by-step guide provides instructions on how to set up this real-time GPS tracking software on one of the most …

By Omer Cakmak · 5 min read · linux

How to connect Free SQL database to VS Code?

Connecting a free SQL database to VS Code can be a great way to enhance your development workflow and streamline your data management processes. By using a

By Falguni Thakker · 7 min read · databases

MobSF: Android App Pentesting [Step-by-Step]

Mobile app pentesting is a crucial process that ensures the safety of data and sensitive information stored in mobile applications. With the rising number of

By Kennedy Muthii · 5 min read · security

APKHunt: Android App Pentesting [Step-by-Step]

APKHunt is a powerful tool used in the android app pentest. Android app pentest, short for Android application penetration testing, is the process of

By Kennedy Muthii · 5 min read · security

How to install Minecraft on Ubuntu? [SOLVED]

Minecraft is one of the most popular sandbox video games, where players can build and explore virtual worlds made up of blocks. It is available on multiple

By Omer Cakmak · 6 min read · linux

How to install WSJT-X on Linux Mint? [SOLVED]

WSJT-X is an open-source, free software designed for weak-signal digital communication by amateur radio operators. The software is compatible with various

By Omer Cakmak · 7 min read · linux

How to Install Steam on Ubuntu? [SOLVED]

Steam is a popular platform for buying, downloading, and playing video games on a computer. It has a vast library of games that can be enjoyed by gamers of

By Omer Cakmak · 6 min read · linux

How to Install CMake on Ubuntu?

In this article, we will discuss how to install CMake on Ubuntu, including the necessary prerequisites, installation methods, and how to verify that the

By Omer Cakmak · 8 min read · linux

How to Install CUDA on Ubuntu

This tutorial guides you through detailed steps to install CUDA on Ubuntu, covering driver installation, toolkit setup, verifying installation, compiling a

By Omer Cakmak · 6 min read · linux

How to Install OpenCV on Ubuntu? [SOLVED]

In this article, we will provide a step-by-step guide on how to install OpenCV on Ubuntu. We will cover the prerequisites required for the installation, the

By Omer Cakmak · 6 min read · linux

JavaScript Validate Email Address with Regex

Learn JavaScript email validation with regex, HTML input type=email, and practical checks for valid and invalid email addresses.

By Olorunfemi Akinlua · 2 min read · programming