Ubuntu 20.04

How To Configure BIND as a Private Network DNS Server on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure BIND as a Private Network DNS Server on Ubuntu 20.04

In this tutorial, you will set up an internal DNS server using two Ubuntu 20.04 servers. You will use the BIND name server software (BIND9) to resolve private hostnames and private IP addresses. This provides a central way to manage your internal hostnames and private IP addresses, which is indispensable when your environment expands to more than a few hosts.

Read more
How To Implement PHP Rate Limiting with Redis on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Implement PHP Rate Limiting with Redis on Ubuntu 20.04

Redis (Remote Dictionary Server ) is an in-memory open source software. It is a data-structure store that uses a server’s RAM, which is several times faster than even the fastest Solid State Drive (SSD). This makes Redis highly responsive, and therefore, suitable for rate limiting. In this tutorial, you’ll implement a PHP script for rate limiting with Redis on an Ubuntu 20.04 server.

Read more
How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04

To containerize an application refers to the process of adapting an application and its components in order to be able to run it in lightweight environments known as containers. Such environments are isolated and disposable, and can be leveraged for developing, testing, and deploying applications to production. In this guide, we’ll use Docker Compose to containerize a Laravel application for development on Ubuntu 20.04.

Read more
CHAT