Introduction Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Configuration management tools such as Ansible are typically used to streamline the process of automating server setup by establishing standard procedures for new servers while also reducing human error associated …
Read More »How to Use Ansible to Install and Set Up WordPress with LAMP on Ubuntu 18.04
Introduction Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Configuration management tools such as Ansible are typically used to streamline the process of automating server setup by establishing standard procedures for new servers while also reducing human error associated …
Read More »How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04
Introduction Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Configuration management tools such as Ansible are typically used to streamline the process of automating server setup by establishing standard procedures for new servers while also reducing human error associated …
Read More »How to Set Up a Scalable Laravel 6 Application using Managed Databases and Object Storage
Introduction When scaling web applications horizontally, the first difficulties you’ll typically face are dealing with file storage and data persistence. This is mainly due to the fact that it is hard to maintain consistency of variable data between multiple application nodes; appropriate strategies must be in place to make sure …
Read More »How To Implement Pagination in MySQL with PHP on Ubuntu 18.04
The author selected the the Apache Software Foundation to receive a donation as part of the Write for DOnations program. Introduction Pagination is the concept of constraining the number of returned rows in a recordset into separate, orderly pages to allow easy navigation between them, so when there is a …
Read More »