How To Set Up a Private Docker Registry on Ubuntu 20.04
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Docker Registry is an…
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Docker Registry is an…
In this tutorial, you’ll learn how to restrict access to an Nginx-powered website using the HTTP basic authentication method on Ubuntu 14.04. HTTP basic authentication is a simple username and (hashed) password authentication method.
O autor escolheu o Internet Archive para receber uma doação como parte do programa Write for DOnations. O desenvolvimento de aplicações web pode se tornar complexo e demorado ao criar e…
This tutorial shows you how to set up virtual hosts. Virtual Hosts are used to run more than one website or domain off of a single server and IP address. When used with nginx, virtual hosts are called Server Blocks. This tutorial covers setting up server blocks on a Centos server.
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. По мере перемещения инструментов для разработчиков в облако, появляется все большее…
code-server es Microsoft Visual Studio Code en ejecución en un servidor remoto, y usted puede acceder a él de forma directa desde su navegador. Esto significa que puede usar varios dispositivos con…
L’auteur a choisi le Free and Open Source Fund comme récipiendaire d’une donation dans le cadre du programme Write for Donations. Avec la migration des outils de développement vers le cloud,…
Everybody runs into issues with their website at one point or another. This guide will help you troubleshoot some common issues and get your site running again.
LEMP stack is a solution stack that employs a specific group of software to host web applications on a server. This term is an acronym which represents the Linux operating system with the Nginx web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. This tutorial will guide you through spinning up a cloud servers with LEMP stack pre-installed, using the the cloud provider LEMP 1-Click App.
Предыдущая версия руководства была написана Джастином Эллингвудом. Nginx является одним из самых популярных веб-серверов в мире, его используют для хостинга самых больших и нагруженных сайтов в Интернете. Nginx в…