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

nuy

Debian12.11_en

Debian12.11 : Suricata + Elastic Stack + Kibana

Prerequisite.We will install Suricata IDS and ElasticStack a...
Debian12.11_en

Debian12.11 : Let's Encrypt, WEB/Mail Server SSL

1. Obtain a certificate (Let's Encrypt)1.1 advance preparati...
Debian12.11_en

Debian12.11 : System Backup & Restore

1. System Backup1.1 Backup under /var/www/html① Create backu...
Debian12.11_en

Debian12.11 : SSH , UFW(Firewall)Setting

1. SSH Service Security SettingsThe SSH service allows the r...
Debian12.11_en

Debian12.11 : SSH connection using public key cryptography

Create public and private key pairsCreate a public/private k...
Debian12.11_en

Debian12.11 : FTP Server , NTP Server

1. Install NTP serverSetting ReflectionOperation check2. Ins...
Debian12.11_en

Debian12.11 : WEB Server(Apache) , Digest authentication

Web server Apache2 installationAllow http:80 port in UFW bef...
Debian12.11_en

Debian12.11 : Anti-virus(Clamav) , Mail Server

1. Antivirus software Clamav installedInstall Clam AntiVirus...
Debian12.11_en

Debian12.11 : MariaDB , WordPress Install

1. MariaDB1.1 InstallMariaDB version confirmation1.2 MariaDB...
Debian12.8_en

Debian12.8 : System Backup & Restore

1. System Backup1.1 Backup under /var/www/html① Create backup_all.sh script under /opt/script1.2 MariaDB database backup①Create db_backup.sh script under /opt/script# vi /opt/script/db_backup.shdb_backup.sh script contents2. System Restore2.1 Restore backup files under HTML① Store HTML backup files used for backup in the "/ (root)" directorySelect the backup file with the latest timestamp (e.g. www_back_20220501.tar.gz)2.2 Restore MariaDB database①Save DB backup file to any directory and extract data# cd /var/www/backup/db_bak
Debian12.8_en

Debian12.8 : FTP Server , NTP Server

1. Install a time synchronization service NTP server# apt -y install chrony# vi /etc/chrony/chrony.conf# Lines 20-23.:Comment the default settings and add the NTP server for your time zone.#pool ntp.ubuntu.com     iburst maxsources 4#pool 0.ubuntu.pool.ntp.org iburst maxsources 1#pool 1.ubuntu.pool.ntp.org iburst maxsources 1#pool 2.ubuntu.pool.ntp.org iburst maxsources 2
OracleLinux10.0_en

OracleLinux10.0 : OS INSTALL

OracleLinux10.0Oracle Linux provides a 100% application bina...
OracleLinux10.0_en

OracleLinux10.0 : SSH connect with public key

SSH connection with authentication using public key  Creatio...
OracleLinux10.0_en

OracleLinux10.0 : FTP Server , Samba FileServer

1.FTP Server1.1 Vsftpd Install1.2Vsftpd configurationSave vs...
OracleLinux10.0_en

OracleLinux10.0 : Clamav(anti-virus) , Mail Server

Clamav(anti-virus)1.Clam AntiVirus Install2.Edit Clam AntiVi...