<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.fortier-family.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Warnaud&#039;s Wiki - os:linux</title>
        <description></description>
        <link>https://wiki.fortier-family.com/</link>
        <lastBuildDate>Tue, 28 Apr 2026 19:42:03 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.fortier-family.com/_media/wiki/logo.png</url>
            <title>Warnaud&#039;s Wiki</title>
            <link>https://wiki.fortier-family.com/</link>
        </image>
        <item>
            <title>ipv6</title>
            <link>https://wiki.fortier-family.com/os/linux/ipv6</link>
            <description>Disable

Kernel

 sysctl -w net.ipv6.conf.all.disable_ipv6=1 &amp;&amp; sysctl -w net.ipv6.conf.default.disable_ipv6=1 &amp;&amp; sysctl -w net.ipv6.conf.lo.disable_ipv6=1

Raspberry Pi

&lt;https://cwesystems.com/?p=231&gt;

 vi /etc/sysctl.conf

net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
net.ipv6.conf.eth0.disable_ipv6 = 1</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 20 Sep 2022 12:13:21 +0000</pubDate>
        </item>
        <item>
            <title>permissions</title>
            <link>https://wiki.fortier-family.com/os/linux/permissions</link>
            <description>File permissions</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 26 Apr 2026 14:59:17 +0000</pubDate>
        </item>
        <item>
            <title>ssh</title>
            <link>https://wiki.fortier-family.com/os/linux/ssh</link>
            <description>SSH config

 vi /etc/ssh/sshd_config

Key only access

Root


PermitRootLogin prohibit-password


User


PasswordAuthentication no
RSAAuthentication yes
PubkeyAuthentication yes


Specific to user


Match User alice,bob,john
PasswordAuthentication no</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 20 Feb 2024 10:51:18 +0000</pubDate>
        </item>
        <item>
            <title>troubleshoot</title>
            <link>https://wiki.fortier-family.com/os/linux/troubleshoot</link>
            <description>Troubleshooting Linux

With Systemd “approach” here&#039;s how to deal with issues on Linux

Failed services

sudo systemctl --failed

Logs

sudo journalctl -p 3 -xb</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 May 2022 05:25:46 +0000</pubDate>
        </item>
    </channel>
</rss>
