業務用エアコン関連の技術情報、エラーコード、環境問題対策に関する別サイト「エアコンの安全な修理・適切なフロン回収」

2023

Almalinux9.2_en

AlmaLinux9.2 ; MySQL8 , WordPress Install

Mysql8 , WordPress InstallWordPress Install1. Create database for Word PressAs an example, assume database [wp_db] database user [wp_user] password [?Ww123456]
Almalinux9.2_en

AlmaLinux9.2 ; Authenticated SSH connection with key pair

SSH connection with authentication using public key cryptography Create public and private key pairsCreate a public/private key pair for a user connecting to a Linux server using OpenSSH.Use ssh-keygen to create the key pair.The creation of a public/private key pair must be done as a user with remote login privileges.If you do not specify the destination and file name, id_ed25519 and id_ed25519.pub will be created in /home/(user name)/.ssh/. On the way, enter the password for the key.