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

2076 articles

How to append to array in JavaScript? [SOLVED]

Arrays are an essential part of any programming language, and JavaScript is no exception. Arrays in JavaScript are used to store multiple values in a single

By olorunfemiakinlua · 5 min read · programming

How to Encode URL in JavaScript? [SOLVED]

URL encoding is the process of converting a string into a valid URL format. URL encoding is required because URLs can only be sent over the internet using the

By olorunfemiakinlua · 3 min read · programming

How to get current date in JavaScript? [SOLVED]

In web development, getting the current date is a common task. Fortunately, JavaScript provides a built-in Date object that can be used to easily retrieve the

By olorunfemiakinlua · 5 min read · programming

JavaScript Math.trunc() Examples [In-Depth Tutorial]

In JavaScript, there are many built-in methods that developers can use to make their code more efficient and effective. Math.trunc() is a built-in method in

By olorunfemiakinlua · 3 min read · programming

JavaScript Math.tan() Examples [In-Depth Tutorial]

The Math.tan() method is a built-in function in JavaScript that returns the tangent of a number. The tangent of an angle is the ratio of the length of the

By olorunfemiakinlua · 3 min read · programming

JavaScript Math.sqrt() Examples [In-Depth Tutorial]

Math.sqrt() is a built-in function in JavaScript that returns the square root of a given number. The function takes one argument, which is the number to be

By olorunfemiakinlua · 3 min read · programming

Mastering JavaScript Math.sign() [In-Depth Tutorial]

Understanding JavaScript math.sign() and it's usage in real world with practical examples. Compare math.sign and look for alternative solutions for different …

By olorunfemiakinlua · 12 min read · programming

JavaScript Math.min() Examples [In-Depth Tutorial]

JavaScript is a popular programming language that is widely used for web development, and it includes a variety of built-in functions and methods that make it

By olorunfemiakinlua · 6 min read · programming

How to use Generics in Java? [In-Depth Tutorial]

The guide will begin by introducing the basics of generics, including the syntax and its advantages. Then, it will delve deeper into the various ways in which

By bashiralam · 10 min read · programming

How to cut video with OpenShot? [SOLVED]

OpenShot is a free and open-source video editing software that can be used to cut, trim, and edit videos on Linux, Windows, and macOS. It provides an

By omercakmak · 4 min read · linux

How to list packages in a yum group? [SOLVED]

Being able to list packages in a YUM group can be helpful for a variety of reasons, such as ensuring that all necessary packages are installed for a specific

By omercakmak · 5 min read · linux