various updates

Amolith created

Change summary

.gitignore                                             |  1 
_includes/webring-out.html                             | 37 ++---
_posts/2019-07-20-setting-dns-on-mobile-and-desktop.md |  6 
_sass/_default.scss                                    |  3 
assets/svgs/hexagonal-sticker.svg                      | 74 +++++------
index.html                                             |  9 +
6 files changed, 69 insertions(+), 61 deletions(-)

Detailed changes

.gitignore 🔗

@@ -4,3 +4,4 @@ removal-request.txt
 openvas/
 Gemfile.lock
 openring
+assets/me.png

_includes/webring-out.html 🔗

@@ -4,43 +4,40 @@
     
     <div class="article">
       <h4 class="title">
-        <a href="https://kevq.uk/what-is-self-hosting" target="_blank" rel="noopener">What Is Self-Hosting?</a>
+        <a href="https://kevq.uk/coming-full-circle-from-grav-to-wordpress/" target="_blank" rel="noopener">Coming Full Circle – From Grav To WordPress</a>
       </h4>
-      <p class="summary">
-            What Is Self-Hosting?
-                    There was a post on Fosstodon recently where one of our members shared their thoughts on what they think self-hosting is.
-Following the post, a conversation started about what different people considered…</p>
+      <p class="summary">Woah, 2 posts in one day, aren’t you guys lucky! So I’ve just published a post on why I’m removing comments from this site. Now I want to talk about migrating from Grav to WordPress. When I originally re-launched this blog, I went with Ghost. Then I moved…</p>
       <small class="source">
-        via <a href="https://kevq.uk">Blog | Kev Quirk</a>
+        via <a href="https://kevq.uk">Kev Quirk</a>
       </small>
-      <small class="date">November 13, 2019</small>
+      <small class="date">November 19, 2019</small>
     </div>
     
     <div class="article">
       <h4 class="title">
-        <a href="https://infosec-handbook.eu/blog/libreoffice63-redaction/" target="_blank" rel="noopener">How to redact sensitive information with LibreOffice 6.3&#43;</a>
+        <a href="https://drewdevault.com/2019/11/15/Status-update-November-2019.html" target="_blank" rel="noopener">Status update, November 2019</a>
       </h4>
-      <p class="summary">LibreOffice 6.3 contains a new “redaction” feature. This feature allows editors to quickly redact (= remove) sensitive or confidential information from documents.
-
-In this article, we show the risks of leaking information in documents, and the new redaction…</p>
+      <p class="summary">Today’s update is especially exciting, because today marks the 1 year
+anniversary of Sourcehut opening it’s alpha to public
+registration. I wrote a nice long article which goes into
+detail about what Sourcehut accomplished in 2019, what’s to come for 2020, a…</p>
       <small class="source">
-        via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
+        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
       </small>
-      <small class="date">November 10, 2019</small>
+      <small class="date">November 15, 2019</small>
     </div>
     
     <div class="article">
       <h4 class="title">
-        <a href="https://drewdevault.com/2019/10/30/Line-printer-shell-hack.html" target="_blank" rel="noopener">An old-school shell hack on a line printer</a>
+        <a href="https://infosec-handbook.eu/blog/libreoffice63-redaction/" target="_blank" rel="noopener">How to redact sensitive information with LibreOffice 6.3&#43;</a>
       </h4>
-      <p class="summary">It’s been too long since I last did a good hack, for no practical reason other
-than great hack value. In my case, these often amount to a nostalgia
-for an age of computing I wasn’t present for. In a recent bid to capture more of
-this nostalgia, I recently pi…</p>
+      <p class="summary">LibreOffice 6.3 contains a new “redaction” feature. This feature allows editors to quickly redact (= remove) sensitive or confidential information from documents.
+
+In this article, we show the risks of leaking information in documents, and the new redaction…</p>
       <small class="source">
-        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
+        via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
       </small>
-      <small class="date">October 30, 2019</small>
+      <small class="date">November 10, 2019</small>
     </div>
     
   </section>

_posts/2019-07-20-setting-dns-on-mobile-and-desktop.md 🔗

@@ -51,7 +51,7 @@ server:
   do-daemonize: no
   username: "unbound"
   directory: "/etc/unbound"
-  # TODO: fix DNSSEC check
+  # TODO: fix  local DNSSEC check
   # trust-anchor-file: trusted-key.key
   tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
 
@@ -60,7 +60,7 @@ forward-zone:
   forward-tls-upstream: yes
 
   forward-addr: 198.251.90.114@853#uncensored.any.nixnet.xyz
