<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>/fumi/notes — log</title><description>fumi の日々の小さなメモ。</description><link>https://fumi-notes.pages.dev/</link><item><title>LPIC202学習メモ_209.1_Sambaサーバの設定</title><link>https://fumi-notes.pages.dev/log/2026-06-22-98dd1a/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-22-98dd1a/</guid><description>LPIC202の試験範囲209.1「Sambaサーバの設定」の学習メモ。3デーモン構成・smb.confの主要パラメータ・ユーザ認証とアクセス制御・AD/Winbind連携・運用コマンドを、試験で狙われる罠を添えて整理した。</description><pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate></item><item><title>LPIC202学習メモ_209.2_NFSサーバの設定</title><link>https://fumi-notes.pages.dev/log/2026-06-22-lpic202-nfs-study/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-22-lpic202-nfs-study/</guid><description>LPIC202 トピック209「ファイル共有」より、NFSサーバの設定をまとめた学習メモ。/etc/exports の書式と squash 系オプション、exportfs・showmount の確認系コマンド、mount オプション（hard/soft/rsize ほか）を表で対比する。</description><pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Apacheのログ関連ディレクティブ</title><link>https://fumi-notes.pages.dev/log/2026-06-19-2d68c9/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-19-2d68c9/</guid><description>LPIC202で問われるApacheのログ関連ディレクティブを整理。アクセスログ系（LogFormat／CustomLog・書式指定子）とエラーログ系（ErrorLog／LogLevel）、HostnameLookupsを解説。名前が紛らわしいErrorLog（記録先）とErrorDocument（エラー表示文書）の違いも対比する。</description><pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Apacheの主なサーバ処理関連のディレクティブ</title><link>https://fumi-notes.pages.dev/log/2026-06-19-67b928/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-19-67b928/</guid><description>LPIC202で問われるApacheのサーバ処理関連ディレクティブを整理。KeepAlive・タイムアウト系（KeepAliveTimeout／Timeout）とプロセス・ワーカー管理系（StartServers／MaxRequestWorkers／MaxConnectionsPerChild等）、MaxClients→MaxRequestWorkersなどの名称変更を解説する。</description><pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Apacheのアクセス制御</title><link>https://fumi-notes.pages.dev/log/2026-06-18-0bef85/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-18-0bef85/</guid><description>LPIC202で問われるApacheのアクセス制御を2.2系（Order/Allow/Deny）と2.4系（Require）で整理。全許可・全拒否・ホワイトリスト・ブラックリストの4定番パターンを設定例つきで対応づけ、互換モジュールmod_access_compatまで解説する。</description><pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Apacheの認証ディレクティブ</title><link>https://fumi-notes.pages.dev/log/2026-06-18-42c532/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-18-42c532/</guid><description>LPIC202で問われるApacheの認証設定を整理。AuthType／AuthName／AuthUserFile／Requireの基本ディレクティブと、BASIC認証（ htpasswd）とダイジェスト認証（htdigest・realm必須）の違いを設定例つきで解説する。</description><pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Apacheの概要・全体図</title><link>https://fumi-notes.pages.dev/log/2026-06-18-49ee80/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-18-49ee80/</guid><description>LPIC202にて出題されるApacheについての概要と全体図</description><pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Apacheの設定ファイル</title><link>https://fumi-notes.pages.dev/log/2026-06-18-7c2d9b/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-18-7c2d9b/</guid><description>LPIC202で問われるApacheの設定ファイルを整理。httpd.conf（RedHat系）とapache2.conf（Debian系）、.htaccessの役割に加え、ディストリビューションごとに名前やパスが異なる理由まで解説する。</description><pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Apacheの主要モジュール</title><link>https://fumi-notes.pages.dev/log/2026-06-18-ed9b9a/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-18-ed9b9a/</guid><description>LPIC202で頻出のApache主要モジュールを認証（authn）・認可（authz）・拡張系に分類して整理。各モジュールの担当ディレクティブと、authn/authzの違いを表で解説する。</description><pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate></item><item><title>ApacheのRequireディレクティブ</title><link>https://fumi-notes.pages.dev/log/2026-06-18-f31ee1/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-06-18-f31ee1/</guid><description>LPIC202で問われるApacheのRequireディレクティブを整理。2.4系の認可制御として、エンティティと担当モジュール、否定（not）、RequireAll/Any/Noneの論理コンテナを設定例つきで解説する。</description><pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate></item><item><title>LPIC201 カーネルソースコードのディレクトリ構造を自分なりに言語化する</title><link>https://fumi-notes.pages.dev/log/2026-05-12-lpic201-kernel-source-tree/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-12-lpic201-kernel-source-tree/</guid><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>Javaのメソッドオーバーロード — シグネチャと成立条件</title><link>https://fumi-notes.pages.dev/log/2026-05-07-java-method-overload/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-07-java-method-overload/</guid><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>キャパシティプランニングの 3 軸:拡張・予測・問題切分と継続測定の目的</title><link>https://fumi-notes.pages.dev/log/2026-05-06-capacity-planning-concepts-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-capacity-planning-concepts-reading/</guid><description>キャパシティプランニングの 3 軸(拡張・予測・問題切分)と継続測定の目的、Web サーバ構成要素 6 階層、vmstat 出力からのリソース判定パターンを整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>collectd / MRTG / Nagios の読み方:設定ファイル名と LoadPlugin、監視ツールの役割整理</title><link>https://fumi-notes.pages.dev/log/2026-05-06-collectd-mrtg-nagios-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-collectd-mrtg-nagios-reading/</guid><description>collectd の設定ファイル(/etc/collectd.conf)と LoadPlugin 命令、MRTG / Nagios / cacti / Zabbix / munin の役割の違いを 1 表で整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>free / swapon -s の読み方:available 列が指す「真の空き」とスワップの 5 列構造</title><link>https://fumi-notes.pages.dev/log/2026-05-06-free-swapon-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-free-swapon-reading/</guid><description>free の available 列が表す実質利用可能メモリ(buff/cache 解放分加味)と、swapon -s の 5 列構造(Filename/Type/Size/Used/Priority)を読み解き、free 単独で判断する誤答パターンを整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>iostat / mpstat の読み方:CPU使用率の3階層とディスクI/Oの集合</title><link>https://fumi-notes.pages.dev/log/2026-05-06-iostat-mpstat-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-iostat-mpstat-reading/</guid><description>iostat の2ブロック構造(avg-cpu行 + Device表)と mpstat の CPU毎統計を読み解き、システム全体・CPU毎(コア毎)・プロセス毎の CPU使用率3階層 + ディスクI/O集合を整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>iotop の読み方:プロセス毎ディスクI/Oと iostat / top との見分け</title><link>https://fumi-notes.pages.dev/log/2026-05-06-iotop-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-iotop-reading/</guid><description>iotop の識別キー(Total DISK READ/WRITE ヘッダ + プロセス毎 DISK READ/WRITE 列)を読み解き、iostat(デバイス毎)と top(CPU/メモリ)との 3 者識別を整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>load average の読み方:top / w / uptime の 3 兄弟と %CPU との違い</title><link>https://fumi-notes.pages.dev/log/2026-05-06-load-average-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-load-average-reading/</guid><description>load average の定義(R + D 状態プロセス数の移動平均)、1 / 5 / 15 分平均の解釈、top / w / uptime の 3 コマンド集合、%CPU との別概念性、マルチコアでのコア数比評価を整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>netstat / iptraf / ss の読み方:NIC毎カウンタとプロトコル別統計の区別</title><link>https://fumi-notes.pages.dev/log/2026-05-06-netstat-iptraf-ss-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-netstat-iptraf-ss-reading/</guid><description>netstat -i の NIC毎カウンタ列(RX-OK/RX-ERR/RX-DRP/RX-OVR/TX-*)と netstat -s のプロトコル別統計を区別し、対話型 ncurses の iptraf と netstat 後継の ss まで含めて整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>ps / pstree / lsof の読み方:プロセス毎リソースとPID表示の集合</title><link>https://fumi-notes.pages.dev/log/2026-05-06-ps-pstree-lsof-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-ps-pstree-lsof-reading/</guid><description>ps の BSD系/UNIX系オプションと出力列、pstree -p の表記、lsof の PID 併記仕様を整理し、「プロセス毎リソース」「PID表示」の集合に top を含めて並べ直す。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>sarコマンドの読み方:オプション別出力とsysstat役割分担</title><link>https://fumi-notes.pages.dev/log/2026-05-06-sar-command-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-sar-command-reading/</guid><description>sar の主要オプションごとの列構成と判別キー、sysstat パッケージ内の sa1/sa2/sadc/sadf の役割分担をまとめる。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>sysstat パッケージと sa1 / sa2 の読み方:収集と日次レポートの cron 構造</title><link>https://fumi-notes.pages.dev/log/2026-05-06-sysstat-sa1-sa2-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-sysstat-sa1-sa2-reading/</guid><description>sysstat パッケージの所属コマンド一覧と、sa1 → sadc(収集)/ sa2 → sar(日次レポート)の cron ラッパ関係、/var/log/sa の運用を整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>topコマンドの読み方:5行ヘッダの読み解きとvmstatとの差分</title><link>https://fumi-notes.pages.dev/log/2026-05-06-top-header-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-top-header-reading/</guid><description>top コマンド冒頭5行のヘッダをラベル単位で読み解き、%Cpu(s) と vmstat の cpu 欄の差分・MiB Mem 新旧書式の並び違い・avail Mem の意味を整理する。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>uptime / w コマンドの読み方:3兄弟の同一書式とLOGIN@の罠</title><link>https://fumi-notes.pages.dev/log/2026-05-06-uptime-w-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-06-uptime-w-reading/</guid><description>uptime と w 先頭行、top 1行目が同一書式の「3兄弟」である構造を整理し、w 固有のセッションテーブル列(特に LOGIN@)の意味と load average の値域をまとめる。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>Claudeを教師役にして、Rust完全初学者でAtCoder Beginners Selectionに挑む学習フロー</title><link>https://fumi-notes.pages.dev/log/2026-05-05-claude-as-teacher-rust-abs/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-05-claude-as-teacher-rust-abs/</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>JavaのList — ArrayListの使い方と代表メソッド</title><link>https://fumi-notes.pages.dev/log/2026-05-05-java-collection-list/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-05-java-collection-list/</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>JavaのMap — HashMapの使い方と代表メソッド</title><link>https://fumi-notes.pages.dev/log/2026-05-05-java-collection-map/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-05-java-collection-map/</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>JavaのSet — HashSetの使い方と重複排除</title><link>https://fumi-notes.pages.dev/log/2026-05-05-java-collection-set/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-05-java-collection-set/</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>JavaのMap実装クラスの選び方 — HashMap/LinkedHashMap/TreeMap</title><link>https://fumi-notes.pages.dev/log/2026-05-05-java-map-implementation-classes/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-05-java-map-implementation-classes/</guid><description>HashMap・LinkedHashMap・TreeMapの順序保証・計算量・用途を比較し、選択基準を整理する。</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>Neovim 基本操作チートシート</title><link>https://fumi-notes.pages.dev/log/2026-05-05-neovim-basics-cheatsheet/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-05-neovim-basics-cheatsheet/</guid><description>VSCode から Neovim へ移行するための基本操作チートシート。モード/移動/編集/検索/バッファ/レジスタ/マクロを 1 ページに集約。</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>AtCoder PracticeA 1問で出会うRust文法トピック総ざらい</title><link>https://fumi-notes.pages.dev/log/2026-05-05-rust-abs-practicea-grammar-tour/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-05-rust-abs-practicea-grammar-tour/</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>vmstatの読み方:CPU/メモリ/ディスクI/Oのボトルネック判定</title><link>https://fumi-notes.pages.dev/log/2026-05-05-vmstat-bottleneck-reading/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-05-vmstat-bottleneck-reading/</guid><description>vmstat の出力からボトルネックがCPU/メモリ/ディスクI/Oのどこにあるかを判定する手順を、サンプル出力2例で読み解く。</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code に自分のパーソナリティ分析させた話</title><link>https://fumi-notes.pages.dev/log/2026-05-04-claude-code-personality-analysis/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-04-claude-code-personality-analysis/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>「12歳に説明する」で学習の穴を見つける、ファインマンテクニック実行フロー</title><link>https://fumi-notes.pages.dev/log/2026-05-04-feynman-technique-flow/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-04-feynman-technique-flow/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>学習が続かなかった自分が、ゴール起点の5ステップに落ち着いた話</title><link>https://fumi-notes.pages.dev/log/2026-05-04-goal-driven-5-step-learning/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-04-goal-driven-5-step-learning/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>catch (Exception e) を深掘り — 多態性・スコープ・型の絞り方</title><link>https://fumi-notes.pages.dev/log/2026-05-04-java-catch-exception-deep/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-04-java-catch-exception-deep/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>Javaの例外処理と例外クラス階層</title><link>https://fumi-notes.pages.dev/log/2026-05-04-java-exception-overview/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-04-java-exception-overview/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>Javaのthrowsとthrow — 似て非なる2つのキーワード</title><link>https://fumi-notes.pages.dev/log/2026-05-04-java-throws-and-throw/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-04-java-throws-and-throw/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>Javaのtry-catch — 複数catch・マルチキャッチ・finally</title><link>https://fumi-notes.pages.dev/log/2026-05-04-java-try-catch/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-04-java-try-catch/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>IT資格を10個取って気づいた勉強法の不足</title><link>https://fumi-notes.pages.dev/log/2026-05-02-cert-study-method-gap/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-02-cert-study-method-gap/</guid><pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate></item><item><title>Javaの == と equals() の使い分け</title><link>https://fumi-notes.pages.dev/log/2026-05-02-java-equals-vs-reference/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-05-02-java-equals-vs-reference/</guid><pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate></item><item><title>Javaにおけるパッケージ</title><link>https://fumi-notes.pages.dev/log/2026-04-30-java-package/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-04-30-java-package/</guid><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Eclipseのデバッグモードで1ステップずつ動きを確認する</title><link>https://fumi-notes.pages.dev/log/2026-04-26-eclipse-debug-step/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-04-26-eclipse-debug-step/</guid><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Javaのswitch文</title><link>https://fumi-notes.pages.dev/log/2026-04-26-java-switch/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-04-26-java-switch/</guid><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Neovim on WSL でクリップボード連携を設定する</title><link>https://fumi-notes.pages.dev/log/2026-04-26-nvim-wsl-clipboard/</link><guid isPermaLink="true">https://fumi-notes.pages.dev/log/2026-04-26-nvim-wsl-clipboard/</guid><description>WSL2 上の Neovim から win32yank.exe 経由で Windows クリップボードと y/p 連携する手順</description><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>