Como criar um servidor de Minecraft no Ubuntu 18.04
O autor selecionou a Tech Education Fund para receber uma doação como parte do programa Write for DOnations. O Minecraft é um jogo de videogame no estilo sandbox muito…
O autor selecionou a Tech Education Fund para receber uma doação como parte do programa Write for DOnations. O Minecraft é um jogo de videogame no estilo sandbox muito…
Команда sudo служит механизмом для предоставления прав администратора, которые обычно доступны только пользователю root user, для обычных пользователей. Из этого руководства вы узнаете, как создать нового пользователя с привилегиями sudo в CentOS 8 без изменения файла…
Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом. При хранении любых важных данных очень рискованно иметь единую точку отказа. Хотя многие базы данных и другие программы позволяют…
TLS или протокол безопасности транспортного уровня и предшествующий ему протокол SSL используются для заключения обычного трафика в защищенную оболочку с шифрованием. Используя эту технологию, серверы могут безопасно отправлять информацию клиентам без перехвата сообщений и…
A SSL certificate is a way to encrypt a site’s information and create a more secure connection. While Certificate authorities can issue SSL certificates that verify the server’s details, a self-signed certificate has no third party corroboration. This tutorial explains how to create a self-signed SSL certificate, add it to your VPS, and configure the SSL file to display the certificate to the world.
This article provides a quick way to backup the most common things in a typical web hosting scenario: website files and database data. We will setup a full daily backup of a website folder and a copying of this data to a remote server (this can also work for another VPS). We will also set up a rsync example to just copy the incremental changes. Finally, we’ll set up backup of a MySQL database.
After completing this tutorial, you’ll have created Nagios Plugins with Bash on a CentOS 6 virtual 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.
Here’s our guide on deploying a flask app on an Ubuntu VPS.
Symfony is an open-source PHP framework suitable for any project irrespective of its size. This tutorial will show you how to deploy a Symfony application to production with LEMP on Ubuntu 18.04.