-  forward-addr: 104.244.79.229@853#resolver2.lelux.fi
+  forward-addr: 51.158.147.50@853#resolver-eu.lelux.fi
   forward-addr: 91.239.100.100@853#anycast.censurfridns.dk
   forward-addr: 185.95.218.42@853#dns.digitale-gesellschaft.ch
 ```
@@ -103,4 +103,4 @@ That's it!
 Note that DoT is only available on Android Pie and up. For other versions, try [Nebulo](https://smokescreen.app). I go over the process of installing and using it in my last [post](/blog/blocking-ads-on-mobile-and-desktop/#non-rooted-phones). Once you've gone through that, you're pretty much good to. If you want to add additional servers tap the <i class="fa fa-server"></i> server icon, then the plus at the bottom, and add whatever IP addresses or hostnames you'd like. Mine is included by default as **NixNet Uncensored** so all you have to do is select it.
 
 # iOS
-As far as I've been able to find, you can't set custom DNS server on iOS, much less DoT or DoH. I'm sorry ¯\\\_(ツ)\_/¯
+The only client I've been able to find is [DNSCloak](https://apps.apple.com/us/app/dnscloak-secure-dns-client/id1452162351). I don't use iOS so I can't attest to how well it does or doesn't work.

_sass/_default.scss 🔗

@@ -141,6 +141,9 @@ a {
     font-family: "ForkAwesome";
     margin-left: 5px;
 }
+.hide {
+    display: none;
+}
 p {
     font-size: 20px;
     line-height: 32px;

assets/svgs/hexagonal-sticker.svg 🔗

@@ -15,8 +15,8 @@
    version="1.1"
    id="svg8"
    inkscape:export-filename="/tmp/sticker.png"
-   inkscape:export-xdpi="152.38"
-   inkscape:export-ydpi="152.38"
+   inkscape:export-xdpi="304.76001"
+   inkscape:export-ydpi="304.76001"
    inkscape:version="0.92.4 5da689c313, 2019-01-14"
    sodipodi:docname="hexagonal-sticker.svg">
   <defs
@@ -28,9 +28,9 @@
      borderopacity="1.0"
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="173.70141"
-     inkscape:cy="160.00671"
+     inkscape:zoom="1.4142136"
+     inkscape:cx="169.34036"
+     inkscape:cy="146.38534"
      inkscape:document-units="px"
      inkscape:current-layer="layer1"
      showgrid="false"
@@ -64,7 +64,7 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
@@ -74,38 +74,36 @@
      id="layer1"
      transform="translate(-128.38222,22.853531)">
     <g
-       id="g96055">
-      <g
-         id="g96060"
-         transform="rotate(-60,170.05409,18.818342)">
-        <path
-           transform="rotate(-60,170.05409,18.818344)"
-           sodipodi:type="star"
-           style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:2.23429656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           id="path96045"
-           sodipodi:sides="6"
-           sodipodi:cx="170.05409"
-           sodipodi:cy="18.818344"
-           sodipodi:r1="41.671875"
-           sodipodi:r2="20.835936"
-           sodipodi:arg1="1.0471976"
-           sodipodi:arg2="1.5707964"
-           inkscape:flatsided="true"
-           inkscape:rounded="0"
-           inkscape:randomized="0"
-           d="m 190.89003,54.907248 -41.67188,-3e-6 -20.83593,-36.088903 20.83594,-36.088901 41.67187,2e-6 20.83594,36.088903 z" />
-        <text
-           xml:space="preserve"
-           style="font-style:normal;font-weight:normal;font-size:4.68260336px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:0.11706508"
-           x="158.07837"
-           y="53.247696"
-           id="text96050"><tspan
-             sodipodi:role="line"
-             id="tspan96048"
-             x="158.07837"
-             y="53.247696"
-             style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comfortaa;-inkscape-font-specification:Comfortaa;fill:#b3b3b3;fill-opacity:1;stroke-width:0.11706508">nixnet.xyz</tspan></text>
-      </g>
+       id="g99722"
+       transform="rotate(30,170.05409,18.81834)">
+      <path
+         d="m 190.89003,54.907248 -41.67188,-3e-6 -20.83593,-36.088903 20.83594,-36.088901 41.67187,2e-6 20.83594,36.088903 z"
+         inkscape:randomized="0"
+         inkscape:rounded="0"
+         inkscape:flatsided="true"
+         sodipodi:arg2="1.5707964"
+         sodipodi:arg1="1.0471976"
+         sodipodi:r2="20.835936"
+         sodipodi:r1="41.671875"
+         sodipodi:cy="18.818344"
+         sodipodi:cx="170.05409"
+         sodipodi:sides="6"
+         id="path96045"
+         style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:2.23429656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:type="star"
+         transform="rotate(-120,170.05409,18.818343)" />
+      <text
+         transform="rotate(-60)"
+         id="text96050"
+         y="191.10968"
+         x="56.754162"
+         style="font-style:normal;font-weight:normal;font-size:4.68260336px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11706508"
+         xml:space="preserve"><tspan
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comfortaa;-inkscape-font-specification:Comfortaa;fill:#ffffff;fill-opacity:1;stroke-width:0.11706508"
+           y="191.10968"
+           x="56.754162"
+           id="tspan96048"
+           sodipodi:role="line">nixnet.xyz</tspan></text>
     </g>
     <g
        id="g95919"

index.html 🔗

@@ -7,6 +7,15 @@ cover: /cover.png
 sitemap:
 priority: 0.9
 ---
+<div class="h-card hide" rel="me">
+  <img class="u-photo hide" src="https://nixnet.xyz/assets/me.png" alt="" />
+  <a class="p-name u-url hide" href="https://nixnet.xyz">Amolith</a>
+  <a class="u-email hide" href="mailto:amolith@nixnet.xyz">amolith@nixnet.xyz</a>,
+  <span class="p-country-name hide">US</span>
+  <span class="p-key hide">3529B0E96B9615AEAC59BC44CA3EFC40662C19BA</span>
+  <span class="p-sex hide">Male</span>
+  <span class="p-gender hide">Male</span>
+</div>
 <center>
     <p>I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.
     <br />