Learn how to quickly debug scripts in Bash with those 5 simple steps that use some of the Bash shell special properties.| Shell Tips!
Learn how to write shell scripts with bash functions. This guide includes examples and best practices on how to define, call, and debug functions in bash.| Shell Tips!
This guide covers how to use the bash array variables as indexed or associative bash arrays. Includes how to declare, iterate over, sort, and other array operations.| Shell Tips!
Learn how to do math arithmetic with integer and floating-point in Bash. Includes addition, subtraction, division, multiplication, and also floating-point precision.| Shell Tips!
Rundown of the impact of the positive leap second introduced in June 2012 and that crashed most of the internet for a full day.| Nicolas Brousse - Resume & Blog
A new leap second will be introduced on June 30th, 2015. This post cover what is the leap second, how the same event crashed most of this internet in 2012, and how you can be ready for it to prevent any outage.| Nicolas Brousse - Resume & Blog