Latest Articles
Calculate Loan EMI Amount in Bash script Linux
Calculate loan EMI amount, interest and principle using bash or shell script in Linux with example. The script can be created online and runtime value.
SHELL/BASH: How to create an interactive calculator in Linux
Sample shell script to create an interactive calculator using bc command to perform add, subsctract, multiply. divide, sine, cosine etc mathematical function.
Solved: Add thousands separator comma in number [Linux Bash]
Sample script to add thousands separator using comma in a number (integer or decimal) using shell or bash script in Linux with examples.
Step-by-Step Tutorial: Configure Hybrid Software RAID 10 in Linux
Steps to configure hybrid software raid 10 (1+0) in Linux with examples. Hybrid RAID 1+0 results from the combination of RAID-0 and RAID-1 Array in Linux.
Step-by-Step Tutorial: Configure Software RAID 5 in Linux
Steps to configure software raid 5 array in Linux using mdadm. RAID 5 is similar to RAID-4, except the parity info is spread across all drives in the array.
