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

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 data.

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 Linux? How to monitor network speed in graphical and CLI in Linux.

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 smoothly.

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 best practices to optimize your background job processing.

Steve Alila6 min read
cloud

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() Using DecimalFormat class Using String.format() Using …

Deepak Prasad11 min read
cloud

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 functions at a flexible rate

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 Not

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 of

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

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 down the number of pods based on provided CPU and Memory thresold …

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 Project)

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 available in the cybersecurity field. However, it provides much …

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 installation

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 incompatible VC.

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 testing through integrations with many of the popular CI/CD tools.

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 environment, Creating your first table using SQL, List of most used …

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
cloud

Create Azure AD User [3 Methods With Examples]

3 different methods to create azure AD user with Azure Portal GUI, Azure CLI programmatically. Create Azure AD tenant with examples.

Sahil Hulage9 min read
system-administration

[SOLVED] Restrict FTP user to a directory in Linux

Use chroot_local_user to restrict FTP user to a directory in vsftpd.conf in Linux. You can specify the directory name and path which acts as home directory for chroot

Omer Cakmak6 min read
linux

10 practical examples to add or remove user from group in Linux

Linux add user to group. Linux remove user from group, remove multiple users from the group, remove users from multiple groups. list users in group Unix and Linux

Deepak Prasad7 min read
linux

How to install Conda on Ubuntu?

Conda is an open source (BSD licensed), language-independent package manager and environment management system that runs on different operating systems

Omer Cakmak6 min read
linux

How to update Flameshot in Ubuntu?

Step by Step instructions to update flameshot in ubuntu using default package manager or by downloading the latest flameshot archive from official reporsitory

Omer Cakmak3 min read
linux

Install Nodejs and NPM on Raspberry Pi

Step by step instructions to install nodejs and npm on raspberry pi. 2 different methods to install and configure nodejs and npm on raspberry pi

Deepak Prasad6 min read