Cyberithub

Useful Introduction to IPV6 Address

In this article, I will take you through the introduction of IPV6 Address. The evolution of IPV6 Address can be traced back to the time when Internet was evolving where devices needed to have an IP Address to connect to the Internet. We initially started with 32-bit IPV4 Addressing mechanism back in the time which ... Read more

How to Print Array in Bash Shell Script

In this article I will go through different examples to print array in Bash Shell Script. It is the most popular scripting environment in most of the Linux Flavors. Array is the most frequently used concept in most of the Programming Languages. Here we will look at the different ways to print array in bash ... Read more