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

nuy

FreeBSD13.5_en

FreeBSD13.5 : Initial setup (Vim , SSH , firewall, NTP server)

1. Vim InstallInstall Vim, which you are familiar with as an...
FreeBSD13.5_en

FreeBSD13.5 : FTP Server , Samba Fileserver

1. FTPサーバ(Vsftpd)1.1 advance preparation①Private Key Creatio...
FreeBSD13.5_en

FreeBSD13.5 : WEB Server(Apache2) , MySQL8

1. Apache21.1 Install1.2 apache24 - setting①extra/httpd-defa...
FreeBSD13.5_en

FreeBSD13.5 : Web Server SSL、Webmin

1. Web Server SSL1.1 Installing the Certbot tool for Let's E...
FreeBSD13.5_en

FreeBSD13.5 : Mail Server(Postfix,Dovecot) , SSL/TLS

1. Obtaining a certificate for the mail serverObtain a certi...
FreeBSD13.5_en

FreeBSD13.5 : Postfix ClamAV + Amavis + SpamassAssin

Install ClamAV on FreeBSD 13 and link it with Amavis against...
MiracleLinux9.0_en

MiracleLinux9.0 : Mysql8 , WordPress Install

Mysql8 Install# dnf -y install mysql-servercharset.cnf   Create a new one with the following contentsWordPress Install1. Create database for Word PressAs an example, assume database [wp_db] database user [wp_user] password [?W123456]
Slackware 15.0_en

Slackware15.0 : Mail Server Install

Postfix Installation①Edit postfix configuration fileTo prevent unauthorized mail relay, configure Postfix to require authentication for outgoing mail as well, using Dovecot's SASL function.
Slackware 15.0_en

Slackware15.0 : WordPress Download and Installation

Database for WordPressCreate user, password and database for...
Slackware 15.0_en

Slackware15.0 : FTP (Vsftpd) server installation

Vsftpd ConfigurationSlackware has "vsftpd" installed by default, but it is not activated.  Edit the "vsftpd" configuration file to activate it.# vi /etc/vsftpd.confChange to line 12 NO.anonymous_enable=NOChange line 113 to YESlisten=YESAdd to last lineuse_localtime=YESEnable ftp as "inetd" is in charge of startup
Slackware 15.0_en

Slackware15.0 : Installing packages

Installing packagesSelect installation media and other insta...
Slackware 15.0_en

Slackware 15.0 : Disk partition format

Partition formatting and directory mapping1.Launch Slackware...
FreeBSD13.2_en

FreeBSD13.2 : OS INSTALL

FreeBSDFreeBSD is UNIX-like open source OS software. In particular, its performance as a network operating system exceeds that of Linux-based systems, and it maintains stable performance even under high loads.FreeBSD is designed to be robust and sturdy with an emphasis on practicality, making it suitable for operating FTP, WWW, and e-mail servers for major companies and services.In this project, we will install FreeBSD 13.2, released on April 11, 2023, and build the server.FeaturesHigh-speed, high-performance multi-platform capable of withstanding high workloadsAdopted by many major companiesNetwork security measures can be applied by restricting accessCapable of operating small to large serversMore than 33,000 dedicated software applications from commercial to personal useInstall1.Download Installation ImageGo to the FreeBSD distribution site (https://www.freebsd.org/where/) and select amd64
FreeBSD13.2_en

FreeBSD13.2 : Postfix ClamAV + Amavis + SpamassAssin

Install ClamAV on FreeBSD 13 and link it with Amavis against Postfix.ClamAV is anti-virus software.We will proceed on the assumption that you have already implemented Postfix.Before proceeding, update the Ports Collection.
FreeBSD13.2_en

FreeBSD13.2 : Mail Server(Postfix,Dovecot) , SSL/TLS

1.Obtaining a certificate for the mail serverObtain a certificate for the mail server to convert the mail server to SSL/TLS.Use the certbot that was used when the web server was converted to SSL.Stop the web server and execute the following command2.2 procmail InstallMail is sorted by procmail.2.3 cyrus-sasl2 , cyrus-sasl2-saslauthd InstallUse SASL for SMTP authentication; install Cyrus SASL2 library3. Postfix Install3.1 Install4. Dovecot Install4.1 Install5.Create user mail directory①Create mail directory for existing users (existing user is assumed to be huong)