Wie man einen Minecraft-Server unter Ubuntu 18.04 erstellt
Der Autor wählte den Tech Education Fund, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Minecraft ist ein beliebtes Sandbox-Videospiel….
Der Autor wählte den Tech Education Fund, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Minecraft ist ein beliebtes Sandbox-Videospiel….
El comando sudo ofrece un mecanismo para conceder privilegios de administrador; normalmente solo está disponible para el usuario root para usuarios normales. Esta guía le mostrará cómo crear un nuevo usuario con acceso sudo en CentOS 8, sin tener que modificar el…
Justin Ellingwood escribió una versión anterior de este tutorial. Al almacenar datos cruciales, tener un punto único de fallo es muy arriesgado. Si bien muchas bases de datos y otros software permiten extender…
TLS, o “seguridad de capa de transporte”, y su predecesor SSL, son protocolos utilizados para envolver el tráfico normal en un envoltorio protegido y cifrado. Usando esta tecnología, los servidores pueden enviar de forma segura información a sus clientes sin que sus…
MongoDB is a popular NoSQL database system that is used by many web applications and websites. It benefits from great scalability and a flexible design. In this guide, we will demonstrate how to create a sharding cluster to evenly distribute data across a number of different machines.
the cloud provider’s Custom Images feature allows you to bring your custom Linux and Unix-like virtual disk images from an on-premise environment or another cloud platform to the cloud provider and use them to start the cloud provider…
In this tutorial, we will create the Django models that define the fields and behaviors of the Blog application data that we will be storing. These models map the data from your Django application to the database. It’s what Django uses to generate the database tables via their object relational mapping (ORM) API called “models.”
The mdadm utility can be used to create and manage storage arrays using Linux’s software RAID capabilities. Administrators have great flexibility in coordinating their individual storage devices and creating logical storage devices that have greater performance or…
This article will show you how to deploy a Clojure web application to a FreeBSD 10.2 Droplet.
When you are ready to deploy your Ruby on Rails application, there are many valid setups to consider. This tutorial will help you deploy the production environment of your Ruby on Rails application, with PostgreSQL as the database, using Puma and Nginx on Ubuntu 14.04. Puma…