How to set up LACP bonding with Netplan
How to set up LACP bonding with Netplan Step 1 – Login using SSH Step 2 – Install the ifenslave dependency sudo apt-get install ifenslave Step 3: Load bonding kernel...
Continue reading
How to use Python if..else statement.
How To Use Python If..Else Statement. Python if Statement The most basic form of the if statement in Python is as follows: if EXPRESSION: STATEMENT The if statement starts with...
Continue reading
How to understand to Extract tar.xz File.
How To Understand To Extract Tar.Xz File. This article explains how to use the tar command to extract (or unzip) .tar.xz or .txz archives. Xz is a popular algorithm for...
Continue reading
How to use case Bash break and continue.
How To Use Case Bash Break And Continue. Bash break Statement In Bash, break and continue statements allows you to control the loop execution. The break statement terminates the current...
Continue reading
How to understand Bash Arrays.
How To Understand Bash Arrays. Bash Arrays Bash supports one-dimensional numerically indexed and associative arrays types. Numerical arrays are referenced using integers, and associative are referenced using strings. Numerically indexed...
Continue reading
How to use Bash Sequence Expression
How To Use Bash Sequence Expression Bash Sequence Expression In this article, we will cover the basics of the sequence expression in Bash. The Bash sequence expression generates a range...
Continue reading
How to understand Find and Replace in Vim / Vi.
Find and Replace in Vim / Vi In Vim, you can find and replace text using the :substitute (:s) command. To run commands in Vim, you must be in normal...
Continue reading
How to use Expressions in Grep.
How to use Expressions in Grep. In this article, we’re going to explore the basics of how to use regular expressions in the GNU version of grep, which is available by default...
Continue reading
How to use Linux ifconfig Command
How to use Linux ifconfig Command ifconfig (interface configuration) is a network management tool. It is used to configure and view the status of the network interfaces in Linux operating systems. With ifconfig, you can assign...
Continue reading



Recent Comments