2020
How To Script Powerful Bash If Statement?
by oriegLearn how to script a Bash If statement with the then, else, and else if / elif clauses. This post covers the Bash conditional expressions, and how to avoid common pitfalls when using the Bash If statement.
Performing Math Calculation In Bash
by oriegFind out how to do math with integer and floating-point arithmetic in Bash. We cover addition, subtraction, division, multiplication, and also floating-point precision.
What Is The Bash Null Command?
by oriegLearn about the Bash null command, also known as the POSIX shell colon command. This post cover concrete use cases and pitfalls to avoid.
A Complete Guide On How To Use Bash Arrays
by oriegLearn how to use bash array variables and associative bash arrays. This guide covers how to declare a bash array, iterate over a bash array, and access keys and values.
How To Format Date And Time In Linux, MacOS, And Bash?
by oriegFind out how to manipulate date and time on linux and macOS systems as well as natively in the Bash shell. This post covers all you need to know to format a date from your shell.
2018
2017
2016
warning messages using mysql from within Terminal
by dzcuse mysql_config_editor (user/pass are saved encrypted in your home/myshellusername/.mylogin.cnf) - mysql --login-path=local (Remember that the --login-path has to come before all other arguments.)
"mysql --login-path=local" instead of "mysql -u username -p pass"
by dzcmysql_config_editor set --login-path=local --host=localhost --user=db_user --password
2015
UFW - Uncomplicated Firewall
by dzcUFW est un nouvel outil de configuration simplifié en ligne de commande de Netfilter, qui donne une alternative à l'outil iptables.