Author Archives: systemadmin

How To Create A Password Generator In Bash.
How To Create A Password Generator In Bash.        In this article, we will explore how to create a password generator using Bash scripting. Bash is a popular...
Continue reading
How to understand and use BASH conditionals.
How To Understand And Use BASH Conditionals.       BASH (Bourne Again SHell) is a popular command-line interpreter and scripting language used in Unix-like operating systems. One of the key features...
Continue reading
How to understand Environment Variables in BASH
How To Understand Environment Variables In BASH Environment variables play a crucial role in the BASH shell, allowing you to customize and configure your shell environment. In this article, we’ll...
Continue reading
How To Understand Variables In Scripting.
How To Understand Variables In Scripting. Random variables are a fundamental concept in scripting and programming. They allow us to generate and work with random values, enabling us to add...
Continue reading
How to create a VM with VirtualBox.
How To Create A VM With VirtualBox. A virtual machine (VM) is a software emulation of a physical computer system. It allows you to run an operating system (OS) and...
Continue reading
How to manage the Network Bridge for KVM.
How To Manage The Network Bridge For KVM This guide shows you how to manage the Network Bridge for KVM in Virtualizor. Virtualizor will create a viifbr0 bridge. viifbr0 assumes eth0...
Continue reading
Create raid 5 software during OS install
How to create raid 5 software during OS install. RAID 5 is a combination of three or more hard disks that function as a single logical drive and thereby outperform...
Continue reading
How to create software raid 10 from OS install.
How To Create Software Raid 10 (Raid 1+0) From OS Install. RAID 10 is designed to offer superior resilience and speed than other RAID levels, as it combines the mirroring...
Continue reading
How to create software raid 6 from OS install.
How To Create Software Raid 6 From OS Install. RAID 6 uses two parity stripes, the practice of dividing data across the set of hard disks or SSDs, on each disk. It...
Continue reading
How to Fix “Connection Refused by Port 22” on Debian/Ubuntu.
How To Fix “Connection Refused By Port 22” On Debian/Ubuntu. In this article we will explore different ways we can resolve the Connection Refused issue on an Ubuntu/Debian system. Verify...
Continue reading