Page 47 of 127 (2525 total posts)

July 2021

15-07-2021
How To Install the Apache Web Server on Ubuntu 20.04 | DigitalOcean

How To Install the Apache Web Server on Ubuntu 20.04 | DigitalOcean

Source: digitalocean.com

The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, robust media support, and extensive integration with other popular software. In this guide, we'll explai

Tags: how-to ubuntu apache sysadmin configuration
03-07-2021
Set Up A Docker Container To Test Your Rails App

Set Up A Docker Container To Test Your Rails App

Source: honeybadger.io

Code is never self-contained. It runs in an environment. Docker lets you define that environment in a simple and portable way. That's why pretty much every automated testing and deployment service works with docker containers. You give them a container, and done! But how do you set up a container...

Tags: ruby rails docker how-to tutorial scale deploy build

June 2021