<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Archlinux_en | Linux Server Construction</title>
	<atom:link href="https://korodes.com/en/category/arch_en/feed/" rel="self" type="application/rss+xml" />
	<link>https://korodes.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Mar 2026 05:02:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://korodes.com/wp-content/uploads/2020/01/cropped-profile-32x32.jpg</url>
	<title>Archlinux_en | Linux Server Construction</title>
	<link>https://korodes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ArchLinux : WEB Server(Apache2)</title>
		<link>https://korodes.com/en/arch_en_07/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sat, 16 Dec 2023 06:05:11 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=23039</guid>

					<description><![CDATA[1. Apache2 installation and virtual host configuration

1.1 Apache2 Installation

①Install httpd

# pacman -S apache

Version Check
# httpd -v
Server version: Apache/2.4.58 (Unix)
Server built:   Oct 25 2023 18:28:29

1.2 Apache Configuration

①Edit httpd.conf file
2. Confirmation of CGI Script Usage

①CGI availability check
3. PHP installation and configuration

3.1 PHP8 installation

①Install

# pacman -S php php-apache php-fpm

②Version Check]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : Suricata+ELK+Kibana+Beats</title>
		<link>https://korodes.com/en/arch_en_11/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Fri, 13 Feb 2026 06:20:12 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=47589</guid>

					<description><![CDATA[Prerequisites 1.SuricataSuricata IDS/IPS is an open-source intrusion detection system (IDS) that monitors netw [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : Installation #3 Initial settings during installation</title>
		<link>https://korodes.com/en/arch_en_03/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Fri, 15 Dec 2023 23:31:08 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=22970</guid>

					<description><![CDATA[Initial setup within the installed system
To enter the installed system, use the arch-chroot command.
arch-chroot is a script for Arch Linux installation that mounts the system so that the specified path is the root "/".
However, after this, only commands in the destination ArchLinux can be used. Commands in the installation media cannot be used.
For example, to install a package, use pacman instead of pacstrap.

Enter the installed system (/mnt becomes /)]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux :  Installation #1 Image Download and Preparation</title>
		<link>https://korodes.com/en/arch_en_01/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Fri, 15 Dec 2023 11:28:14 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=22930</guid>

					<description><![CDATA[Arch Linux 

Arch Linux is a Linux distribution.
Unlike other distributions, which often perform graphical installation, Arch Linux uses a CUI command line screen to perform the installation process.
However, since there is no need to install unnecessary packages, you can create your own environment that is highly flexible, lightweight, and compact.
Arch Linux does not have the "version" concept of other distributions.
The installation ISO contains only the commands used during the installation process, and the ISO file is updated monthly to ensure that it is always up-to-date.
Forte

・Arch Linux does not have the "version" concept that other distributions have
・The installation ISO image contains only the commands used during the installation process, and the ISO file is updated monthly.
・Ability to work with the latest kernel and commands for installation
・Arch Linux allows you to select and install only what you use, so no extra packages are installed.
・Packages are always updated to be nearly up-to-date, so you can use the latest Linux kernel, the latest versions of software, and so on.
・Arch Linux's proprietary package manager, pacman (CUI), takes significantly longer to install packages than other distributions.]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : MariaDB , WprdPress</title>
		<link>https://korodes.com/en/arch_en_10/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Fri, 22 Dec 2023 07:17:23 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=23105</guid>

					<description><![CDATA[1. MariaDB

1.1 MariaDB Installation

①Install

# pacman -S mariadb

➁Configure MariaDB

# mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
1.2 phpMyAdmin Installation

Installed phpMyAdmin and configured it to operate MariaDB via web browser
①Install
2. Wordpress Install

2.1 Required library installation

# pacman -S php-gd

2.2 Edit php.ini]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : Web server SSL ( Let&#039;s Encrypt )</title>
		<link>https://korodes.com/en/arch_en_09/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 20 Dec 2023 09:45:14 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=23081</guid>

					<description><![CDATA[1.Obtain SSL Certificate ( Let's Encrypt )

Install the latest open ssl

# pacman -S openssl

1.1 advance preparation

1.Package management system Snappy installation]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : Clamav ( Anti-virus software ) , Mail server</title>
		<link>https://korodes.com/en/arch_en_08/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sun, 17 Dec 2023 01:58:20 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=23048</guid>

					<description><![CDATA[1. Install clamav ( anti-virus software )

1.1 Clam AntiVirus Installation

# pacman -S clamav

1.2 Virus definition file update settings

# vim /etc/clamav/freshclam.conf

Line 76
Insert "#" at the beginning of the line "DatabaseMirror database.clamav.net",
Add "DatabaseMirror db.jp.clamav.net
#DatabaseMirror database.clamav.net
DatabaseMirror db.jp.clamav.net
2. Mail Server (Postfix)

2.1 Installing Postfix

Install Postfix and build an SMTP server

# pacman -S postfix
3. Mail Server(Dovecot)

3.1 Dovecot Installation

# pacman -S dovecot

3.2 Edit dovecot.conf file
Mail Server : Postfix + Clamav + clamav-milter+SpamAssassin

1. Real-time scanning of email

➁clamav-milter configuration]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : FTP Server , File Server (SAMBA)</title>
		<link>https://korodes.com/en/archlinux/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sat, 16 Dec 2023 02:00:17 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=23022</guid>

					<description><![CDATA[1.FTP Server

1. 1 vsftpd installation

# pacman -S vsftpd

1.2 vsftpd configuration

①Editing Configuration Files
2. vsftpd SSL/TLS

Configure Vsftpd to use SSL/TLS

2.1 Create self-signed certificates

This step is not necessary if you are using a trusted, legitimate certificate such as Let's Encrypt.
The information you enter is meaningless and will only be used for encryption.]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : SSH , Firewall (ufw)</title>
		<link>https://korodes.com/en/arch_en_05/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sat, 16 Dec 2023 00:28:54 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=23016</guid>

					<description><![CDATA[1. SSH Service Security Settings

Change the configuration file for the SSH service, which is "/etc/ssh/sshd_config".
In this case, we will change the default SSH port 22 to 2244.
Change /etc/ssh/sshd_config as follows
2. Firewall (ufw)

2.1 Install

# pacman -S ufw
# systemctl status ufw
○ ufw.service - CLI Netfilter Manager
     Loaded: loaded (/usr/lib/systemd/system/ufw.service; disabled; preset: dis>
     Active: inactive (dead)

You can confirm that the ufw service is stopped by displaying "Active: inactive (dead)"]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : Initial settings after OS installation</title>
		<link>https://korodes.com/en/arch_en_04/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Fri, 15 Dec 2023 23:56:02 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=23009</guid>

					<description><![CDATA[1. User Account Creation

Add user (huong) to wheel group and create home directory

# useradd -m -G wheel huong

User (huong) password setting

# passwd huong
New password:
Retype new password:
passwd: password updated successfully

Grant sudo privileges to the added huong user
2 . Configuration of the text editor vim

Vim was already installed during the Arch Linux installation, so this is just a configuration file.
If you are installing vim
3. Network Connections

■ If using systemd-resolved, create /etc/resolv.conf as a link file

# ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

■ If systemd-resolved is not used]]></description>
		
		
		
			</item>
	</channel>
</rss>
