Установка Go в Ubuntu 18.04
undefined
undefined
Lorsque vous commencez à utiliser un nouveau serveur Linux, ajouter et supprimer des utilisateurs est souvent l’une des premières choses que vous devez faire. Dans ce guide, nous allons découvrir comment créer des comptes d’utilisateur, affecter des privilèges sudo et…
Linux swaps allow a system to harness more memory than was originally physically available. Here’s how to set up a linux swap file on CentOS 6
アプリケーションのメモリ不足エラーを防ぐ方法の一つは、サーバーにスワップ領域を追加することです。このガイドでは、Ubuntu 20.04サーバーにスワップファイルを追加する方法を扱います。
InSpec is an open-source, automated testing framework for testing and auditing your system to ensure the compliance of integration, security, and other policy requirements. In this tutorial, you’ll install InSpec on a server running Ubuntu 18.04. You will start by writing a test that verifies the operating system family of the server, then you’ll create a PostgreSQL audit profile from the ground-up.
O autor selecionou a Fundação Electronic Frontier para receber uma doação como parte do programa Write for DOnations. O Shipit é…
MongoDB is one of the most popular NoSQL database engines. It is famous for being scalable, powerful, reliable and easy to use. In this article we’ll show you how to back up, restore, and migrate your MongoDB databases.
Luigi is a Python package that manages long-running _batch processing_, which is the automated running of data processing jobs on batches of items. Luigi allows you to define a data processing job as a set of dependent tasks. In this tutorial you will build a data processing pipeline to analyze the most common words from the most popular books on Project Gutenburg. You will build a pipeline using Luigi. You will use Luigi tasks, targets, dependencies, and parameters to build your pipeline.
In this tutorial you’ll build and deploy a GraphQL server with Node.js that can query and mutate data from a MongoDB database that is running on Ubuntu 18.04. At the end of this tutorial, you’ll be able to access data in your database by using a single endpoint, both by sending requests to the server directly through the terminal and by using the pre-made GraphiQL playground interface.
L’auteur a choisi le Free and Open Source Fund comme récipiendaire d’un don dans le cadre du programme Write for DOnations. Les journaux système sont un élément extrêmement important de la…