Articles by Deepak Prasad
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 volume
Git Push Explained: Syntax, Examples, Errors & Best Practices
Learn how to use git push with practical examples. Understand git push syntax, push branches, tags, and fixes for common errors like rejected push and force …
Defensive Programming Techniques Explained with Examples
Defensive programming can be tough to write source code, but it results in high- quality foolproof code
Python Compare Strings (==, Ignore Case, Substring, Examples)
Learn how to compare strings in Python with practical examples. This guide covers string equality, case-insensitive comparison, substring matching, …
Man In The Middle Attack | ARP Spoofing With arpspoof
A Man in the Middle attack is one of the most popular attacks carried on local networks. arpspoof use to perform ARP Spoofing
Create Mirrored Logical Volume in Linux [Step-by-Step]
LVM supports mirrored volumes. A mirror maintains identical copies of data on different devices. LVM ensures that data written to an underlying physical volume …
Manage Logical Volume in Linux - One STOP Solution
The Logical Volume Manager is a collection of one or more physical devices called Volume Group (VG), each physical device on the VG called a Physical Volume …
Setup Master Slave BIND DNS server Rocky Linux 8
Step by Step instructions to configure Master Slave BIND DNS Server on Rocky Linux 8.
Git Branch Explained with Examples (Create, Switch, Delete Branches)
Learn how Git branches work with practical examples. This guide explains how to create, switch, rename, merge, and delete Git branches locally and remotely. …
How to HACK WiFi password [100% Working]
We will share step by step instructions to understand the different terminologies and steps involved to hack wifi password using Kali Linux.
SQL Date Functions Explained with Practical Examples
Different types of SQL Date Functions explained with examples. Some SQL Date Functions are similar in most database management systems. Few SQL Date Functions …
Setup BIND DNS Server in Rocky Linux 8
Step by Step instructions to setup and configure bind dns server using chroot environment in Rocky Linux 8. The chroot environment is used to further secure the …
Migrate CentOS 7/8 to Rocky Linux 8
Step by Step guide to upgrade or migrate CentOS 7 and 8 to Rocky Linux 8. There will be no data loss during the migration.
SOLVED: Run SSHD as non-root user (without sudo) in Linux
In this tutorial I will share the step by step instructions to run SSHD as non- root user in Linux platform. The same steps can be used for non privileged …
Install and Configure OpenLDAP on Rocky Linux 9 (cn=config Guide)
Step-by-step guide to install and configure OpenLDAP on Rocky Linux 9 using the cn=config backend and ldapmodify. Includes schema loading and user/group …
