ubuntu

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 and Use LXD on Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

How To Set Up and Use LXD on Ubuntu 18.04

A Linux container is a grouping of processes that is isolated from the rest of the system through the use of Linux kernel security features, such as namespaces and control groups. LXD lets you create and manage these containers. In this tutorial, you’ll configure LXD and use it to run Nginx in a container. You’ll then route traffic to the container in order to make the web site accessible from the Internet.

Read more
How To Set Up Mod_Rewrite — step-by-step Linux tutorial on Progressive Robot

How To Set Up Mod_Rewrite

This tutorial goes over Mod_Rewrite, an apache module that allows you to manipulate URLS to provide shorter or more relevant ones. This tutorial will go over Activating Mod_Rewrite, Creating and Using the required .htaccess page, and setting up the URL rewrites.

Read more
Como configurar as chaves SSH no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como configurar as chaves SSH no Ubuntu 20.04

O SSH, ou shell seguro, é um protocolo criptografado usado para administrar e se comunicar com servidores. Ao trabalhar com um servidor Ubuntu, existem boas chances de você gastar a maior parte do seu tempo em uma sessão de terminal conectada ao seu servidor através do…

Read more
CHAT