Como Usar o Traefik como um Proxy Reverso para Containers do Docker no Ubuntu 18.04
O autor selecionou o Girls Who Code para receber uma doação como parte do programa Write for DOnations. O Docker pode ser uma maneira eficiente de executar…
O autor selecionou o Girls Who Code para receber uma doação como parte do programa Write for DOnations. O Docker pode ser uma maneira eficiente de executar…
Learning how to manage users effectively is an essential skill for any Linux system administrator. In this guide, we will discuss how to add and delete users and assign sudo privileges on an Ubuntu 18.04 server.
Docker is an Open Source application that allows administrators to create, manage, deploy, and replicate applications using containers. Flask is a web micro-framework that is built on Python. In this tutorial, you will create a Flask application and deploy it with Docker.
Una parte importante de la administración de la configuración e infraestructura de servidores incluye el uso sostenido de un método sencillo para buscar las interfaces de red y direcciones IP por nombre mediante la configuración de un sistema de nombres de dominio (DNS)…
Stunnel is an open-source proxy used to create secure tunnels, allowing you to communicate with other machines over TLS. In this guide, we will walk through the steps of installing and configuring stunnel so you can connect to a managed Redis instance over TLS with redis-cli.
O comando sudo fornece um mecanismo para a concessão de privilégios de administrador (normalmente, apenas disponível para o usuário root) para usuários normais. Este guia mostrará como criar um novo usuário com acesso sudo no Ubuntu 18.04, sem precisar modificar o…
DNSControl is an infrastructure-as-code tool that allows you to deploy and manage your DNS zones using standard software development principles, including version control, testing, and automated deployment. In this tutorial, you’ll install and configure DNSControl, create a basic DNS configuration, and begin deploying DNS records to a live provider.
Linux servers are often administered remotely using SSH by connecting to an OpenSSH server, which is the default SSH server software used within Ubuntu, Debian, CentOS, FreeBSD, and most other Linux/BSD-based systems. In this tutorial, you will harden your OpenSSH server by using different configuration options to help ensure that remote access to your server is as secure as possible.
Plateforme open source conçue pour les workflows de science des données et d’apprentissage automatique, Anaconda est un gestionnaire de package, un gestionnaire d’environnement et une distribution des langages de programmation Python et R. Ce tutoriel vous guidera dans…
In this guide, we will discuss how to install and configure Ansible on an Ubuntu 18.04 server. This is quickstart version of our guide on How to Install and Configure Ansible on Ubuntu 18.04.