tutorial (2)

Lighttpd Quickstart

Lighttpd is a tiny web server that's suitable to use on embedded systems and other setups where you want an extremely lightweight and speedy web server. This will server as a short introduction to Lighttpd. We'll start by installing the Extra Packages for Enterprise Linux…

Docker-Compose Introduction

So today we'll take a look at dipping our toes into docker-compose. docker-compose is a tool for defining, running, and managing multiple containers at once. It's very useful for development environments and home servers, where you want many services running in parallel on one machine.