Linux Shell Scripting Scripting for Network Part 2

Learn Linux Shell Scripts for Network – Part 2

0
In this article, we are going to complete what we have started in part1.   The host command This command is used to convert names to IP...
Linux Shell Scripting Until Loop

Learn The Concept Of Until Loop in Linux Shell Scripting

0
In the last two articles, we have talked about the first two types of Loops: the for loop, and the while loop. Now, we...
arrays in linux shell scripting

Learn the concept of Arrays in Linux Shell Scripting

0
An Array is a data structure that stores a list (collection) of objects (elements) that are accessible using zero-based index. In Linux shells, arrays...
Randomization Generating Random Passwords(1)

Learn to Generate Random Data and Password in Linux Shell Scripting

0
After learning how to generate random numbers, we are going to learn how to generate random data, and random passwords. Some of the concepts...
Linux Shell Scripting

Mastering Tools in Linux Shell Scripting

0
In the previous article, we had an introduction to Shell Scripting. To write good shell scripts, a Linux admin should have in hand all...
Linux Shell Scripting (23) - Randomization Generating Random Numbers

Generating Random Numbers in Linux Shell Scripting

1
There will be cases wherein you need something to be random: a random number, a random sequence of characters, a random file name, or...
Linux Shell Scripting (9)

Learn the concept of While Loop in Linux Shell Scripting

0
After talking about the for loop, it is time to discuss the second type of loops: the while loop. Unlike the for loop, the...
Linux Shell Scripting (8) - Loops - For Loop

Learn the concept of For Loop in Linux Shell Scripting

0
There will be cases wherein you need to repeatedly execute a block of code. Such repeated execution of portions of your code is done...
Linux

Learn CGI scripting using BASH in Linux Shell Scripting

4
Web programming has been on a long journey. From the early static HTML files to the very first scripting languages like PHP, Python, Cold Fusion,...