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

2257 articles

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 …

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(), …

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 …

Deepak Prasad5 min read
interview-questions

100+ Java Interview Questions and Answers for Freshers & Experienced-1

Top Java interview questions and answers for freshers and experienced users professionals. Practical and tricky coding java Interview questions and answers …

Deepak Prasad18 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 …

Bashir Alam11 min read
devops

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
security

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 …

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 …

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 …

Omer Cakmak7 min read
linux

Steps to Install VSCode on Ubuntu 22.04 [6 Methods]

Step by Step instructions to install Visual Studio Code on Ubuntu 22.04 using 6 different methods

Omer Cakmak11 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 …

Rohan Timalsina5 min read
devops

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 …

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 …

Rohan Timalsina16 min read
devops

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 …

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 …

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
devops

Tutorial: How to manage docker container with examples ?

Tutorial Manage Docker Container. Download Docker Image from Docker Hub. How to connect and exit from docker container query docker hub and check logs

Deepak Prasad15 min read
cheatsheet

How to PROPERLY use lvextend to increase LV size

Step by step instructions to use lvextend to extend logical volume size with dos and don'ts. lvextend cheat sheet with examples

Rohan Timalsina6 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 …

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, …

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 …

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