A new way to use Git for developers and maintainers that want to get the best from this tool easily.
Category: Bash
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 […]
My Git tips for a better life in your console
My daily Git life with commands and alias!
Script your Yakuake with default tabs
Improve your KDE experience in Yakuake quick easily
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 […]