<?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>OracleLinux 8.6_en | Linux Server Construction</title>
	<atom:link href="https://korodes.com/en/category/oracle8-6_en/feed/" rel="self" type="application/rss+xml" />
	<link>https://korodes.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Mar 2026 04:53:28 +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>OracleLinux 8.6_en | Linux Server Construction</title>
	<link>https://korodes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OracleLinux8.6 :WEB Server(Apache) Install</title>
		<link>https://korodes.com/en/oracle_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 12:59:30 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9580</guid>

					<description><![CDATA[1. Apache2 installation and virtual host configuration
1.1 Apache2 Install

①httpd Install

# dnf -y install httpd

Version Check
# httpd -v
Server version: Apache/2.4.37 (Oracle Linux)
Server built: Jun 22 2022 14:35:49
1.2 Apache Configuration
①Edit httpd.conf file]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux 8.x : Icinga2 Monitoring Application Installation</title>
		<link>https://korodes.com/en/oracle8_en_icinga2/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Thu, 07 Sep 2023 01:42:38 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<category><![CDATA[OracleLinux 8.8_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=19129</guid>

					<description><![CDATA[What is Icinga2?

It is an open source software for system monitoring, derived and developed from a monitoring software called Nagios.
In this article, we will install the Icinga2 monitoring application on OracleLinux8.x with RHEL8.
The same can be done on Rocky Linux8.x and AlmaLinux8.x.
However, please note that some information related to PowerTools is different from the information on this page.

1.Prerequisite.

The requirement for installing Icinga2 is that you must have LAMP installed. PHP 7.3 or later version is also required.
In this case, it is assumed that the following have been built
MySQL 　　Ver 8.0.32
PHP　　　　7.4.33
Httpd　　　Apache/2.4.37 
SELINUX   permissive]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6  :  System Backup and Restore</title>
		<link>https://korodes.com/en/oracle_en_12/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Thu, 14 Jul 2022 06:13:51 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9616</guid>

					<description><![CDATA[1.Website data backup
1-1. Backup under /var/www/html

①Creating backup script files

# cd /var/www/system
# vi backup_html.sh
2.MySQL database backup


①Creating backup script files

# cd /var/www/system
3.Restore backup files under html

① Store HTML backup files in "/ (root)" directory
4.Restoring Mysql Backup Files

①Save the backup file to any directory
（In the example, the directory is "/var/www/backup/db_bak".）
Unzip data]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6  :  Apache , Mail Server SSL/TLS(Let&#039;s Encrypt)</title>
		<link>https://korodes.com/en/oracle_en_10/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 23:10:25 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9606</guid>

					<description><![CDATA[1.Obtain SSL Certificate ( Let's Encrypt )

Install the latest open ssl

# dnf install openssl-devel
1.1 Certificate Installation
# dnf -y install certbot
# certbot certonly --webroot -w /var/www/html/[FQDN] -d [FQDN]
# Registration of e-mail address and agreement to terms of use are required for the first time only.
# Specify an email address to receive
2. Converting Apache to https

Install the following

# dnf -y install mod_ssl
2.1 Edit ssl.conf file
3. SSL/TLS (Let's Encrypt) settings on the mail server
3.1 Obtaining a certificate for the mail server

Obtain a certificate for the mail server, but it cannot be obtained in the same way as above, so the following with the "--standalone" option fails.]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6  : SNORT2 , Tripwire , Chkrootkit  Install</title>
		<link>https://korodes.com/en/oracle_en_08/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 09:46:03 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9589</guid>

					<description><![CDATA[SNORT2 Install

Snort is an open source network intrusion detection system capable of performing real-time traffic analysis and packet logging on IP networks.

It can perform "protocol analysis," "content search," and "matching," and can be used to detect a variety of attacks, including "buffer overflows," "stealth port scans," "CGI attacks," "SMB probes," "OS fingerprinting attempts," "semantic URL attacks," and "server message block probes.]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : Anti-virus , Mail server installation</title>
		<link>https://korodes.com/en/oracle_en_07/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 00:03:00 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9586</guid>

					<description><![CDATA[Install clamav ( anti-virus software )

1.Clam AntiVirus Install
Mail Server Installation
1. Postfix Install

1.1 Install Postfix and build an SMTP server
Mail server : Postfix + Clamav + Amavisd + SpamAssassin
1.Real-time scanning of e-mails
①Install Amavisd and Clamav Server]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : SSH connection with public key cryptographic authentication</title>
		<link>https://korodes.com/en/oracle_en_04/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 08:34:22 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9570</guid>

					<description><![CDATA[SSH connection with authentication using RSA public key cryptography
 Creation of public and private key pairs

 Create a public/private key pair for a user connecting to a Linux server using OpenSSH.
Use ssh-keygen to create the key pair.
This time, we will create a key set using the RSA cipher used in the SSH protocol Version 2.
Creation of public/private key pairs is performed with remote login user privileges (huong).
If you do not specify the destination and file name, id_rsa and id_rsa.pub will be created in /home/huong/.ssh/. On the way, enter the password for the key.]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : SSH connection , Firewalld ,  NTP Server</title>
		<link>https://korodes.com/en/oracle_en_03/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 06:58:52 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9562</guid>

					<description><![CDATA[1. Setting up remote connection by SSH

SSH is a service for connecting remotely to a server and is basically running immediately after the OS is installed, but the default settings are somewhat insecure.
Here we will configure the default settings to increase the security of ssh connections.

1.1 SSH service configuration file changes

Modify the configuration file to change the SSH service settings.
The SSH service configuration file is "/etc/ssh/sshd_config".]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : Initial Setup</title>
		<link>https://korodes.com/en/oracle_en_02/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 06:29:15 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9551</guid>

					<description><![CDATA[1. Install bash completion extension package
# dnf -y install bash-completion
# reboot
2. Disable SELinux

First, disable selinux. selinux is a feature that improves auditing and security in Linux, but when enabled, it places considerable restrictions on the behavior of services and on what can be configured. Therefore, it is basically disabled in many cases.]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : OS Installation</title>
		<link>https://korodes.com/en/oracle_en_01/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Mon, 11 Jul 2022 13:07:18 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9521</guid>

					<description><![CDATA[OracleLinux8.6  Install

Oracle Linux provides a 100% application binary compatible alternative to Red Hat Enterprise Linux and CentOS Linux for both hybrid and multi-cloud environments.
Since 2006, Oracle Linux has been completely free to download and use. Source code, binaries and updates are provided free of charge. It is freely redistributable. Free for use in production environments.

This time, we will proceed with Oracle Linux 8.6 because the latest Oracle Linux 9.0 does not yet have sufficient software.]]></description>
		
		
		
			</item>
	</channel>
</rss>
