<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.y2sunlight.com/ground/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.y2sunlight.com/ground/feed.php">
        <title>Ground Sunlight centos</title>
        <description></description>
        <link>http://www.y2sunlight.com/ground/</link>
        <image rdf:resource="http://www.y2sunlight.com/ground/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-11T02:45:12+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.y2sunlight.com/ground/doku.php?id=centos:firewall-cmd&amp;rev=1591052612&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.y2sunlight.com/ground/doku.php?id=centos:journalctl&amp;rev=1591013275&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.y2sunlight.com/ground/doku.php?id=centos:package&amp;rev=1591013246&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.y2sunlight.com/ground/doku.php?id=centos:quick-maintenance&amp;rev=1605775915&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.y2sunlight.com/ground/doku.php?id=centos:systemctl&amp;rev=1591237816&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.y2sunlight.com/ground/doku.php?id=centos:top&amp;rev=1607136016&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.y2sunlight.com/ground/doku.php?id=centos:yum&amp;rev=1592285118&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.y2sunlight.com/ground/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Ground Sunlight</title>
        <link>http://www.y2sunlight.com/ground/</link>
        <url>http://www.y2sunlight.com/ground/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.y2sunlight.com/ground/doku.php?id=centos:firewall-cmd&amp;rev=1591052612&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-02T08:03:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>firewall-cmdコマンド</title>
        <link>http://www.y2sunlight.com/ground/doku.php?id=centos:firewall-cmd&amp;rev=1591052612&amp;do=diff</link>
        <description>firewall-cmdコマンド

Version CentOS 7.2

 --- y2sunlight 2020-06-01

CentOS パッケージ管理に戻る

firewalld は RHEL7/CentOS7 で使われているファイアウォールのサービスです（CentOS6以前では iptablesが使われていました）。そしてfirewalld を操作する為のコマンドが、firewall-cmd です。</description>
    </item>
    <item rdf:about="http://www.y2sunlight.com/ground/doku.php?id=centos:journalctl&amp;rev=1591013275&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-01T21:07:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>journalctlコマンド</title>
        <link>http://www.y2sunlight.com/ground/doku.php?id=centos:journalctl&amp;rev=1591013275&amp;do=diff</link>
        <description>journalctlコマンド

Version CentOS 7.2

 --- y2sunlight 2020-05-28

CentOS パッケージ管理に戻る

journald は CentOS7から標準的に提供されるログ管理のサービスです。正式名称は、systemd-journald.service です。RHEL7/CentOS7では、従来の rsyslogd も並行して稼働していますが、Fedora20では、もはや rsyslogd は動いておらず、システムログ管理は、journald に完全移行しています。journald によって以下のようなログが収集され Journal(データベース) として保存されています。…</description>
    </item>
    <item rdf:about="http://www.y2sunlight.com/ground/doku.php?id=centos:package&amp;rev=1591013246&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-01T21:07:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CentOS パッケージ管理の基礎知識</title>
        <link>http://www.y2sunlight.com/ground/doku.php?id=centos:package&amp;rev=1591013246&amp;do=diff</link>
        <description>CentOS パッケージ管理の基礎知識

Version CentOS 7.2

 --- y2sunlight 2020-05-28

CentOS パッケージ管理に戻る

yum の話の前に、パッケージ管理について整理しておきたいと思います。Linuxの世界には、yum と apt の２つのパッケージ管理コマンドがあります。yum は RHEL系(CentOS,Fedora,Amazon Linux)、apt は Debian系(Ubuntu,Raspbian)のコマンドです。そして、それぞれに対し、rpm と dpkg というパッケージ管理システムが対応しています。これだけでも複雑なのですが、wget や curl、tar や make などのコマンドもあり、複雑怪奇な世界を作っています。従って、yumだけに専念できるように、これらのパッケージ管理を取り巻く世界を一度整理しておきたいというのが、この章の１つの目的です。…</description>
    </item>
    <item rdf:about="http://www.y2sunlight.com/ground/doku.php?id=centos:quick-maintenance&amp;rev=1605775915&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-19T17:51:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CentOS クイックメンテナンス</title>
        <link>http://www.y2sunlight.com/ground/doku.php?id=centos:quick-maintenance&amp;rev=1605775915&amp;do=diff</link>
        <description>CentOS クイックメンテナンス

Version CentOS 7.2

 --- y2sunlight 2020-05-27

CentOS パッケージ管理に戻る

本章は、筆者が CentOS のメンテナンス時に良く使うコマンドを備忘録的に集めています。

関連記事
CentOS パッケージ管理の基礎知識yum --- パッケージ管理システムsystemctl --- サービスの操作journalctl --- ログの操作firewall-cmd --- ファイアウォールの操作
リンク
&lt;https://www.centos.org/&gt; --- CentOSの本家ジャンル別UNIX/Linuxコマンド一覧 --- FreeBSD, Redhat Enterprise Linux, CentOS, Ubuntu, Amazon Linux 等で使用できるコマンドを集…</description>
    </item>
    <item rdf:about="http://www.y2sunlight.com/ground/doku.php?id=centos:systemctl&amp;rev=1591237816&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-04T11:30:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>systemctlコマンド</title>
        <link>http://www.y2sunlight.com/ground/doku.php?id=centos:systemctl&amp;rev=1591237816&amp;do=diff</link>
        <description>systemctlコマンド

Version CentOS 7.2

 --- y2sunlight 2020-05-28

CentOS パッケージ管理に戻る

systemd は RHEL7/CentOS7で使われているサービスを管理するデーモンです。ps -aux で見ると PID=1 に君臨しています。そしてそれをコントロールするためのコマンドがsystemctlです。systemctl コマンドは、サービスの障害調査や再起動時に良く使います。以下では実際によく使う systemctl の利用例を紹介します。…</description>
    </item>
    <item rdf:about="http://www.y2sunlight.com/ground/doku.php?id=centos:top&amp;rev=1607136016&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-05T11:40:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CentOS パッケージ管理</title>
        <link>http://www.y2sunlight.com/ground/doku.php?id=centos:top&amp;rev=1607136016&amp;do=diff</link>
        <description>CentOS パッケージ管理

Version CentOS 7.2

 --- y2sunlight 2020-05-27

全ての開発環境をWindowsで揃えるのは無理があります。
オンプレミス(自社運用型)で24時間稼働するバージョン管理システムLinux用にしか公開されていないオープンソースのパッケージ(rpm)</description>
    </item>
    <item rdf:about="http://www.y2sunlight.com/ground/doku.php?id=centos:yum&amp;rev=1592285118&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-16T14:25:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>yumコマンド</title>
        <link>http://www.y2sunlight.com/ground/doku.php?id=centos:yum&amp;rev=1592285118&amp;do=diff</link>
        <description>yumコマンド

Version CentOS 7.2

 --- y2sunlight 2020-05-29

CentOS パッケージ管理に戻る

yum は rpm パッケージを対象とした RHEL や CentOS などで標準として採用されているパッケージ管理システムです。もともとは、Fedoraの前身である Yellow Dog Linux で開発されたツールです。yum の名前の用来は、この Yellowdog から来ており、</description>
    </item>
</rdf:RDF>
