How To Create a Self-Signed SSL Certificate for Nginx in Ubuntu 18.04
In this guide, we will show you how to set up a self-signed SSL certificate for use with an Nginx web server on an Ubuntu 18.04 server.
In this guide, we will show you how to set up a self-signed SSL certificate for use with an Nginx web server on an Ubuntu 18.04 server.
In this article, we will discuss the basics of creating a Chef cookbook. Cookbooks are the configuration units that allow us to configure and perform specific tasks within Chef on our remote nodes. We will build cookbooks and then tell Chef which nodes we want to run the steps outlined in the cookbook.
O autor escolheu a Electronic Frontier Foundation para receber uma doação como parte do programa Write for DOnations. O Kubernetes é um sistema open source de…
In this the cloud provider article, we are going to show you — from start to finish — how to have a rock solid Rails application deployment (i.e. published online) using the latest available CentOS operating system renowned for its stability. This will be alongside Phusion Passenger application server, known for its simplicity and excellent features, coupled with Nginx HTTP server running in front to handle and manage connections.
O autor selecionou a Electronic Frontier Foundation para receber uma doação como parte do programa Write for DOnations. O Cloudflare é um…
In this tutorial, we will look at how to use Nginx’s header module to implement browser caching.
Laravel est un framework PHP open-source qui fournit un ensemble d’outils et de ressources pour construire des applications PHP modernes. Avec un écosystème complet tirant parti de ses fonctionnalités intégrées, la…
Administering relational databases from the command line can be daunting. A project called phpMyAdmin aims to alleviate this by providing an easy to use web interface for MySQL. In this guide, we’ll discuss how to install and secure phpMyAdmin on top of a LEMP (Linux, Nginx, MySQL, and PHP) stack on an Ubuntu 16.04 server.
In this tutorial, we will go over the installation of the Elasticsearch ELK Stack on CentOS 7—that is, Elasticsearch 1.7.3, Logstash 1.5.4, and Kibana 4.1.1. We will also show you how to configure it to gather and visualize the syslogs of your systems in a centralized location. Logstash is an open source tool for collecting, parsing, and storing logs for future use. Kibana is a web interface that can be used to search and view the logs that Logstash has indexed.
La pila de software LEMP es un grupo de elementos de software que puede utilizarse para ofrecer páginas web y aplicaciones web dinámicas escritas en PHP. El nombre “LEMP” es un acrónimo que hace referencia a un sistema operativo Linux con un servidor web Nginx (se…