Ubuntu 20.04

Ubuntu 20.04で認証局(CA)をセットアップおよび設定する方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04で認証局(CA)をセットアップおよび設定する方法

Ubuntu 20.04で実行するプライベート認証局は、クライアントとサーバー間の暗号化された接続を必要とするプログラムを設定、テスト、および実行できます。プライベートCAを使用して、インフラストラクチャ内のユーザー、サーバー、または個々のプログラムとサービスの証明書を発行できます。プライベートCAは、すべての開発、ステージング、および本番環境で同様のアーキテクチャと設定を使用できるようにするのに役立ちます。

Read more
How To Set Up Time Synchronization on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Time Synchronization on Ubuntu 20.04

Accurate timekeeping is integral to modern software deployments. Without it, you may encounter data corruption, errors, and other issues that are difficult to debug. In this article, you will practice some general time-related commands, verify that timesyncd is active, and install an alternate network time service.

Read more
How To Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 20.04

A PostgreSQL database is a robust and flexible choice for your Ruby on Rails application. In this tutorial, you will set up a Ruby on Rails development environment connected to a PostgreSQL database on an Ubuntu 20.04 server. You will install and configure PostgreSQL, then test your setup by creating a Rails application that uses PostgreSQL as its database server.

Read more
CHAT