Installing web servers, database services and such tools are tedious task especially when we have to repeat it over and over again, for example in a test environment. Here are some useful playbooks that we can use to simplify the process.
Continue reading β
The traditional “LAMP stack” means Linux, Apache2, MySQL/MariaDB and PHP for many IT practitioners. It is a collection of software and services for running dynamic web applications with database backends. Linux is the Operating System kernel on which we run these services. Apache2 is a general web server for running static web sites. MariaDB isβ¦
Continue reading β