<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>mindnotes</title>
    <link>https://blog.gcn.sh/mindnotes/</link>
    <description>fast notes about tech stuff</description>
    <pubDate>Fri, 10 Apr 2026 21:46:24 +0000</pubDate>
    <item>
      <title>Mounting MAC M1 VMWARE Fusion Share on Linux</title>
      <link>https://blog.gcn.sh/mindnotes/mounting-mac-m1-vmware-fusion-share-on-linux</link>
      <description>&lt;![CDATA[on VMWARE/Settings/Sharing&#xA;&#xA;Here I&#39;m creating a share &#34;gutocarvalho&#34; pointing to&#xA;&#xA;/Users/gutocarvalho&#xA;&#xA;on Guest (Ubuntu 22.04)&#xA;&#xA;install open-vm-tools&#xA;&#xA;apt update &amp;&amp; apt install open-vm-tools -y&#xA;reboot&#xA;&#xA;create a dir to mount the shared folder&#xA;&#xA;cd  ~/Desktop&#xA;mkdir MacOs&#xA;&#xA;now mount it&#xA;&#xA;vmhgfs-fuse .host:/gutocarvalho /home/gutocarvalho/Desktop/MacOs -o subtype=vmhgfs-fuse &#xA;&#xA;fstab config&#xA;&#xA;.host:/gutocarvalho    /home/gutocarvalho/Desktop/MacOs       fuse.vmhgfs-fuse    defaults   0    0&#xA;&#xA;It&#39;s done!&#xA;&#xA;references&#xA;&#xA;https://docs.vmware.com/en/VMware-Workstation-Pro/17/com.vmware.ws.using.doc/GUID-AB5C80FE-9B8A-4899-8186-3DB8201B1758.html&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<h2 id="on-vmware-settings-sharing" id="on-vmware-settings-sharing">on VMWARE/Settings/Sharing</h2>

<p>Here I&#39;m creating a share “gutocarvalho” pointing to</p>

<pre><code>/Users/gutocarvalho
</code></pre>

<h2 id="on-guest-ubuntu-22-04" id="on-guest-ubuntu-22-04">on Guest (Ubuntu 22.04)</h2>

<p>install open-vm-tools</p>

<pre><code>apt update &amp;&amp; apt install open-vm-tools -y
reboot
</code></pre>

<p>create a dir to mount the shared folder</p>

<pre><code>cd  ~/Desktop
mkdir MacOs
</code></pre>

<p>now mount it</p>

<pre><code>vmhgfs-fuse .host:/gutocarvalho /home/gutocarvalho/Desktop/MacOs -o subtype=vmhgfs-fuse 
</code></pre>

<h2 id="fstab-config" id="fstab-config">fstab config</h2>

<pre><code>.host:/gutocarvalho    /home/gutocarvalho/Desktop/MacOs       fuse.vmhgfs-fuse    defaults   0    0
</code></pre>

<p>It&#39;s done!</p>

<h2 id="references" id="references">references</h2>
<ul><li><a href="https://docs.vmware.com/en/VMware-Workstation-Pro/17/com.vmware.ws.using.doc/GUID-AB5C80FE-9B8A-4899-8186-3DB8201B1758.html" rel="nofollow">https://docs.vmware.com/en/VMware-Workstation-Pro/17/com.vmware.ws.using.doc/GUID-AB5C80FE-9B8A-4899-8186-3DB8201B1758.html</a></li></ul>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/mounting-mac-m1-vmware-fusion-share-on-linux</guid>
      <pubDate>Wed, 26 Jun 2024 13:57:11 +0000</pubDate>
    </item>
    <item>
      <title>MacOs Menubar Curated List</title>
      <link>https://blog.gcn.sh/mindnotes/macos-menubar-curated-list</link>
      <description>&lt;![CDATA[Another to remember&#xA;&#xA;https://macmenubar.com&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<p>Another to remember</p>

<p><a href="https://macmenubar.com" rel="nofollow">https://macmenubar.com</a></p>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/macos-menubar-curated-list</guid>
      <pubDate>Tue, 12 Mar 2024 23:45:05 +0000</pubDate>
    </item>
    <item>
      <title>Awesome MacOs Apps</title>
      <link>https://blog.gcn.sh/mindnotes/awesome-macos-apps</link>
      <description>&lt;![CDATA[Another post to remember&#xA;&#xA;Any type&#xA;&#xA;https://github.com/phmullins/awesome-macos&#xA;https://github.com/iCHAIT/awesome-macOS&#xA;https://github.com/jaywcjlove/awesome-mac&#xA;https://github.com/MilanAryal/awesome-macos&#xA;&#xA;Open Source Only&#xA;&#xA;https://github.com/serhii-londar/open-source-mac-os-apps&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<p>Another post to remember</p>

<p>Any type</p>
<ul><li><a href="https://github.com/phmullins/awesome-macos" rel="nofollow">https://github.com/phmullins/awesome-macos</a></li>
<li><a href="https://github.com/iCHAIT/awesome-macOS" rel="nofollow">https://github.com/iCHAIT/awesome-macOS</a></li>
<li><a href="https://github.com/jaywcjlove/awesome-mac" rel="nofollow">https://github.com/jaywcjlove/awesome-mac</a></li>
<li><a href="https://github.com/MilanAryal/awesome-macos" rel="nofollow">https://github.com/MilanAryal/awesome-macos</a></li></ul>

<p>Open Source Only</p>
<ul><li><a href="https://github.com/serhii-londar/open-source-mac-os-apps" rel="nofollow">https://github.com/serhii-londar/open-source-mac-os-apps</a></li></ul>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/awesome-macos-apps</guid>
      <pubDate>Tue, 12 Mar 2024 23:39:59 +0000</pubDate>
    </item>
    <item>
      <title>Awesome Open Source Self-Hosted</title>
      <link>https://blog.gcn.sh/mindnotes/awesome-open-source-self-hosted</link>
      <description>&lt;![CDATA[Incredible list&#xA;&#xA;https://github.com/awesome-selfhosted/awesome-selfhosted&#xA;&#xA;[s]&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<p>Incredible list</p>

<p><a href="https://github.com/awesome-selfhosted/awesome-selfhosted" rel="nofollow">https://github.com/awesome-selfhosted/awesome-selfhosted</a></p>

<p>[s]</p>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/awesome-open-source-self-hosted</guid>
      <pubDate>Tue, 12 Mar 2024 23:38:43 +0000</pubDate>
    </item>
    <item>
      <title>Resizing XFS on ProxMox KVM</title>
      <link>https://blog.gcn.sh/mindnotes/resizing-xfs-on-proxmox-kvm</link>
      <description>&lt;![CDATA[In this example we&#39;ll expand a partition sdb1 mounted on the /opt directory.&#xA;&#xA;on the proxmox side&#xA;&#xA;The first thing to do is expand the disk using the proxmox UI, for that you&#39;ll need to turn off the kvm instance, expand the disk and turn it on again.&#xA;&#xA;on the linux side&#xA;&#xA;now with the os running you can&#xA;&#xA;umount /opt&#xA;parted /dev/sdb&#xA;print&#xA;fix&#xA;resizepart sdb1 100%&#xA;quit&#xA;xfsrepair /dev/sdb1&#xA;mount /opt&#xA;xfsgrowfs /dev/sdb1&#xA;&#xA;that&#39;s it!&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<p>In this example we&#39;ll expand a partition <strong>sdb1</strong> mounted on the <strong>/opt</strong> directory.</p>

<h2 id="on-the-proxmox-side" id="on-the-proxmox-side">on the proxmox side</h2>

<p>The first thing to do is expand the disk using the proxmox UI, for that you&#39;ll need to turn off the kvm instance, expand the disk and turn it on again.</p>

<h2 id="on-the-linux-side" id="on-the-linux-side">on the linux side</h2>

<p>now with the os running you can</p>

<pre><code>umount /opt
parted /dev/sdb
print
fix
resizepart sdb1 100%
quit
xfs_repair /dev/sdb1
mount /opt
xfs_growfs /dev/sdb1
</code></pre>

<p>that&#39;s it!</p>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/resizing-xfs-on-proxmox-kvm</guid>
      <pubDate>Mon, 30 Oct 2023 23:37:47 +0000</pubDate>
    </item>
    <item>
      <title>disabling systemd-resolved in ubuntu</title>
      <link>https://blog.gcn.sh/mindnotes/disabling-systemd-resolved-in-ubuntu</link>
      <description>&lt;![CDATA[Fast and simple!&#xA;&#xA;systemctl disable systemd-resolved.service&#xA;systemctl stop systemd-resolved&#xA;echo nameserver 1.1.1.1   /etc/resolv.conf&#xA;echo nameserver 8.8.8.8     /etc/resolv.conf&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<p>Fast and simple!</p>

<pre><code>systemctl disable systemd-resolved.service
systemctl stop systemd-resolved
echo nameserver 1.1.1.1 &gt; /etc/resolv.conf
echo nameserver 8.8.8.8 &gt;&gt; /etc/resolv.conf
</code></pre>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/disabling-systemd-resolved-in-ubuntu</guid>
      <pubDate>Sat, 15 Jul 2023 12:39:43 +0000</pubDate>
    </item>
    <item>
      <title>Git Config</title>
      <link>https://blog.gcn.sh/mindnotes/git-config</link>
      <description>&lt;![CDATA[Just a mind note, as always.&#xA;&#xA;Host &#xA;  User gutocarvalho&#xA;  # keepalive&#xA;  TCPKeepAlive yes&#xA;  ServerAliveInterval 10800&#xA;  # network config&#xA;  AddressFamily inet&#xA;  Compression yes&#xA;  Protocol 2&#xA;  # log config&#xA;  LogLevel INFO&#xA;  # GSSAPI config&#xA;  GSSAPIAuthentication no&#xA;  GSSAPIDelegateCredentials no&#xA;  # checkings&#xA;  VerifyHostKeyDNS no&#xA;  StrictHostKeyChecking no&#xA;  # hosts obfuscation&#xA;  #HashKnownHosts yes&#xA;  # ciphers&#xA;  Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr&#xA;  # connection control&#xA;  ControlPath ~/.ssh/controlmasters/%r@%h:%p&#xA;  ControlMaster auto&#xA;  ControlPersist yes&#xA;  # algoritms&#xA;  HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa&#xA; KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256&#xA; MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com&#xA;&#xA;special domain&#xA;&#xA;Host .domain.ai .domain.sh .domain.io&#xA;  User gcarvalho&#xA;  Port 2222&#xA;  IdentityFile /path/to/your/ssh/key&#xA;&#xA;internal network password&#xA;&#xA;Host 192.168.1.&#xA;  User ubnt&#xA;  Port 22&#xA;  PreferredAuthentications password&#xA;  PubkeyAuthentication no&#xA;  ControlMaster no&#xA;&#xA;internal network sshkey&#xA;&#xA;Host 192.168.222.&#xA;  User ansible&#xA;  Port 8820&#xA;  IdentityFile /path/to/your/ssh/key&#xA;  ControlMaster no&#xA;&#xA;git services&#xA;&#xA;Host github github.com&#xA;  HostName github.com&#xA;  PreferredAuthentications publickey&#xA;  IdentityFile /path/to/your/ssh/key&#xA;  User gutocarvalho&#xA;&#xA;Host bitbucket bitbucket.org&#xA;  HostName bitbucket.org&#xA;  PreferredAuthentications publickey&#xA;  IdentityFile /path/to/your/ssh/key&#xA;  User gutocarvalho&#xA;&#xA;Host gitlab gitlab.com&#xA;  HostName gitlab.com&#xA;  PreferredAuthentications publickey&#xA;  IdentityFile /path/to/your/ssh/key&#xA;  User gutocarvalho&#xA;&#xA;other services&#xA;&#xA;Host mastodon-prod&#xA;  Hostname host.domain.tld&#xA;  User gutocarvalho&#xA;  Port 4430&#xA;  IdentityFile /path/to/your/ssh/key&#xA;&#xA;Host mastodon-dev&#xA;  Hostname host.domain.tld&#xA;  User gutocarvalho&#xA;  Port 4431&#xA;  IdentityFile /path/to/your/ssh/key&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<p>Just a mind note, as always.</p>

<pre><code class="language-ssh">Host *
  User gutocarvalho
  # keepalive
  TCPKeepAlive yes
  ServerAliveInterval 10800
  # network config
  AddressFamily inet
  Compression yes
  Protocol 2
  # log config
  LogLevel INFO
  # GSSAPI config
  GSSAPIAuthentication no
  GSSAPIDelegateCredentials no
  # checkings
  VerifyHostKeyDNS no
  StrictHostKeyChecking no
  # hosts obfuscation
  #HashKnownHosts yes
  # ciphers
  Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  # connection control
  ControlPath ~/.ssh/controlmasters/%r@%h:%p
  ControlMaster auto
  ControlPersist yes
  # algoritms
  HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
 KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
 MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com

## special domain

Host *.domain.ai *.domain.sh *.domain.io
  User gcarvalho
  Port 2222
  IdentityFile /path/to/your/ssh/key

## internal network password

Host 192.168.1.*
  User ubnt
  Port 22
  PreferredAuthentications password
  PubkeyAuthentication no
  ControlMaster no

## internal network sshkey

Host 192.168.222.*
  User ansible
  Port 8820
  IdentityFile /path/to/your/ssh/key
  ControlMaster no

## git services

Host github github.com
  HostName github.com
  PreferredAuthentications publickey
  IdentityFile /path/to/your/ssh/key
  User gutocarvalho

Host bitbucket bitbucket.org
  HostName bitbucket.org
  PreferredAuthentications publickey
  IdentityFile /path/to/your/ssh/key
  User gutocarvalho

Host gitlab gitlab.com
  HostName gitlab.com
  PreferredAuthentications publickey
  IdentityFile /path/to/your/ssh/key
  User gutocarvalho

## other services

Host mastodon-prod
  Hostname host.domain.tld
  User gutocarvalho
  Port 4430
  IdentityFile /path/to/your/ssh/key

Host mastodon-dev
  Hostname host.domain.tld
  User gutocarvalho
  Port 4431
  IdentityFile /path/to/your/ssh/key

</code></pre>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/git-config</guid>
      <pubDate>Sun, 02 Jul 2023 13:11:02 +0000</pubDate>
    </item>
    <item>
      <title>Useful UNIFI USG CLI commands</title>
      <link>https://blog.gcn.sh/mindnotes/useful-unifi-usg-cli-commands</link>
      <description>&lt;![CDATA[For more show options&#xA;&#xA;show command [TAB] [TAB]&#xA;&#xA;show&#xA;&#xA;general usg information&#xA;&#xA;version&#xA;&#xA;show version&#xA;&#xA;configuration&#xA;&#xA;show configuration all&#xA;&#xA;logs with tail-like view&#xA;&#xA;show log tail&#xA;&#xA;network&#xA;&#xA;summary&#xA;&#xA;show interfaces&#xA;&#xA;detailed&#xA;&#xA;show interfaces detail&#xA;&#xA;arp table&#xA;&#xA;show arp&#xA;&#xA;debugging&#xA;&#xA;show debuging&#xA;&#xA;load balancer&#xA;&#xA;status&#xA;&#xA;show load-balance status&#xA;&#xA;watchdog status&#xA;&#xA;show load-balance watchdog&#xA;&#xA;dns&#xA;&#xA;statistics&#xA;&#xA;show dns forwarding statistics&#xA;&#xA;dhcp&#xA;&#xA;leases&#xA;&#xA;show dhcp leases&#xA;&#xA;statistics&#xA;&#xA;show dhcp statistics&#xA;&#xA;ntp&#xA;&#xA;configuration&#xA;&#xA;show ntp&#xA;&#xA;system information&#xA;&#xA;disk usage&#xA;&#xA;show system storage&#xA;&#xA;memory usage&#xA;&#xA;show system memory&#xA;&#xA;processeses&#xA;&#xA;show system processes&#xA;&#xA;uptime&#xA;&#xA;show system uptime&#xA;&#xA;Connections information&#xA;&#xA;show system connections&#xA;&#xA;users&#xA;&#xA;show system login users&#xA;&#xA;defining the network controller&#xA;&#xA;Informing the Controller&#xA;&#xA;set-inform http://unifinetworkcontrolleriphere:8080/inform&#xA;&#xA;reset &amp; restore&#xA;&#xA;Resetting to the default config&#xA;&#xA;syswrapper.sh restore=default&#xA;&#xA;refs&#xA;&#xA;https://dl.ubnt.com/guides/edgemax/EdgeOS_UG.pdf&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<p>For more show options</p>

<pre><code>show command [TAB] [TAB]
</code></pre>

<h2 id="show" id="show">show</h2>

<h3 id="general-usg-information" id="general-usg-information">general usg information</h3>

<p>version</p>

<pre><code>show version
</code></pre>

<p>configuration</p>

<pre><code>show configuration all
</code></pre>

<p>logs with tail-like view</p>

<pre><code>show log tail
</code></pre>

<h3 id="network" id="network">network</h3>

<p>summary</p>

<pre><code>show interfaces
</code></pre>

<p>detailed</p>

<pre><code>show interfaces detail
</code></pre>

<p>arp table</p>

<pre><code>show arp
</code></pre>

<p>debugging</p>

<pre><code>show debuging
</code></pre>

<h3 id="load-balancer" id="load-balancer">load balancer</h3>

<p>status</p>

<pre><code>show load-balance status
</code></pre>

<p>watchdog status</p>

<pre><code>show load-balance watchdog
</code></pre>

<h3 id="dns" id="dns">dns</h3>

<p>statistics</p>

<pre><code>show dns forwarding statistics
</code></pre>

<h3 id="dhcp" id="dhcp">dhcp</h3>

<p>leases</p>

<pre><code>show dhcp leases
</code></pre>

<p>statistics</p>

<pre><code>show dhcp statistics
</code></pre>

<h3 id="ntp" id="ntp">ntp</h3>

<p>configuration</p>

<pre><code>show ntp
</code></pre>

<h3 id="system-information" id="system-information">system information</h3>

<p>disk usage</p>

<pre><code>show system storage
</code></pre>

<p>memory usage</p>

<pre><code>show system memory
</code></pre>

<p>processeses</p>

<pre><code>show system processes
</code></pre>

<p>uptime</p>

<pre><code>show system uptime
</code></pre>

<p>Connections information</p>

<pre><code>show system connections
</code></pre>

<p>users</p>

<pre><code>show system login users
</code></pre>

<h2 id="defining-the-network-controller" id="defining-the-network-controller">defining the network controller</h2>

<p>Informing the Controller</p>

<pre><code>set-inform http://unifi_network_controller_ip_here:8080/inform
</code></pre>

<h2 id="reset-restore" id="reset-restore">reset &amp; restore</h2>

<p>Resetting to the default config</p>

<pre><code>syswrapper.sh restore=default
</code></pre>

<h3 id="refs" id="refs">refs</h3>
<ul><li><a href="https://dl.ubnt.com/guides/edgemax/EdgeOS_UG.pdf" rel="nofollow">https://dl.ubnt.com/guides/edgemax/EdgeOS_UG.pdf</a></li></ul>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/useful-unifi-usg-cli-commands</guid>
      <pubDate>Thu, 29 Jun 2023 19:11:40 +0000</pubDate>
    </item>
    <item>
      <title>installing cerbot on ubuntu using pip</title>
      <link>https://blog.gcn.sh/mindnotes/installing-cerbot-on-ubuntu-using-pip</link>
      <description>&lt;![CDATA[why?&#xA;&#xA;Ubuntu 20.04 certbot package is ancient, the packge offers version 0.40.0 instead the current version is 2.6.x.&#xA;&#xA;I need some resource like --preferred-chain that only exists in the recent version.&#xA;&#xA;let&#39;s install it&#xA;&#xA;apt remove certbot -f&#xA;&#xA;installing depencies&#xA;&#xA; apt install python3 python3-venv libaugeas0&#xA;&#xA;creating a venv&#xA;&#xA;python3 -m venv /opt/certbot/&#xA;&#xA;upgrading pip&#xA;&#xA;/opt/certbot/bin/pip install --upgrade pip&#xA;&#xA;installing the plugins &#xA;&#xA;/opt/certbot/bin/pip install certbot certbot-apache certbot-nginx certbot-dns-cloudflare&#xA;&#xA;creating the simbolic link&#xA;&#xA;ln -s /opt/certbot/bin/certbot /usr/bin/certbot&#xA;&#xA;creating a certificate for my zimbra&#xA;&#xA;certbot certonly --dns-cloudflare --dns-cloudflare-credentials /etc/letsencrypt/cloudflare/nativetrail.conf -d &#39;*.nativetrail.io,nativetrail.io&#39; -n --force-renewal --preferred-chain &#34;ISRG Root X1&#34;&#xA;&#xA;That&#39;s it ;)&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<h2 id="why" id="why">why?</h2>

<p>Ubuntu 20.04 certbot package is ancient, the packge offers version 0.40.0 instead the current version is 2.6.x.</p>

<p>I need some resource like —preferred-chain that only exists in the recent version.</p>

<h2 id="let-s-install-it" id="let-s-install-it">let&#39;s install it</h2>

<pre><code>apt remove certbot -f
</code></pre>

<p>installing depencies</p>

<pre><code> apt install python3 python3-venv libaugeas0
</code></pre>

<p>creating a venv</p>

<pre><code>python3 -m venv /opt/certbot/
</code></pre>

<p>upgrading pip</p>

<pre><code>/opt/certbot/bin/pip install --upgrade pip
</code></pre>

<p>installing the plugins</p>

<pre><code>/opt/certbot/bin/pip install certbot certbot-apache certbot-nginx certbot-dns-cloudflare
</code></pre>

<p>creating the simbolic link</p>

<pre><code>ln -s /opt/certbot/bin/certbot /usr/bin/certbot
</code></pre>

<h2 id="creating-a-certificate-for-my-zimbra" id="creating-a-certificate-for-my-zimbra">creating a certificate for my zimbra</h2>

<pre><code>certbot certonly --dns-cloudflare --dns-cloudflare-credentials /etc/letsencrypt/cloudflare/nativetrail.conf -d &#39;*.nativetrail.io,nativetrail.io&#39; -n --force-renewal --preferred-chain &#34;ISRG Root X1&#34;
</code></pre>

<p>That&#39;s it ;)</p>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/installing-cerbot-on-ubuntu-using-pip</guid>
      <pubDate>Tue, 27 Jun 2023 23:36:35 +0000</pubDate>
    </item>
    <item>
      <title>I need to test this dns project</title>
      <link>https://blog.gcn.sh/mindnotes/i-need-to-test-this-dns-project</link>
      <description>&lt;![CDATA[https://technitium.com/dns/&#xA;&#xA;hr&#xD;&#xA;Did you like our content?&#xD;&#xA;&#xD;&#xA;We have a lot to share; visit our site!&#xD;&#xA;&#xD;&#xA;https://bolha.io&#xD;&#xA;&#xD;&#xA;Our fediverse services ;)&#xD;&#xA;&#xD;&#xA;mastodon =  https://bolha.us&#xD;&#xA;    mastopoet =  https://poet.bolha.us&#xD;&#xA;    elk =  https://elk.bolha.us&#xD;&#xA;    pinafore =  https://pinafore.bolha.us&#xD;&#xA;pixelfed =  https://bolha.photos&#xD;&#xA;lemmy =  https://bolha.social&#xD;&#xA;writefreely =  https://bolha.blog&#xD;&#xA;bookwyrm =  https://bolha.review&#xD;&#xA;funkwhale =  https://bolha.studio&#xD;&#xA;friendica =  https://bolha.network&#xD;&#xA;&#xD;&#xA;Chat and video? We have it!&#xD;&#xA;    &#xD;&#xA;matrix =  https://bolha.chat&#xD;&#xA;jitsi =  https://bolha.video&#xD;&#xA;&#xD;&#xA;Translation tools&#xD;&#xA;&#xD;&#xA; libretranslate =  https://libretranslate.bolha.tools&#xD;&#xA; lingva =  https://translate.bolha.tools&#xD;&#xA;&#xD;&#xA;Video Platform Frontends&#xD;&#xA;&#xD;&#xA; invidious =  https://bolha.in&#xD;&#xA;&#xD;&#xA;Text Editors&#xD;&#xA;&#xD;&#xA; hedgeDoc =  https://notes.bolha.tools&#xD;&#xA; wise Mapping =  https://mindmap.bolha.tools&#xD;&#xA; overleaf =  https://overleaf.bolha.tools&#xD;&#xA; mermaid =  https://mermaid.bolha.tools&#xD;&#xA;&#xD;&#xA;You can also visit our hacking space!&#xD;&#xA;&#xD;&#xA;https://gcn.sh&#xD;&#xA;https://blog.gcn.sh&#xD;&#xA;&#xD;&#xA;Follow our founder!&#xD;&#xA;&#xD;&#xA;https://bolha.us/@gutocarvalho&#xD;&#xA;https://bolha.photos/@gutocarvalho&#xD;&#xA;https://bolha.forum@gutocarvalho&#xD;&#xA;https://bolha.blog/@gutocarvalho&#xD;&#xA;https://bolha.review/@gutocarvalho&#xD;&#xA;https://bolha.studio/@gutocarvalho&#xD;&#xA;https://bolha.network/@gutocarvalho&#xD;&#xA;matrix =  @bolha.chat@gutocarvalho&#xD;&#xA;&#xD;&#xA;Follow the status of our tools&#xD;&#xA;&#xD;&#xA;https://status.bolha.us&#xD;&#xA;&#xD;&#xA;Do you want to support us? You can!&#xD;&#xA;&#xD;&#xA;https://www.patreon.com/bolha&#xD;&#xA;https://apoia.se/bolha&#xD;&#xA;pix@bolha.us (local brazilian wire transfer)&#xD;&#xA;&#xD;&#xA;See you!&#xD;&#xA;&#xD;&#xA;[s]]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://technitium.com/dns/" rel="nofollow">https://technitium.com/dns/</a></p>

<hr>

<h3 id="did-you-like-our-content" id="did-you-like-our-content">Did you like our content?</h3>

<p>We have a lot to share; visit our site!</p>
<ul><li><a href="https://bolha.io" rel="nofollow">https://bolha.io</a></li></ul>

<p>Our fediverse services ;)</p>
<ul><li>mastodon =&gt; <a href="https://bolha.us" rel="nofollow">https://bolha.us</a>
<ul><li>mastopoet =&gt; <a href="https://poet.bolha.us" rel="nofollow">https://poet.bolha.us</a></li>
<li>elk =&gt; <a href="https://elk.bolha.us" rel="nofollow">https://elk.bolha.us</a></li>
<li>pinafore =&gt; <a href="https://pinafore.bolha.us" rel="nofollow">https://pinafore.bolha.us</a></li></ul></li>
<li>pixelfed =&gt; <a href="https://bolha.photos" rel="nofollow">https://bolha.photos</a></li>
<li>lemmy =&gt; <a href="https://bolha.social" rel="nofollow">https://bolha.social</a></li>
<li>writefreely =&gt; <a href="https://bolha.blog" rel="nofollow">https://bolha.blog</a></li>
<li>bookwyrm =&gt; <a href="https://bolha.review" rel="nofollow">https://bolha.review</a></li>
<li>funkwhale =&gt; <a href="https://bolha.studio" rel="nofollow">https://bolha.studio</a></li>
<li>friendica =&gt; <a href="https://bolha.network" rel="nofollow">https://bolha.network</a></li></ul>

<p>Chat and video? We have it!</p>
<ul><li>matrix =&gt; <a href="https://bolha.chat" rel="nofollow">https://bolha.chat</a></li>
<li>jitsi =&gt; <a href="https://bolha.video" rel="nofollow">https://bolha.video</a></li></ul>

<p>Translation tools</p>
<ul><li>libretranslate =&gt; <a href="https://libretranslate.bolha.tools" rel="nofollow">https://libretranslate.bolha.tools</a></li>
<li>lingva =&gt; <a href="https://translate.bolha.tools" rel="nofollow">https://translate.bolha.tools</a></li></ul>

<p>Video Platform Frontends</p>
<ul><li>invidious =&gt; <a href="https://bolha.in" rel="nofollow">https://bolha.in</a></li></ul>

<p>Text Editors</p>
<ul><li>hedgeDoc =&gt; <a href="https://notes.bolha.tools" rel="nofollow">https://notes.bolha.tools</a></li>
<li>wise Mapping =&gt; <a href="https://mindmap.bolha.tools" rel="nofollow">https://mindmap.bolha.tools</a></li>
<li>overleaf =&gt; <a href="https://overleaf.bolha.tools" rel="nofollow">https://overleaf.bolha.tools</a></li>
<li>mermaid =&gt; <a href="https://mermaid.bolha.tools" rel="nofollow">https://mermaid.bolha.tools</a></li></ul>

<p>You can also visit our hacking space!</p>
<ul><li><a href="https://gcn.sh" rel="nofollow">https://gcn.sh</a></li>
<li><a href="https://blog.gcn.sh" rel="nofollow">https://blog.gcn.sh</a></li></ul>

<p>Follow our founder!</p>
<ul><li><a href="https://bolha.us/@gutocarvalho" rel="nofollow">https://bolha.us/@gutocarvalho</a></li>
<li><a href="https://bolha.photos/@gutocarvalho" rel="nofollow">https://bolha.photos/@gutocarvalho</a></li>
<li><a href="https://bolha.forum@gutocarvalho" rel="nofollow">https://bolha.forum@gutocarvalho</a></li>
<li><a href="https://bolha.blog/@gutocarvalho" rel="nofollow">https://bolha.blog/@gutocarvalho</a></li>
<li><a href="https://bolha.review/@gutocarvalho" rel="nofollow">https://bolha.review/@gutocarvalho</a></li>
<li><a href="https://bolha.studio/@gutocarvalho" rel="nofollow">https://bolha.studio/@gutocarvalho</a></li>
<li><a href="https://bolha.network/@gutocarvalho" rel="nofollow">https://bolha.network/@gutocarvalho</a></li>
<li>matrix =&gt; @bolha.chat@gutocarvalho</li></ul>

<p>Follow the status of our tools</p>
<ul><li><a href="https://status.bolha.us" rel="nofollow">https://status.bolha.us</a></li></ul>

<p>Do you want to support us? You can!</p>
<ul><li><a href="https://www.patreon.com/bolha" rel="nofollow">https://www.patreon.com/bolha</a></li>
<li><a href="https://apoia.se/bolha" rel="nofollow">https://apoia.se/bolha</a></li>
<li>pix@bolha.us (local brazilian wire transfer)</li></ul>

<p>See you!</p>

<p>[s]</p>
]]></content:encoded>
      <guid>https://blog.gcn.sh/mindnotes/i-need-to-test-this-dns-project</guid>
      <pubDate>Sun, 25 Jun 2023 20:34:32 +0000</pubDate>
    </item>
  </channel>
</rss>