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

linux

How to customize cloud-init autoinstall (user-data) Ubuntu 20.04

Customize cloud-init autoinstall user-data configuration file. Configure network, assign static IPv4, IPv6 IP address, configure SSH, create bind, change …

Deepak Prasad9 min read
linux

Step-by-Step: Create LVM during installation RHEL/CentOS 7/8

Step by step screenshots to create LVM during installation using Red Hat or CentOS 7/8 ISO. how to create lvm in redhat linux 7 step by step

Deepak Prasad6 min read
storage

Beginners guide to how LVM works in Linux (architecture)

LVM stands for Logical Volume Manager which is made up of Physical Volume, Volume Group ad Logical Volume. It can be easily extended or even reduced at …

Deepak Prasad12 min read
system-administration

Configure Thin Provision LVM using kickstart with example in CentOS/RHEL 7/8

Configure thin provision lvm using kickstart and PXE server in CentOS/RHEL 7 and 8 Linux with examples. Define custom chunksize and metadata to create …

Deepak Prasad5 min read
storage

Step-by-Step Tutorial: Configure Software RAID 4 in Linux

Step by Step Guide to configure software raid 4 in Linux using examples. RAID-4 stripes block-sized chunks of data across each drive in the array marked as …

Deepak Prasad5 min read
linux

Steps to format SD Card in Linux [100% Working]

Step by step instructions to format SD card using 3 different methods in Linux. Using file manager, gparted and fdisk to format sd card in Linux

Deepak Prasad7 min read
cheatsheet

5 pvcreate command examples in Linux [Cheat Sheet]

pvcreate command initializes a disk or partition as a physical volume. The physical volumes are used to create a volume group and the LVM logical volumes …

Rohan Timalsina3 min read
storage

How to create filesystem on a Linux partition or logical volume

Steps to create filesystem on a linux partition of on a logical volume using mkfs. Create mount point and mount the filesystem to access and store the …

Deepak Prasad5 min read
networking

5 system tools to monitor network traffic in Linux with examples

How to monitor network traffic in Linux? How to monitor application network traffic real time in Linux? How to perform speed test using command line in …

Deepak Prasad9 min read
programming

How to PROPERLY clear cache in Laravel

Learn the correct way to clear cache in Laravel with this step-by-step guide. Say goodbye to cache issues and keep your Laravel application running …

Steve Alila5 min read
programming

Laravel Horizon simplified [In-Depth Tutorial]

Explore the power of Laravel Horizon, a robust queue monitoring solution for your Laravel applications. Dive into its features, installation process, and …

Steve Alila6 min read
devops

Azure Database for PostgreSQL Deployment

Step by step instructions to use Azure Database for postgreSQL Deployment with examples

Sahil Hulage5 min read
programming

Convert double to String in Java

The list below shows eight different ways in which we can convert double to string in Java. Using + operator Using String.valueOf() Using Double.toString() …

Deepak Prasad11 min read
devops

Azure Database For MySQL Deployment

As in this article, we understood the deployment and benefits of using Azure Database for MYSQL Deployment. It is used for performing database management …

Sahil Hulage5 min read
linux

How to install 32bit application with Wine?

Wine is a free application that enables Windows software to run on POSIX- compliant operating systems such as Linux and Mac OS X. Wine stands for "Wine Is …

Omer Cakmak4 min read
programming

Difference between final, finally and finalize in Java

In the realm of Java programming, developers encounter a plethora of keywords and concepts that play a crucial role in shaping the structure and behavior …

Bashir Alam12 min read
devops

Binary Options Trading Bots: The Intersection of Finance and Programming

In the dynamic world of financial markets, binary options have carved a niche for themselves due to their simplicity and high potential returns. However, …

Deepak Prasad6 min read
devops

Perform Kubernetes Autoscaling | Horizontal Pod Autoscaler (HPA)

Kubernetes autoscaling requires a metrics-server to monitor the CPU and Memory usage. Horizontal Pod Autoscaler can be used to automatically scale up and …

Deepak Prasad10 min read
programming

How to run Laravel Project like a PRO?

Welcome to this comprehensive guide on how to run Laravel project! Laravel has quickly become one of the most popular PHP frameworks for web application

Steve Alila7 min read
security

Nettacker - Automated Pentesting Framework [Tutorial]

Nettacker is an open-source penetration testing tool that automates various network attacks and is part of the OWASP (Open Web Application Security …

Kennedy Muthii6 min read
programming

Golang SQLite3 Tutorial [With Examples]

Golang sqlite tutorial with CRUD Operation. Executing commands on SQLITE database, Select statement, Insert, Read and Delete Operation with examples

Tuan Nguyen9 min read
security

Reverse Shell Cheat Sheet With Examples [100% Working]

This post will give you a detailed guide on how to create Reverse Shells with Netcat. Let’s dive in.

Deepak Prasad9 min read
security

Setup Virtual Penetration Testing Lab [Step-by-Step]

A virtual penetration testing lab creates a safe and convenient environment for ethical hackers to sharpen their skills and test the various security tools …

Deepak Prasad9 min read
linux

How to configure PXE boot server in Linux ( CentOS / RHEL 7 )

Step by step guide to configure PXE boot server using dnsmasq, dhcp, http, tftp- server in CentOS / RHEL 7 Linux using kickstart to automate the …

Deepak Prasad12 min read
tools

How to upgrade or downgrade virtual connect firmware in HPE using vcsu

Steps to upgrade or downgrade virtual connect firmware using VCSU in Linux or Windows with examples non-interactive. Upgrade also possible with …

Deepak Prasad8 min read
linux

6 Tools making Automation Testing easy in Linux

The QA automation testing tools mentioned in this article enable the deployment of tests integrated with the DevOps workflow. They support continuous …

Deepak Prasad5 min read
devops

Terraform: EKS Cluster Provision on AWS [10 Steps]

This article shall cover how to deploy an EKS cluster on AWS using Terraform. There are many ways to deploy an EKS cluster on AWS such as using the web

Deepak Prasad15 min read
databases

Getting started with SQL - Detailed Explanation

Getting started with SQL. Overview on relational database, What is SQL, Comparison between SQL and MySQL, Steps to install SQL on both Windows and Linux …

Falguni Thakker16 min read
linux

3 simple & easy steps to install vlc player on CentOS 8

Step by step tutorial to install vlc player media on linux with and without head for both GUI and CLI mode with examples

Deepak Prasad6 min read
security

How to crack hash using hashview

Step by Step instructions to crack hash using hashview in Linux.

Kennedy Muthii7 min read