<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.kptree.net/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.kptree.net/feed.php">
        <title>KPTree Wiki</title>
        <description></description>
        <link>https://wiki.kptree.net/</link>
        <image rdf:resource="https://wiki.kptree.net/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-09-22T22:54:08+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.kptree.net/tech_notes:iperf?rev=1737208097&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/tech_notes:dns?rev=1754709083&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/tech_notes:ipv6?rev=1666071864&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/tech_notes:flatpak?rev=1769139150&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/tech_notes:linux_commands?rev=1774144789&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/tech_notes:web_browsers?rev=1740967743&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.kptree.net/_media/wiki:dokuwiki.svg">
        <title>KPTree Wiki</title>
        <link>https://wiki.kptree.net/</link>
        <url>https://wiki.kptree.net/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.kptree.net/tech_notes:iperf?rev=1737208097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-18T13:48:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Network Speed testing</title>
        <link>https://wiki.kptree.net/tech_notes:iperf?rev=1737208097&amp;do=diff</link>
        <description>linux network testing speed

speed speed test testing tech notes technical

Network Speed testing

Use the iperf3 command to test network speeds.

	* iperf3 -s to start in server mode
	* iperf3 -c 192.168.1.10 -t 20 to test server on ip address 192.168.1.10 for 20 tries.
	* iperf3 -c 192.168.1.1 -t7  -b 2.5G -u 6001
	* iperf3 -c 192.168.1.1 -t7  -R -b 2.5G -u 6001</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/tech_notes:dns?rev=1754709083&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-09T03:11:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Domain names, domain nameservers, DNS and DHCP</title>
        <link>https://wiki.kptree.net/tech_notes:dns?rev=1754709083&amp;do=diff</link>
        <description>Domain names, domain nameservers, DNS and DHCP

Domain names, Domain nameservers, DNS and DHCP are a key part of the internet back bone.

	* DNS (Domain Name System) resolves the text domain names to the relevant IP (Internet Protocol) addresses.  
	*</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/tech_notes:ipv6?rev=1666071864&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-18T05:44:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>IPv6 summary notes</title>
        <link>https://wiki.kptree.net/tech_notes:ipv6?rev=1666071864&amp;do=diff</link>
        <description>linux ipv6

IPv6 summary notes

Largely taken from

	* onemarcfifty
	* What You Need to Know about IPv6 Link-Local Addresses

Address length and format

The IPv6 address is 128 bits (i.e. 16 bytes) long and is written in 8 groups of 2 bytes in hexadecimal numbers separated by colons:

FDDD:F00D:CAFE:0000:0000:0000:0000:0001

Leading zeros of each block can be omitted, the above address can hence be written like this:
FDDD:F00D:CAFE:0:0:0:0:1

We can abbreviate whole blocks of zeros with :: and w…</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/tech_notes:flatpak?rev=1769139150&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-23T03:32:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Flatpak</title>
        <link>https://wiki.kptree.net/tech_notes:flatpak?rev=1769139150&amp;do=diff</link>
        <description>linux flatpak snap universal package

Flatpak

Flatpak is a universal Linux package management system, that is more agnostic than the Linux distributions package management systems. Flatpak currently only works with a desk top environment, it is not for servers. 

There are other universal package management systems available. One popular example is snap, however this is from Ubuntu and seems propriety in nature.</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/tech_notes:linux_commands?rev=1774144789&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-22T01:59:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Linux CLI Commands</title>
        <link>https://wiki.kptree.net/tech_notes:linux_commands?rev=1774144789&amp;do=diff</link>
        <description>cli commands

Linux CLI Commands

Various Linux CLI (Command Line Interface) Commands with examples and grouped by type

File System

Find specific file types

	* Using ls:
		* ls -lhaF | grep ^l   # list links
		* ls -lhaF | grep ^d   # list directories
		* ls -lhaF | grep ^-</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/tech_notes:web_browsers?rev=1740967743&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-03T02:09:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Web Browser Notes</title>
        <link>https://wiki.kptree.net/tech_notes:web_browsers?rev=1740967743&amp;do=diff</link>
        <description>web browser config

Web Browser Notes

The purpose of reloading web page(s) and bypass the cache is to get a fresh copy of possibly outdated or corrupted files currently stored in the disk cache. You can do this as the first attempt if a normal reload doesn&#039;t seem to be giving an up to date version of a website or if you otherwise experience issues with a website.
We usually advice this in case of issues:</description>
    </item>
</rdf:RDF>
