<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.johnharrison.cc/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://wiki.johnharrison.cc/feed.php">
        <title>wiki - lwc:networking</title>
        <description></description>
        <link>https://wiki.johnharrison.cc/</link>
        <image rdf:resource="https://wiki.johnharrison.cc/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-01T16:00:34+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:nginx&amp;rev=1736603078&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:social_networking&amp;rev=1772149859&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:ssl&amp;rev=1677510956&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:start&amp;rev=1698419274&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:webrtc&amp;rev=1737668560&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.johnharrison.cc/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>wiki</title>
        <link>https://wiki.johnharrison.cc/</link>
        <url>https://wiki.johnharrison.cc/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:nginx&amp;rev=1736603078&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-11T13:44:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nginx</title>
        <link>https://wiki.johnharrison.cc/doku.php?id=lwc:networking:nginx&amp;rev=1736603078&amp;do=diff</link>
        <description>Increase Max Upload Size

	*  do the php.ini things
	*  inside the http block of nginx.conf after sendfile on add client_max_body_size 20M; (source)
	*  there may be more tips here</description>
    </item>
    <item rdf:about="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:social_networking&amp;rev=1772149859&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-26T23:50:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>social_networking</title>
        <link>https://wiki.johnharrison.cc/doku.php?id=lwc:networking:social_networking&amp;rev=1772149859&amp;do=diff</link>
        <description>Atmosphere (at protocol)

	*  This appears to be a next-gen RSS of sorts
	*  Bluesky looks to be a host/server/app/front end for all the AT stuff
	*  explanation on reddit
	*  Blue sky&#039;s explanation
	*  explanation of the Fediverse as it applies to Blue Sky

Mastodon

	*  this appears to be a similar but incompatible protocol to AT
	*  This wordpress plugin called activitypub integrates WP with Mastodon</description>
    </item>
    <item rdf:about="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:ssl&amp;rev=1677510956&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-27T15:15:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssl</title>
        <link>https://wiki.johnharrison.cc/doku.php?id=lwc:networking:ssl&amp;rev=1677510956&amp;do=diff</link>
        <description>*  test all cipher suites supported by openssl against the server
	*  choose ciphers nginx will use
	*  listen to traffic on interface eth0 on port 443: sudo ssldump -i eth0 port 443
	*  convert pem to crt: openssl x509 -outform der -in your-cert.pem -out your-cert.crt

LibreSSL

LibreSSL was forked by OpenBSD as a reaction to heartbleed. Fork happened at v1.0.2g. Seems to have less developers but used by OpenBSD and maybe Windows as well? Source code appears to be a drop-in replacement for Open…</description>
    </item>
    <item rdf:about="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:start&amp;rev=1698419274&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-27T15:07:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.johnharrison.cc/doku.php?id=lwc:networking:start&amp;rev=1698419274&amp;do=diff</link>
        <description>ubuntu and variants

	*  give priority to Wi-Fi over Ethernet for Internet connections:  Wired Connection -&gt; IPv4 Settings -&gt; Routes -&gt; Use this connection only for resources on its network. (source)
	*  check speed of NIC: cat /sys/class/net/&lt;interface&gt;/speed</description>
    </item>
    <item rdf:about="https://wiki.johnharrison.cc/doku.php?id=lwc:networking:webrtc&amp;rev=1737668560&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-23T21:42:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>webrtc</title>
        <link>https://wiki.johnharrison.cc/doku.php?id=lwc:networking:webrtc&amp;rev=1737668560&amp;do=diff</link>
        <description>Signaling

working out an example with 2 clients trying to connect

	*  There has to be some sort of server outside of the ICE server that handles the signaling
	*  The clients need some way to identify themselves on the signaling server so there is typically a login process.</description>
    </item>
</rdf:RDF>
