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
  • 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

2075 articles

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 kennedymuthii · 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 kennedymuthii · 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 omercakmak · 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 omercakmak · 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 omercakmak · 6 min read · linux

How to Install CMake on Ubuntu? [SOLVED]

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 omercakmak · 8 min read · linux

How to Install CUDA on Ubuntu [Step-by-Step]

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

By omercakmak · 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 omercakmak · 6 min read · linux

7 Efficient Ways to Generate Timestamp in JavaScript

A timestamp is a sequence of characters or encoded information that represents a specific moment in time. In JavaScript, timestamps are often used in web

By olorunfemiakinlua · 6 min read · programming

JavaScript Copy To Clipboard [100% Working]

In this article, we will explore the different ways to copy text and data to the clipboard using JavaScript. We will cover the Clipboard API and how it works,

By olorunfemiakinlua · 8 min read · programming

How to add to an Array in JavaScript? [6 Methods]

In JavaScript, arrays are a fundamental data structure used to store a collection of elements, such as numbers or strings. One of the most common tasks when

By olorunfemiakinlua · 6 min read · programming