michael@slashetc:~$

  • Maximize your Ansible skills with these 7 how-tos

    Ansible is a powerful, agentless (but easy-to-use and lightweight) automation tool that’s been steadily gaining popularity since its introduction in 2012. This popularity is due in part to its simplicity.  Ansible’s most basic dependencies, Python and SSH, are available by default almost everywhere, making it easy to use Ansible for...

  • Make Linux Boot Faster by Disabling Unnecessary Services

    Your Linux system may be bloated with lots of services that run in the background. Here’s how to make Linux boot faster by disabling unnecessary services. Article Source here.

  • Introduction To Ansible

    Whenever possible, we should automate the tasks we perform. Automate tasks will make it easy to perform them, allowing us to do all the deployments of an application that we want with fewer possibilities of committing manual errors or it will allow us to have a new machine provisioned exactly...