From 825282fea9102326ad2538e4a98329fbd38c899b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 29 Jun 2021 08:30:52 -0400 Subject: firststuffs --- .footer.html | 7 ++ 404.html | 27 ++++++ README.md | 7 ++ barsup | 18 ++++ bat.html | 92 +++++++++++++++++++ bitcoin.html | 102 +++++++++++++++++++++ certbot.html | 133 +++++++++++++++++++++++++++ crypto.html | 86 ++++++++++++++++++ dns.html | 127 ++++++++++++++++++++++++++ domain.html | 145 +++++++++++++++++++++++++++++ favicon.ico | Bin 0 -> 8894 bytes federation.html | 71 +++++++++++++++ html.html | 219 ++++++++++++++++++++++++++++++++++++++++++++ html2.html | 29 ++++++ html4.html | 99 ++++++++++++++++++++ index.html | 162 +++++++++++++++++++++++++++++++++ maintenance.html | 148 ++++++++++++++++++++++++++++++ monero.html | 111 +++++++++++++++++++++++ nginx.html | 237 ++++++++++++++++++++++++++++++++++++++++++++++++ openalias.html | 123 +++++++++++++++++++++++++ pix/bat.svg | 22 +++++ pix/bitcoin-01.png | Bin 0 -> 36149 bytes pix/bitcoin-02.png | Bin 0 -> 27352 bytes pix/bitcoin-03.png | Bin 0 -> 229921 bytes pix/bitcoin-04.png | Bin 0 -> 47177 bytes pix/brave-01.png | Bin 0 -> 2876 bytes pix/brave-02.png | Bin 0 -> 68404 bytes pix/brave-03.png | Bin 0 -> 62093 bytes pix/brave-04.gif | Bin 0 -> 131546 bytes pix/btc.png | Bin 0 -> 568 bytes pix/btc.svg | 7 ++ pix/certbot-01.png | Bin 0 -> 89656 bytes pix/certbot-02.png | Bin 0 -> 120319 bytes pix/certbot-03.png | Bin 0 -> 22865 bytes pix/chad.gif | Bin 0 -> 11085 bytes pix/dns-epik.png | Bin 0 -> 82393 bytes pix/dns-ipv4-done.png | Bin 0 -> 42611 bytes pix/dns-ipv4.png | Bin 0 -> 25183 bytes pix/dns-ipv6-done.png | Bin 0 -> 69558 bytes pix/dns-ipv6.png | Bin 0 -> 97056 bytes pix/dns-ping.png | Bin 0 -> 34174 bytes pix/dns-vultr.png | Bin 0 -> 78372 bytes pix/domain-cart.png | Bin 0 -> 91182 bytes pix/domain-search.png | Bin 0 -> 112250 bytes pix/git.svg | 15 +++ pix/github.svg | 3 + pix/html-01.png | Bin 0 -> 19006 bytes pix/html-02.png | Bin 0 -> 26468 bytes pix/monero-01.png | Bin 0 -> 151173 bytes pix/monero-02.png | Bin 0 -> 112885 bytes pix/monero-03.png | Bin 0 -> 135404 bytes pix/monero-04.png | Bin 0 -> 97964 bytes pix/nginx-password.png | Bin 0 -> 34823 bytes pix/nginx-website.png | Bin 0 -> 16651 bytes pix/openalias-01.png | Bin 0 -> 23583 bytes pix/openalias-02.png | Bin 0 -> 22211 bytes pix/openalias-03.png | Bin 0 -> 28821 bytes pix/openalias-04.png | Bin 0 -> 18936 bytes pix/openalias-05.png | Bin 0 -> 13803 bytes pix/rss.svg | 33 +++++++ pix/server-features.png | Bin 0 -> 22214 bytes pix/server-location.png | Bin 0 -> 59268 bytes pix/server-size.png | Bin 0 -> 77507 bytes pix/server-type.png | Bin 0 -> 41632 bytes pix/ssh-01.png | Bin 0 -> 31196 bytes pix/xmpp.svg | 26 ++++++ pix/xmr.png | Bin 0 -> 768 bytes pix/xmr.svg | 7 ++ rss.xml | 51 +++++++++++ server.html | 145 +++++++++++++++++++++++++++++ sshkeys.html | 157 ++++++++++++++++++++++++++++++++ style.css | 195 +++++++++++++++++++++++++++++++++++++++ template.html | 20 ++++ xmpp.html | 189 ++++++++++++++++++++++++++++++++++++++ 74 files changed, 2813 insertions(+) create mode 100644 .footer.html create mode 100644 404.html create mode 100644 README.md create mode 100755 barsup create mode 100644 bat.html create mode 100644 bitcoin.html create mode 100644 certbot.html create mode 100644 crypto.html create mode 100644 dns.html create mode 100644 domain.html create mode 100644 favicon.ico create mode 100644 federation.html create mode 100644 html.html create mode 100644 html2.html create mode 100644 html4.html create mode 100644 index.html create mode 100644 maintenance.html create mode 100644 monero.html create mode 100644 nginx.html create mode 100644 openalias.html create mode 100644 pix/bat.svg create mode 100644 pix/bitcoin-01.png create mode 100644 pix/bitcoin-02.png create mode 100644 pix/bitcoin-03.png create mode 100644 pix/bitcoin-04.png create mode 100644 pix/brave-01.png create mode 100644 pix/brave-02.png create mode 100644 pix/brave-03.png create mode 100644 pix/brave-04.gif create mode 100644 pix/btc.png create mode 100644 pix/btc.svg create mode 100644 pix/certbot-01.png create mode 100644 pix/certbot-02.png create mode 100644 pix/certbot-03.png create mode 100644 pix/chad.gif create mode 100644 pix/dns-epik.png create mode 100644 pix/dns-ipv4-done.png create mode 100644 pix/dns-ipv4.png create mode 100644 pix/dns-ipv6-done.png create mode 100644 pix/dns-ipv6.png create mode 100644 pix/dns-ping.png create mode 100644 pix/dns-vultr.png create mode 100644 pix/domain-cart.png create mode 100644 pix/domain-search.png create mode 100644 pix/git.svg create mode 100644 pix/github.svg create mode 100644 pix/html-01.png create mode 100644 pix/html-02.png create mode 100644 pix/monero-01.png create mode 100644 pix/monero-02.png create mode 100644 pix/monero-03.png create mode 100644 pix/monero-04.png create mode 100644 pix/nginx-password.png create mode 100644 pix/nginx-website.png create mode 100644 pix/openalias-01.png create mode 100644 pix/openalias-02.png create mode 100644 pix/openalias-03.png create mode 100644 pix/openalias-04.png create mode 100644 pix/openalias-05.png create mode 100644 pix/rss.svg create mode 100644 pix/server-features.png create mode 100644 pix/server-location.png create mode 100644 pix/server-size.png create mode 100644 pix/server-type.png create mode 100644 pix/ssh-01.png create mode 100644 pix/xmpp.svg create mode 100644 pix/xmr.png create mode 100644 pix/xmr.svg create mode 100644 rss.xml create mode 100644 server.html create mode 100644 sshkeys.html create mode 100644 style.css create mode 100644 template.html create mode 100644 xmpp.html diff --git a/.footer.html b/.footer.html new file mode 100644 index 0000000..902f4eb --- /dev/null +++ b/.footer.html @@ -0,0 +1,7 @@ +LandChad.net
+Because Everyone should be an Internet LandChad.
+
  • chad
  • +
  • RSS
  • +
  • BTC
  • +
  • XMR
  • +
  • Github diff --git a/404.html b/404.html new file mode 100644 index 0000000..cc9933b --- /dev/null +++ b/404.html @@ -0,0 +1,27 @@ + + + + 404 – LandChad.net + + + + + + + +

    404

    + +
    +

    + This article linked is not yet finalized! +

    +

    + To keep tabs on what new articles are published, keep up with our RSS feed at + rss logo + https://landchad.net/rss.xml which + will feature all new pages and significant changes. +

    +
    +
    LandChad.net
    Because Everyone should be an Internet LandChad.
  • chad
  • RSS
  • BTC
  • XMR
  • Github
  • + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..a66338f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# LandChad.net ([https://landchad.net](https://landchad.net)) + +A site dedicated to turn web peasants into Internet LandChads. + +Simple step-by-step text and image-based tutorials for creating websites, email servers, chat servers, server administration and everything else. + +Suggestions welcome. diff --git a/barsup b/barsup new file mode 100755 index 0000000..71d21d4 --- /dev/null +++ b/barsup @@ -0,0 +1,18 @@ +#!/bin/sh + +# Replace existing navs and footers with content of nav and footer files. + +navfile="/home/luke/.local/src/landchad/.nav.html" +footerfile="/home/luke/.local/src/landchad/.footer.html" + +files="$(for x in $(find /home/luke/.local/src/landchad -type f -iname '*.html'); do + echo "$x" +done)" + +escnav="$(sed "s|^\s\+||;s|/|\\\\/|g;s|\"|\\\\\"|g" "$navfile" 2>/dev/null | tr -d '\n')" +escfooter="$(sed "s|^\s\+||;s|/|\\\\/|g;s|\"|\\\\\"|g" "$footerfile" 2>/dev/null | tr -d '\n')" + +sed -s -i "s/