How to find failed systemd units?

Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.Sometimes the services units on your Linux systems fails but you see that very fast during the boot. So you have no time to check what is the unit with issues and need to start digging in the logs of your system. Usually […]

Read More…

How to send a message to Slack with Bash

Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.I was looking for a simple bash script with a config file to send messages from my bash script on my machine to the company slack. I found this amazing script: https://gist.github.com/andkirby/67a774513215d7ba06384186dd441d9e Try that script and you will see that is very amazing […]

Read More…