<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://slightknowledge.com/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="https://slightknowledge.com/feed.php">
        <title>SlightKnowledge - unix:linux</title>
        <description></description>
        <link>https://slightknowledge.com/</link>
        <image rdf:resource="https://slightknowledge.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T12:58:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://slightknowledge.com/doku.php?id=unix:linux:exim4&amp;rev=1774095315&amp;do=diff"/>
                <rdf:li rdf:resource="https://slightknowledge.com/doku.php?id=unix:linux:letsencrypt&amp;rev=1774097253&amp;do=diff"/>
                <rdf:li rdf:resource="https://slightknowledge.com/doku.php?id=unix:linux:package&amp;rev=1757322997&amp;do=diff"/>
                <rdf:li rdf:resource="https://slightknowledge.com/doku.php?id=unix:linux:ubuntu&amp;rev=1774096665&amp;do=diff"/>
                <rdf:li rdf:resource="https://slightknowledge.com/doku.php?id=unix:linux:ufw&amp;rev=1774090196&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://slightknowledge.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>SlightKnowledge</title>
        <link>https://slightknowledge.com/</link>
        <url>https://slightknowledge.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://slightknowledge.com/doku.php?id=unix:linux:exim4&amp;rev=1774095315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-21T12:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>exim4</title>
        <link>https://slightknowledge.com/doku.php?id=unix:linux:exim4&amp;rev=1774095315&amp;do=diff</link>
        <description>メールサーバ構築

exim4 / dovecot によるメールサーバ構築。
メールサーバは、postfix による構築の情報が多く、
exim4 かつ smtp-auth の構築方法は、あまり情報がなくて、かなり悩んだ。

準備</description>
    </item>
    <item rdf:about="https://slightknowledge.com/doku.php?id=unix:linux:letsencrypt&amp;rev=1774097253&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-21T12:47:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>letsencrypt</title>
        <link>https://slightknowledge.com/doku.php?id=unix:linux:letsencrypt&amp;rev=1774097253&amp;do=diff</link>
        <description>Lets Encrypt

インストール


sudo apt-get install letsencrypt
sudo apt install certbot python3-certbot-apache
sudo apt install libapache2-mod-ssl


設定


sudo certbot certonly \
  --webroot \
  -w /home/www/html \
  -d ownDomainName \
  --agree-tos \
  -m &quot;管理者のメールアドレス&quot;</description>
    </item>
    <item rdf:about="https://slightknowledge.com/doku.php?id=unix:linux:package&amp;rev=1757322997&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-08T09:16:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>package</title>
        <link>https://slightknowledge.com/doku.php?id=unix:linux:package&amp;rev=1757322997&amp;do=diff</link>
        <description>Linux パッケージ管理

Linux はパッケージ管理がディストリビューションによって異なる。
その都度調べていたが、ごく基本的なものをまとめた。

apt

インストール
apt install &quot;packageName&quot;

パッケージの更新</description>
    </item>
    <item rdf:about="https://slightknowledge.com/doku.php?id=unix:linux:ubuntu&amp;rev=1774096665&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-21T12:37:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ubuntu</title>
        <link>https://slightknowledge.com/doku.php?id=unix:linux:ubuntu&amp;rev=1774096665&amp;do=diff</link>
        <description>*  UFW
	*  mail サーバ構築 (exim4/dovecot) 
	*   Let&#039;s Encrypt</description>
    </item>
    <item rdf:about="https://slightknowledge.com/doku.php?id=unix:linux:ufw&amp;rev=1774090196&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-21T10:49:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ufw</title>
        <link>https://slightknowledge.com/doku.php?id=unix:linux:ufw&amp;rev=1774090196&amp;do=diff</link>
        <description>UFW

ubuntu の ファイアーウォール UFW のコマンドなど

port の許可
sudo ufw allow portNumber
許可された port の削除
sudo ufw status numbered
sudo ufw delete &quot;above number&quot;</description>
    </item>
</rdf:RDF>
