- Automation platform
- Use playbooks to automate tasks
- Multi-platform
- Open-source
- Complete tool and not just configuration management, including app deployment and other things
- Automation and orchestration are also possible using ansible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Minimalistic_Pomodoro_Timer | |
# | |
# Based on the SU answer found here: https://superuser.com/questions/224265/pomodoro-timer-for-linux/669811#669811 | |
# | |
# Tested in Ubuntu 16.04 and Arch | |
pomodorotime () { | |
notify-send "Time to Work" "Focus" -u normal -a 'Pomodoro' -i $HOME/Documentos/icon.png | |
paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga |
Keep some links, simple explanations, short texts around ML and Data Science. The text is public, but I believe that it's not usefull for anyone than me.
Awesome-lists: