<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techdoku.nogafam.es/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://techdoku.nogafam.es/feed.php">
        <title>NoBIGTech Wiki Técnico - docu:tutos:misc</title>
        <description></description>
        <link>https://techdoku.nogafam.es/</link>
        <image rdf:resource="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-17T10:09:13+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:tutos:misc:gen_own_trusted_ca&amp;rev=1581202458&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:tutos:misc:install_docker_debian10&amp;rev=1601585845&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>NoBIGTech Wiki Técnico</title>
        <link>https://techdoku.nogafam.es/</link>
        <url>https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:tutos:misc:gen_own_trusted_ca&amp;rev=1581202458&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-08T22:54:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gen_own_trusted_ca</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:tutos:misc:gen_own_trusted_ca&amp;rev=1581202458&amp;do=diff</link>
        <description>How to create your own CA root certificate



Self-signed certificates are pretty bad overall, even worse when served over the internet.
You can&#039;t easily tell if the certificate you are about to exceptionally trust, is yours, or faked by your gov or ISP</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:tutos:misc:install_docker_debian10&amp;rev=1601585845&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-01T20:57:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>install_docker_debian10</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:tutos:misc:install_docker_debian10&amp;rev=1601585845&amp;do=diff</link>
        <description>Install docker on debian 10 (buster)



Source: &lt;https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-debian-10&gt;



Install debian as root user


# update repos
apt update

# install basic dependencies
apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common

# install docker gpg trusted key
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -

# add docker repository to apt lists
add-apt-repository &quot;deb [arch=amd64] h…</description>
    </item>
</rdf:RDF>
