<?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>OracleLinux9.2 | Linuxでサーバー構築</title>
	<atom:link href="https://korodes.com/category/oracle9-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://korodes.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Mar 2026 04:46:33 +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>OracleLinux9.2 | Linuxでサーバー構築</title>
	<link>https://korodes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OracleLinux9.2 : WEBサーバー(Apache) , PHPインストール、バーチャルホスト設定</title>
		<link>https://korodes.com/oracle9-2_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sun, 13 Aug 2023 09:45:57 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18180</guid>

					<description><![CDATA[WEBサーバー(Apache)インストール、バーチャルホスト設定
1.Apache2インストール

1.1 httpdをインストール
2. CGIスクリプトの利用確認

①CGIの利用可確認
3. PHPのインストールと設定]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 : Tripwire , Chkrootkit ,  Logwatch , DiCE , ディスク使用率チェックスクリプトインストール</title>
		<link>https://korodes.com/oracle9-2_11/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 15 Aug 2023 00:03:34 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18236</guid>

					<description><![CDATA[Tripwire

1.ダウンロード、インストール
Logwatch

①インストール
DiCE

ネットが切断されたり、ルーターが切断再起動したときにおこるグローバルIPの変更の度に、ダイナミックDNSにアクセスしグローバルIPが変更されたことを知らせなくてはいけません。その作業を自動的にやってくれるのがDiCEです
ディスク使用率チェックスクリプト導入

3.1 スクリプト作成]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 :　SURICATA , SNORT2インストール</title>
		<link>https://korodes.com/oracle9-2_10/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 07:47:39 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18227</guid>

					<description><![CDATA[Suricata

SURICATA IDS/IPSはネットワーク上の通信を監視し、不審なトラフィックを検知するオープンソースのIDSです。基本的な仕組みはシグネチャ型であるため、あらかじめ設定した不正な通信を検知できます。また、Suricataは検知だけでなく防御も行えることが特徴です。
SNORT

Snortは、IPネットワーク上でリアルタイムのトラフィック分析とパケットロギングを実行できるオープンソースのネットワーク侵入検知システムです。

「プロトコル分析」「コンテンツ検索」「マッチング」を実行でき、「バッファオーバーフロー」「ステルスポートスキャン」「CGI攻撃」「SMBプローブ」「OSフィンガープリント試行」「セマンティックURL攻撃」「サーバメッセージブロック探査」など、さまざまな攻撃検出に使用できます。]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 : SSL証明書取得( Let&#039;s Encrypt ) , WEB , Mail サーバーSSL</title>
		<link>https://korodes.com/oracle9-2_08/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 02:11:16 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18209</guid>

					<description><![CDATA[1.SSL証明書を取得する ( Let's Encrypt )

最新のopen sslをインストールしておく

dnf install openssl-devel

1.1 事前準備

1.パッケージ管理システムSnappyインストール
Let’s EncryptのSSL証明書発行ツール「certbot」は2021年以降は「snap」を利用したインストールが推奨されていますので、まずSnapdをインストールします。(dnfまたはyumでの従来の方法でもインストールできます)
2. Apache のhttps 化

下記をインストールする

# dnf -y install mod_ssl

2.1 ssl.conf ファイルの編集
3. Mail サーバーにSSL/TLS(Let's Encrypt) の設定

3.1 メールサーバー用証明書の取得

メールサーバー用の証明書を取得するが上記と同様の方法では取得できないので「--standalone」オプションをつけて下記のようにしても失敗する。]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 : Clamav ( アンチウィルスソフト ) , メールサーバー インストール</title>
		<link>https://korodes.com/oracle9-2_07/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sun, 13 Aug 2023 12:45:29 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18192</guid>

					<description><![CDATA[clamav ( アンチウィルスソフト )のインストール

1.Clam AntiVirusインストール
メールサーバー インストール

1. Postfixのインストール

1.1 インストール
Postfix をインストールして SMTP サーバーを構築します
Mail サーバー : Postfix + Clamav + Amavisd+SpamAssassin

1.メールのリアルタイムスキャン

①Amavisd および Clamav Server をインストール]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 : FTPサーバー , Sambaでファイルサーバー</title>
		<link>https://korodes.com/oracle9-2_05/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sat, 12 Aug 2023 12:43:15 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18172</guid>

					<description><![CDATA[2. vsftpd SSL/TLS

Vsftpd を SSL/TLS で利用できるように設定します
3. Sambaでファイルサーバー導入

ユーザー認証が必要なアクセス権付ファイルサーバーをSambaで構築します。
導入手順
①ユーザー認証が必要なアクセス権付の共有フォルダーを作成
②アクセス可能なグループ作成
③アクセス可能なグループに属するユーザー作成
④設定ファイル編集]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 : 公開鍵暗号方式を用いたSSH接続</title>
		<link>https://korodes.com/oracle9-2_04/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sat, 12 Aug 2023 12:33:08 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18167</guid>

					<description><![CDATA[公開鍵暗号方式を用いた認証によるSSH接続

 公開鍵、秘密鍵ペアの作成

OpenSSH 使って Linux サーバに接続するユーザの公開鍵と秘密鍵のペアを作成します。
鍵ペアの作成は ssh-keygen をを使います。
公開鍵と秘密鍵のペアの作成はリモートログインするユーザ権限で実行します。
作成先・ファイル名を指定しなければ、 /home/(ユーザ名)/.ssh/ に id_ed25519, id_ed25519.pub が作成される。 途中、鍵用のパスワードも入力する。]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 : OSインストール後の初期設定</title>
		<link>https://korodes.com/oracle9-2_02/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sat, 12 Aug 2023 12:27:41 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18162</guid>

					<description><![CDATA[1.bash補完機能拡張パッケージのインストール
# dnf -y install bash-completion
# reboot
2.SELinuxの無効化

まず、selinuxを無効化します。selinuxはLinuxの監査やセキュリティを向上させる機能ですが、有効になっているとサービスの動作や、設定内容にかなりの制限が出てきます。そのため、基本的には無効にする場合が多いのが実情です。
SELinuxの動作モード
Enforcing : SELinux機能は有効でアクセス制御も有効
Permissive : SElinuxはwarningを出すが、アクセス制限は行われません
disabled : SElinux機能・アクセス制御ともに無効]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 : OSインストール</title>
		<link>https://korodes.com/oracle9-2_01/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sat, 12 Aug 2023 00:11:14 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18249</guid>

					<description><![CDATA[OracleLinux9.2 インストール

Oracle Linuxは、Red Hat Enterprise LinuxやCentOS Linuxに代わる100%アプリケーション・バイナリ互換性のある選択肢を提供し、ハイブリッド環境とマルチクラウド環境の両方に対応しています。
2006年以降、Oracle Linuxは完全に無料でダウンロードして使用できます。ソースコード、バイナリ、アップデートは無料で提供されます。自由に再配布可能です。本番環境での使用は無料です。

今回は、最新のOracle Linux9.2(2023年5月リリース)で進めていきます。

１．Oracle Linux9.2 ダウンロード

Oracle Linux9.2 のインストールイメージ(OracleLinux-R9-U2-x86_64-dvd.iso )は下記サイトからダウンロード可能
https://www.oracle.com/linux/]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.2 : システムのバックアップとレストア</title>
		<link>https://korodes.com/oracle9-2_12/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 15 Aug 2023 04:09:44 +0000</pubDate>
				<category><![CDATA[OracleLinux9.2]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18244</guid>

					<description><![CDATA[1.Webサイトデータバックアップ

1-1./var/www/html配下のバックアップ

①バックアップスクリプトファイルの作成
2.MySQLデータベースバックアップ

①バックアップスクリプトファイルの作成
3.html配下のバックアップファイルの復元

① HTML バックアップファイルを「/（ルート）」ディレクトリへ格納
4.Mysqlバックアップファイルの復元

①DB バックアップファイルを任意のディレクトリに保存し、
（例では「/var/www/backup/db_bak」ディレクトリです）データを解凍]]></description>
		
		
		
			</item>
	</channel>
</rss>
