Effortless Setup: Instantly deploy your entire Linux toolkit in one click
I'm use with the same fundamental stack to build Linux servers : Docker, Docker compose, Portainer and homepage. But, being a bit lazy, I dread the manual installation every time. So, I had a lightbulb moment— why not script the whole thing? So, as an old magician once said
Linux Toolkit and Handy Cheat Sheets
My memory is getting old I guess, so I need to jot down notes on various configurations to refer to from time to time. I manage my own database for all this code snippets, yaml files, init or configuration process. Below, I’ve shared some of my notes with you.
Get time back, update all your Linux distribution in one command line
Easy peasy, let's use Ansible to make the work for us ! To install Ansible, take a peek at our earlier post right here. Create your inventory host file with the list of your Linux : [linux] 10.0.4.26 10.0.4.28 10.0.4.6 10.