Recommended for beginners to build home servers, home file servers, and Linux servers! How to build a Linux home server that can be done by copy and paste

Recommended for beginners to build home servers, home file servers, and Linux servers! How to build a Linux home server that can be done by copy and paste Linux home server

Example: DHCP IP address/mask length:192.168.1.1/24
Example: Web server IP address:192.168.1.3

Recommended for beginners! How to make a home server Fedora, Ubuntu, Debian, Linux Mint, AlmaLinux, CentOS (Linux) that can be done by copy and paste. It explains so that even beginners can easily create a Linux home server by copying and pasting. Set up web servers, mail servers, VPN servers, WordPress, etc.


Server construction preparation

Fedora

Ubuntu

Debian

AlmaLinux

Fedora36

Fedora36: MAIL server settings

s50 Postfix settings. Allow external web access. # 50_1vi /etc/httpd/conf.d/virtualhost-00-fedoraserver.jp.conf &l...
Fedora36

Fedora36: FTP server settings

s50 Install vsftpd. Install vsftpd. # 50_1dnf -y install vsftpd s51Configure vsftpd. # 51_1vi /etc/vsftpd/vsftpd....
Fedora36

Fedora36: Database settings

s50 Installing MariaDB. Install MariaDB. # 50_1dnf -y install mariadb-server s51Configure MariaDB. # 51_1vi /etc/...
Fedora36

Fedora36: Web server settings

s50 httpd installation. Install httpd. # 50_1dnf -y install httpd s51Remove the welcome page. # 51_1rm -f /etc/ht...
Fedora36

Fedora36: DNS server settings

s50 Check interface name. Check the interface name. # 50_1nmcli device DEVICE TYPE STATE CONNECTION enp2s0 ethern...
Fedora36

Fedora36: Domain settings

s50 Install DiCE. Install the wget and glibc packages. (If you cannot use DiCE, please see here.Common Settings: ...
Fedora37

Fedora36: security measures

smm50 Installed anti-virus software (Clam AntiVirus). Install Clam AntiVirus. # 50_1dnf -y install clamav clamav-up...
Fedora36

Fedora36: NTP server settings (Chrony)

s50 NTP server settings (Chrony) Install Chrony and synchronize time. # 50_1dnf -y install chrony s51Configure Chr...
Fedora37

Fedora36: File server settings

s50 Install samba. Install samba. # 50_1dnf install samba samba-client samba-common -y s51 Initial configuration ...
Fedora36

Fedora36: Desktop Preferences

s50 Desktop environment installation. Install a desktop environment. # 50_1dnf -y group install "Basic Desktop" GNO...
タイトルとURLをコピーしました