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
  • Cloud: AWS, Azure, OpenStack, and hybrid cloud administration
  • 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

2342 articles

Blog illustration with latest articles, tutorials, guides, and how-to content across Linux and DevOps topics
linux

20+ Top Open Source Application Performance Monitoring Tools (APM)

Top application performance monitoring tools, difference between application performance monitoring and application performance management. What is APM?

Deepak Prasad14 min read
linux

Sysctl Configuration for High Performance Servers

Unearth the power of sysctl for Linux server optimization. Discover essential kernel parameters, their roles, recommendations for high performance, and how to verify the settings - your roadmap to efficient server …

Deepak Prasad37 min read
storage

Advanced Tips to Improve Disk IO Performance in Linux

Explore comprehensive strategies to improve disk IO performance, from optimizing kernel parameters to leveraging virtualization tools. Unlock the full potential of your system and achieve faster, more efficient disk …

Deepak Prasad17 min read
cheatsheet

sysctl reload without reboot

Use sysctl -p FILE or sysctl --load FILE or sysctl --system to perform sysctl reload without reboot. Update the initramfs using dracut -f or update-initramfs command

Deepak Prasad8 min read
system-administration

How to create custom tuned profile in Linux ( RHEL / CentOS 7 )

Get an overview of tuned profile tuned-adm and steps to create custom tuned profile in Red Hat or CentOS 7. List tuned profiles configure own tuned profile

Deepak Prasad4 min read
linux

How to remove vector nth element in C++?

In this article we will learn c++ vector remove nth element. Vectors are a part of the c++ STL library. They are containers but can change memory at runtime.

Azka Iftikhar3 min read
programming

Node.js loop through files in directory

Explore a comprehensive guide to reading files in a directory using Node.js. Discover how to use various methods such as fs.readdir(), fs.readdirSync(), fs.promises.readdir(), and more. Learn how to handle large files …

Steve Alila7 min read
programming

How to set up Java with BlueJ IDE [Step-by-Step]

In this tutorial we will cover step by step instructions to set up Java with BlueJ IDE. We will also learn to write our very first Java Program using BlueJ IDE. But first let me give you a brief overview on BlueJ IDE.

Deepak Prasad5 min read
programming

Different Java data types explained with Examples

In the Java programming language, there are basically two main types of data types that are primitive and non-primitive data types. Primitive data types again include four main sub-types including char, integer, float, …

Bashir Alam11 min read
cloud

Azure Blob Storage Explained [Tutorial With Examples]

Install and Configure Azure Blob Storage with screenshots. Different Types and features of azure blob storage

Sahil Hulage13 min read
linux

Dual boot Ubuntu with Kali Linux [Step-by-Step]

Step by step instructions to dual boot Ubuntu with Kali Linux. Choose default boot menu.

Deepak Prasad10 min read
cheatsheet

20 ss command examples in Linux [Cheat Sheet]

Use ss command to examine the sockets in Linux. It is an excellent network troubleshooting tool, successor of netstat command. Check active connections with different state such as established, listening, time_wait, …

Rohan Timalsina14 min read
cheatsheet

10+ vmstat command examples in Linux [Cheat Sheet]

use vmstat command in linux to monitor CPU, memory, disk IO and many more resources dynamically run time.

Rohan Timalsina7 min read
storage

Create & Manage Striped Logical Volume Linux [Step-by-Step]

How to create striped logical volume, How to convert striped to linear logical volume and vice versa, How to extend the size of existing striped logical volume

Deepak Prasad12 min read
linux

Recover Lost Files PartedMagic

Parted Magic is a commercial Slackware-based Linux distribution that comes with partitioning and data recovery tools. The distribution's name is derived from

Omer Cakmak7 min read
linux

How to install and setup ZFS in Rocky Linux 9

Install and Setup ZFS in Rocky Linux 9 with examples to create a ZFS Pool

Omer Cakmak14 min read
cheatsheet

vgcreate command examples in Linux [Cheat Sheet]

The vgcreate command in Linux is used to create a volume group. The best part of using volume groups to create partitions is that you can runtime increase or decrease the storage pool to add more partitions. You can also …

Rohan Timalsina5 min read
cloud

Azure File Sync Explained with Practical Examples

Using Microsoft azure file sync to centralize our organization's file shares in Azure Files, while keeping the flexibility, performance, and compatibility of an on-premises file server.

Sahil Hulage11 min read
cheatsheet

25+ yum command examples in Linux [Cheat Sheet]

yum command in linux is a package manager used with CentOS, RHEL, Rocky, Fedora distribution. It is used to install, update, upgrade, remove or modify packages

Rohan Timalsina16 min read
cloud

Azure Cost Management [Best Practices for Optimization]

Different tools available to perform Azure Cost Management. Best practices to optimize the Azure resource for minimal expenditure during the usage

Sahil Hulage9 min read
devops

Master the Power of Ansible Ad Hoc Commands [Tutorial]

Dive deep into the world of Ansible Ad Hoc Commands. Discover their unmatched power and versatility, and learn how to leverage them effectively for your automation needs, ensuring you achieve optimum results every time.

Deepak Prasad12 min read
system-administration

Create KVM Virtual Machine using Cockpit UI RHEL CentOS 8

Step-by-Step Tutorial to create KVM Virtual Machine using Cockpit Web Console on RHEL/CentOS 8 Linux. virtual machine creation and management with Cockpit

Deepak Prasad6 min read
cheatsheet

Linux zip folder | 16 practical Linux zip command examples

How to zip a folder in Linux. How to create a zip file in Linux and Unix. Zip command examples and cheatsheet. Linux zip directory. Linux unzip to directory.

Deepak Prasad15 min read
linux

Create Stratis Snapshot, Restore Stratis FileSystem & more (CentOS/RHEL

Steps to create stratis snapshot, restore stratis file system, remove or destroy snapshot, pools, stratis file systems using examples in RHEL 8 Linux

Deepak Prasad8 min read
linux

PROPERLY recover lost files Linux

Step by Step instructions to recover lost files in Linux using photrec with screenshots

Omer Cakmak2 min read
devops

Essential and Useful docker logs command Tips Revealed

docker logs -f or --follow is used to monitor the logs of container with dynamic update. docker logs --tail is used to additionally limit the number of lines to view from the logs.

Deepak Prasad7 min read
linux

Top 15 tools to monitor disk IO performance with examples

Top and best tools to check and monitor disk IO performance with disk IO statistics and disk stats with examples. Linux disk usage with iostat, vmstat

Deepak Prasad17 min read
linux

Execute multiple commands over SSH Linux

Discover how to execute multiple commands over SSH with various methods like semicolon-separated commands, double ampersand-separated commands, and more, to efficiently manage remote systems and streamline your workflow

Deepak Prasad7 min read
storage

How to encrypt root partition and entire file system using LUKS in Linux

Steps to encrypt root partition and entire filesystem using LUKS in Linux. Encrypt volume group and physical volume with cryptsetup CentOS/RHEL 7/8 Migrate Data

Deepak Prasad6 min read
programming

How is Nodejs single threaded? The Truth Revealed!

According to Nodejs documentation, the most straightforward answer to the frequently asked question, "Is Nodejs single threaded?" is yes.

Steve Alila6 min read