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

2023

Almalinux9.1_en

AlmaLinux 9.1 : Anti-virus(Clamav) , Mail Server

clamav (anti-virus software] Install1.Clam AntiVirus install# dnf -y install clamav clamd clamav-update2.Clam AntiVirus  Configuration File EditMail Server Install1. Postfix1.1 InstallInstall Postfix and build an SMTP server
Almalinux9.1_en

AlmaLinux 9.1 : WEB Server(Apache2) Install & Virtual Hosts

1.Apache2 Install , Virtual Host Configuration1.1 Apache2 install①httpd install# dnf -y install httpd1.3 Virtual Host SettingsAssign and configure the domain name [alma.korodes.com] to the document root [/var/www/html/alam.korodes.com] directory for virtual host operation2. Use of CGI Scripts①CGI availability check3. PHP installation and configuration1.PHP8 Install4. Digest authentication with Apache2Since Basic Authentication, a well-known authentication authorization method for http, sends authentication information in plain text, there is a risk of ID and password leakage if the packet is intercepted.On the other hand, Digest Authentication encrypts and transmits authentication informa
Debian10.13_en

Debian10.13 : SNORT2 , Tripwire

1.SNORT2 InstallSnort is an open source network intrusion de...
Debian10.13_en

Debian10.13 : MySQL8 , WordPress

1. MySQL 8 Install1. 1 Update package indexInstall necessary...
Debian10.13_en

Debian10.13 : Let's Encrypt WEB , Mail SSL

1. Obtaining a Certificate(Let's Encrypt)1.1 advance prepara...
Debian10.13_en

Debian10.13 : Antivirus , Mail Server

1.Anti-virus Clamav installed1.1 InstallThe clamav-related c...
Debian10.13_en

Debian10.13 : WEB Server Apache2

WEB Server Apache2Allow http:80 and https:443 ports in UFW b...
Debian10.13_en

Debian10.13 : NTP ,FTP Server

1. Install an NTP server that provides time synchronization ...
Debian10.13_en

Debian10.13 : SSH with public key

SSH connection with authentication using RSA public key cryp...
Debian10.13_en

Debian10.13 : SSH , Firewall

1. SSH Service Security SettingsThe SSH service allows the r...
Debian10.13_en

Debian10.13 : Initialization

1. Install and configure vim editorDebian has "nano" as the ...
Debian10.13_en

Debian10.13 ; OS Install

1.Download the .Debian10.13 installation imageDownload site ...
Debian12.1_en

Debian12.1 : Nagios Server , Tripwire Install

Open source integrated monitoring software "Nagios Server" installedNagios is an open source monitoring solution running on Linux.Nagios is designed to periodically check critical network, application, or server parameters.These parameters include microprocessor load, number of running processes, log files, disk and memory usage, as well as many other services such as SMTP (Simple Mail Transfer Protocol), HTTP (Hypertext Transfer Protocol), POP3 (Post Office Protocol 3), etc. can be checked.These parameters require a microprocessor load, a database such as PHP or MySQL to run Nagois, and a web server such as Apache or Nginx. We will proceed under the assumption that all of these have already been configured
Debian12.1_en

Debian12.1 : System Backup and 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.1_en

Debian12.1 :  Suricata , Logwatch , Chkrootkit , Disk Usage Check Script

SuricataSURICATA IDS/IPS is an open source IDS that monitors communications on the network and detects suspicious traffic.The basic mechanism is signature-based, so it can detect predefined unauthorized communications. Suricata is also characterized by its ability to provide protection as well as detection. Logwatch,Chkrootkit,Disk Usage Check Script install