Cómo crear un Slackbot en Python en Ubuntu 20.04
El autor seleccionó el Tech Education Fund para recibir una donación como parte del programa Write for DOnations. Slack es una plataforma de comunicación diseñada para la…
El autor seleccionó el Tech Education Fund para recibir una donación como parte del programa Write for DOnations. Slack es una plataforma de comunicación diseñada para la…
O autor selecionou o Free and Open Source Fund para receber uma doação como parte do programa Write for DOnations. Os logs de sistema são um componente extremamente importante no gerenciamento de…
PHP is a server side scripting language used by many popular CMS and blog platforms like WordPress and Drupal. It is also part of the popular LAMP and LEMP stacks. Updating the PHP configuration settings is a common task when setting up a PHP-based website. This guide will show how to view the current PHP configuration settings of your web server and how to make updates to the PHP settings.
Der Autor wählte den Free and Open Source Fund, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Clustering fügt Ihrer Datenbank eine hohe Verfügbarkeit hinzu, indem…
Learn to use the cloud provider’s Block Storage to create encrypted volumes on your FreeBSD servers.
DNS, or the Domain Name System, is often a difficult component to get right when learning how to configure websites and servers. While most people will probably choose to use the DNS servers provided by their hosting company or their domain registrar, there are some…
OpenSSH, the most common SSH client on most systems, allows you to provide customized connection options. These can be saved to a configuration file that contains different options per server. This can help keep the different connection options you use for each host separated and organized, and avoids having to provide extensive options on the command line whenever you need to connect.
2FA is an authentication method that requires entering more than one piece of information to successfully log into an account or device. In this guide, you will configure 2FA for a user on Ubuntu 18.04.
Accurate time keeping is critical for almost any service or software. Emails, loggers, event systems and schedulers, user authentication mechanisms, and services running on distributed platforms all need accurate timestamps to record events in chronological order. These…
Une version antérieure de ce tutoriel a été écrite par Brennan Bearnes. MongoDB, également connu sous le nom de Mongo, est une base de données de documents open-source utilisée…