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

2298 articles

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

BEeF Hacking Framework Tutorial [5 Easy Steps]

Step by step instructions to use beef hacking framework with example. Beef hacking framework is a powerful tool that can be leveraged by systems security professionals to try and design systems especially web apps which …

Kennedy Muthii6 min read
security

DVWA SQL Injection Exploitation Explained (Step-by-Step)

SQL injection proves to be a critical vulnerability that can exist in a system. The DVWA acts as a reliable resource for both penetration testers who want to improve their skills and web developers who want to develop …

Deepak Prasad6 min read
security

Password Cracker - John The Ripper (JTR) Examples

John The Ripper (JTR) is one of the most popular password cracking tools available in most Penetration testing Linux distributions like Kali Linux, Parrot OS, etc

Deepak Prasad6 min read
linux

Install Kali Linux on Raspberry Pi

Step by Step instructions to install and setup Kali Linux on Raspberry Pi 2,3 and 4 with screenshots.

Deepak Prasad5 min read
linux

Kali Linux Repositories Explained [With Examples]

Kali Linux repositories are found in the /etc/apt/sources.list file. There are 3 different branch i.e. Kali-rolling branch, Kali-last snapshot branch, Kali- experimental branch

Deepak Prasad4 min read
devops

How to use Jinja2 templates in Ansible with examples

Jinja2 is a very popular and powerful Python-based template engine. Jinja2 templates is widely used in Ansible playbook to access variables, configuration etc

Deepak Prasad10 min read
devops

Pre-requisites to setup Ansible

To configure ansible we need certain pre-requisites. For example control node cannot be a windows node, We need SSH access on the managed node and python3 must be installed

Deepak Prasad3 min read
programming

Java throw exception explained [Simple Examples]

Multiple examples to learn about the java throw exception and the throws keyword to handle java exceptions in java programming language

Bashir Alam11 min read
system-administration

Install iRedMail on Rocky Linux 8 [Step-by-Step]

Step by Step instructions to install iredmail on rocky linux 8 with screenshots. Install and Configure iredmail server GUI

Deepak Prasad7 min read
programming

Java Parameter Explained [Easy Examples]

Java parameters are variable names with type that is declared within the method signature. The list of parameters is enclosed in parenthesis and each parameter consists of two parts: type name followed by the variable …

Bashir Alam8 min read
programming

Java Arguments Explained [Easy Examples]

Java arguments are the actual values that are passed to variables defined in the method header when the method is called from another method. Remember that these are not the variables but actual values

Bashir Alam8 min read
programming

Java Byte Explained [Easy Examples]

A group of binary digits or bits operated on as a unit is called byte. A java byte is considered as a unit of memory size. A byte is a unit of digital information that most commonly consists of eight bits.

Bashir Alam8 min read
programming

Java Class Constructor Explained [Easy Examples]

Java class constructor syntax and Examples. Difference between Java class constructor and Java method. Java parameterized constructor. Java constructor chaining, Overloading Java constructor

Bashir Alam9 min read
programming

Java Array Explained [Easy Examples]

Java Array is one of the data structures, which is a collection of variables of the same data type that are referenced by a common name. Arrays consist of contiguous memory locations. The first address of the array …

Bashir Alam10 min read
programming

Thread in Java Explained [Simple Examples]

there are two different ways to run the thread in Java programming language. Extend the Thread class and then creating a new subclass and Create a new thread using the runnable interface

Bashir Alam8 min read
devops

Check Kubernetes Cluster Version

In this tutorial I will share multiple methods and commands to check Kubernetes Cluster Version in a Kubernetes Cluster.

Deepak Prasad7 min read
system-administration

Add timestamp to SSHD DEBUG logs

Add timestamp to SSHD DEBUG logs using while loop. Prepend timestamp to STDOUT and log file for DEBUG logs

Deepak Prasad9 min read
programming

Java date & time Format Explained [10+ Examples]

Java provides the Date class available in java.util package, this class encapsulates the current date and time.

Bashir Alam9 min read
devops

How to add label to running pod in Kubernetes

There are two methods to add label to running pod in Kubernetes. Using kubectl label pods or kubectl edit command to edit a resource object.

Deepak Prasad6 min read
programming

Java read file using 5+ methods [Easy Examples]

Java read file using Desktop class, FileInputStream, BufferedReader, FileReader, Scanner, and readAllLines() methods by taking different examples

Bashir Alam8 min read
programming

Java create & write to file Examples

Java.io.File, Java.io.FileOutputStream, and NIO Files.write() method to java create files by taking different examples. Moreover, we will also discuss various methods to write in java files including bufferedWriter, …

Bashir Alam10 min read
programming

IndexOf() Java Method Explained [Easy Examples]

The IndexOf() Java method finds the index position at which a specified string begins. This method helps us to find a string within another string. The

Bashir Alam8 min read
linux

Install WireGuard VPN Rocky Linux 8

Step by step instructions to install wireguard VPN on Rocky Linux. Configure network, firewall and test the VPN

Deepak Prasad8 min read
programming

Java break & continue statements Explained [Easy Examples]

Related Searches: java break, java continue, break statement in java, java break for loop, continue statement in java, break while loop, java exit for loop,

Bashir Alam9 min read
programming

while loop | do while loop Java Explained [Easy Examples]

Multiple examples to learn while loop java and do while loop java. Syntax and explanation to use. nested while loop

Bashir Alam10 min read
programming

For Loop Java | For Each Loop Java [Easy Examples]

In this tutorial, we will learn about for loop java from very basics to advance level concepts. We will cover the initializer, condition, and post iteration

Bashir Alam11 min read
programming

If Else Java Statement Explained [Easy Examples]

Multiple examples to use if else java statement. Use if else nested blocks. Use if else inside a loop in Java programming language.

Bashir Alam10 min read
programming

Java Booleans Explained [Easy Examples]

Java Boolean is an inbuilt class that wraps are used for wrapping the value of primitive data type, i.e. boolean in an object. The boolean class contains two values, i.e. true or false. Java provides a wrapper class …

Bashir Alam11 min read
programming

Java Math Class Explained [Easy Examples]

Java Math class has methods for performing more advanced math calculations. abs, ceil, floor, max, min, round, random methods in math class

Bashir Alam11 min read
linux

Install Graylog on Rocky Linux 8

Step by step instructions to install graylog on rocky Linux 8. Install and configure elasticsearch, mariadb, java and graylog server

Deepak Prasad8 min read