
Bash: Features of Arithmetic Operations - Increment ((expression++))
When testing the host availability check script I mentioned last time, I encountered an interesting Bash feature when performing arithmetic operations💪.
All posts under category "Automation"

When testing the host availability check script I mentioned last time, I encountered an interesting Bash feature when performing arithmetic operations💪.

Today we'll write a useful Bash script🧑💻 that performs various host availability checks on the network🌐. As an example, I'll show how to check connectivity using the `ping` utility🏓 and run a traceroute when it's lost⚡.

In this note, we will talk about file locks in Bash scripts🔒 using the specialized utility flock.

Many users of Linux🐧 systems face the need to write the output of a particular command/script to a log file📑. In this article we will look at several ways to configure journaling (aka logging) in Linux using the popular command shell — Bash, as an example.

Today about automating the initial configuration of a Linux server using Ansible🎺. From setting up locales, timezone, SSH server parameters... to creating and configuring a new user's environment👨💻: Oh-My-Zsh, Neovim, and Tmux.

In this note we will get acquainted with a popular open source configuration management system with the telling name - Ansible🎻.

Today we'll write and try out a simple but well-thought-out bash script that performs a client connection to an OpenConnect VPN server, which we covered setting up and running in one of the previous articles.

Today I'll show how to create custom functional desktop notifications using the notify-send console utility. Such notifications support active buttons, can display icons, and clickable web links.
Enter keywords to search articles