<?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>OracleLinux8.6 | Linuxでサーバー構築</title>
	<atom:link href="https://korodes.com/category/oracle8-6/feed/" rel="self" type="application/rss+xml" />
	<link>https://korodes.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Mar 2026 04:52:46 +0000</lastBuildDate>
	<language>ja</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>OracleLinux8.6 | Linuxでサーバー構築</title>
	<link>https://korodes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OracleLinux8.6 :WEBサーバー(Apache)インストール　</title>
		<link>https://korodes.com/oracle_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 12:59:30 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8549</guid>

					<description><![CDATA[1.Apache2のインストールとバーチャルホスト設定
1.1 Apache2インストール

①httpdをインストール

# dnf -y install httpd

バージョン確認
2. CGIスクリプトの利用確認

①CGIの利用可確認

# grep -n "^ *ScriptAlias" /etc/httpd/conf/httpd.conf
3. PHPのインストールと設定
1.PHPインストール
①インストール
# dnf -y install php php-mbstring php-pear]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : OSインストール</title>
		<link>https://korodes.com/oracle_01/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Mon, 11 Jul 2022 13:07:18 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8488</guid>

					<description><![CDATA[OracleLinux8.6インストール

Oracle Linuxは、Red Hat Enterprise LinuxやCentOS Linuxに代わる100%アプリケーション・バイナリ互換性のある選択肢を提供し、ハイブリッド環境とマルチクラウド環境の両方に対応しています。
2006年以降、Oracle Linuxは完全に無料でダウンロードして使用できます。ソースコード、バイナリ、アップデートは無料で提供されます。自由に再配布可能です。本番環境での使用は無料です。

今回は、最新のOracle Linux9.0はまだソフトウェアーが充分ではありませんので、Oracle Linux8.6で進めていきます。]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : 初期設定</title>
		<link>https://korodes.com/oracle_02/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 06:29:15 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8521</guid>

					<description><![CDATA[1.bash補完機能拡張パッケージのインストール
2.SELinuxの無効化

まず、selinuxを無効化します。selinuxはLinuxの監査やセキュリティを向上させる機能ですが、有効になっているとサービスの動作や、設定内容にかなりの制限が出てきます。そのため、基本的には無効にする場合が多いのが実情です。
3.システムの最新化

OSインストール直後にはできるだけ早期にパッケージのアップデートを行います。
しかし、dnf updateを行うと、カーネルアップデートも同時に行われます。
カーネルアップデートを行うと、システムの再起動やサービスの停止が必要だったり、最悪カーネルパニックが発生して、システムが起動しない場合があります。カーネルを除外してアップデートする方が賢明です。
dnf -y updateの後ろに「--exclude=kernel*」を指定して実行することで
カーネルをアップデート対象から除外することできます]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : SSH接続　ファイアウォール　NTP サーバー</title>
		<link>https://korodes.com/oracle_03/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 06:58:52 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8530</guid>

					<description><![CDATA[1.SSHによるリモート接続の設定

SSHはサーバーへリモートで接続するためのサービスで、基本的にはOSインストール直後に動作していますが、デフォルトの設定ではややセキュリティに難があります。
ここではデフォルトの設定を変更してssh接続のセキュリティを高める設定を行います
2.ファイアウォール(firewalld)の設定方法

Rockyではファイアウォールはfirewalldがデフォルトに設定されており、OSインストール時に有効になっています。

「firewalld」について簡単に説明すると、通信制御のポリシーを設定する場合、事前に定義されたゾーンに対して通信の許可・遮断ルールを適用し、そのゾーンを各NIC（ネットワークアダプタ）に割り当てていくという方式になっています。
4.NTP サーバーの設定

サーバの時刻を日本標準時に同期させるNTP サーバーを構築します]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : 公開鍵暗号認証によるSSH接続</title>
		<link>https://korodes.com/oracle_04/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 08:34:22 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8542</guid>

					<description><![CDATA[RSA 公開鍵暗号方式を用いた認証によるSSH接続
 公開鍵、秘密鍵ペアの作成

OpenSSH 使って Linux サーバに接続するユーザの公開鍵と秘密鍵のペアを作成します。
鍵ペアの作成は ssh-keygen をを使います。
今回はSSH プロトコル Version 2 で利用する RSA 暗号を利用した鍵セットを作成します。
公開鍵と秘密鍵のペアの作成はリモートログインするユーザ権限(huong)で実行します。
作成先・ファイル名を指定しなければ、 /home/huong/.ssh/ に id_rsa, id_rsa.pub が作成される。 途中、鍵用のパスワードも入力する。]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 : FTPサーバー　</title>
		<link>https://korodes.com/oracle_05/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 09:59:55 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8535</guid>

					<description><![CDATA[FTPサーバ インストール
1. vsftpdインストール
# dnf -y install vsftpd
2.vsftpd の設定
編集前の vsftpd.conf を .bak を付けて保存
# cp /etc/vsftpd/vsftpd.conf /home/huong/vsftpd.conf.ba]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6  : ウィルス対策　、Mailサーバーインストール</title>
		<link>https://korodes.com/oracle_07/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 00:03:00 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8555</guid>

					<description><![CDATA[clamav ( アンチウィルスソフト )のインストール

1.Clam AntiVirusインストール

# dnf -y install clamav clamd clamav-update
2.Clam AntiVirus設定ファイル編集

# vi /etc/clamd.d/scan.conf
メールサーバー インストール
1. Postfixのインストール

1.1 インストール
Postfix をインストールして SMTP サーバーを構築します
Mail サーバー : Postfix + Clamav + Amavisd+SpamAssassin]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6  : SNORT2 , Tripwire , Chkrootkitインストール</title>
		<link>https://korodes.com/oracle_08/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 09:46:03 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8575</guid>

					<description><![CDATA[SNORT2 インストール

Snortは、IPネットワーク上でリアルタイムのトラフィック分析とパケットロギングを実行できるオープンソースのネットワーク侵入検知システムです。

「プロトコル分析」「コンテンツ検索」「マッチング」を実行でき、「バッファオーバーフロー」「ステルスポートスキャン」「CGI攻撃」「SMBプローブ」「OSフィンガープリント試行」「セマンティックURL攻撃」「サーバメッセージブロック探査」など、さまざまな攻撃検出に使用できます。
Tripwire インストール
1.ダウンロード、インストール
# cd /usr/local/src]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6  :  Mysql8 , WordPressインストール</title>
		<link>https://korodes.com/oracle_09/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 12:45:09 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8579</guid>

					<description><![CDATA[Mysql8 インストール
＃dnf module -y install mysql:8.0
＃vi /etc/my.cnf.d/charset.cnf

charset.cnf 下記の内容で新規作成
WordPressインストール
1. Word Press 用のデータベースを作成

例としてデータベース[wp_db] データベースユーザー[wp_user] パスワード[?W123456]とします]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6  :  Apache , Mail サーバーSSL/TLS(Let&#039;s Encrypt)</title>
		<link>https://korodes.com/oracle_10/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 23:10:25 +0000</pubDate>
				<category><![CDATA[OracleLinux8.6]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=8587</guid>

					<description><![CDATA[1.SSL証明書を取得する ( Let's Encrypt )

最新のopen sslをインストールしておく

# dnf install openssl-devel
1.1 証明書のインストール
2. Apache のhttps 化

下記をインストールする

# dnf -y install mod_ssl
2.1 ssl.conf ファイルの編集
3. Mail サーバーにSSL/TLS(Let's Encrypt) の設定
3.1 メールサーバー用証明書の取得

メールサーバー用の証明書を取得するが上記と同様の方法では取得できないので「--standalone」オプションをつけて下記のようにしても失敗する。]]></description>
		
		
		
			</item>
	</channel>
</rss>
