Linux

Comment ajouter et supprimer des utilisateurs sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment ajouter et supprimer des utilisateurs sur CentOS 8

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…

Read more
Ubuntu 20.04にスワップ領域を追加する方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にスワップ領域を追加する方法

アプリケーションのメモリ不足エラーを防ぐ方法の一つは、サーバーにスワップ領域を追加することです。このガイドでは、Ubuntu 20.04サーバーにスワップファイルを追加する方法を扱います。

Read more
How To Audit a PostgreSQL Database with InSpec on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Audit a PostgreSQL Database with InSpec on Ubuntu 18.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.

Read more
How To Build a Data Processing Pipeline Using Luigi in Python on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Build a Data Processing Pipeline Using Luigi in Python on Ubuntu 20.04

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.

Read more
How To Build and Deploy a GraphQL Server with Node.js and MongoDB on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Build and Deploy a GraphQL Server with Node.js and MongoDB on Ubuntu 18.04

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.

Read more
CHAT