<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>bsd &amp;mdash; michel.recondo</title>
    <link>https://blog.recondo.com.br/tag:bsd</link>
    <description></description>
    <pubDate>Fri, 17 Jul 2026 05:31:49 -0300</pubDate>
    <item>
      <title>Back to BSD</title>
      <link>https://blog.recondo.com.br/lxuv9p37gr</link>
      <description>&lt;![CDATA[#bsd #freebsd #selfhosting #snac&#xA;&#xA;Well, now that my Master&#39;s is over and the PhD is not so easy to get in, let&#39;s find something useful to do :)&#xA;&#xA;Since I&#39;m still planning to study, my main computer is still my laptop which, unfortunately, won&#39;t run any BSD without some struggle. As it is my work equipment as well, I can&#39;t afford to keep messing with it for now. So, to feed my BSD crave, I went back to a VPS to host this site and its snac instance, keeping my hands dirty and my mind sharper.&#xA;&#xA;The choice this time was FreeBSD for one main reason: jails. Jails, and specially BastilleBSD, are among the best features in a server operating system. Way better than containers--that&#39;s why I won&#39;t bother to look into podman worikng on FreeBSD--because they are simpler, smaller, easy to work with and to move around.&#xA;&#xA;My current setup is fairly simple: one NGINX on the &#34;host&#34; serving as a proxy server and two jails: one for this site and one for snac. In the future, maybe I&#39;ll add one for WordPress (or more likely ClassicPress) to host my wife&#39;s site.&#xA;&#xA;The configuration is simple: each jail hosts a basic Nginx server exposing a local port to the Bastille network and the &#39;root&#39; Nginx handles the proxypass to those jails and manages the SSL certificates with certbot. The snac jail also requires the snac service to be running, but it&#39;s very easy to setup and maintain. With everything in place, it&#39;s just to a matter to keep an eye on the services and enjoying the stability that the BSD family provides.&#xA;&#xA;  OBS: I went from Hetzner to OVH and now I&#39;m going back to Hetzner because OVH increased my VPS price by more than 60%. Thanks AGI ¬¬&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://blog.recondo.com.br/tag:bsd" class="hashtag"><span>#</span><span class="p-category">bsd</span></a> <a href="https://blog.recondo.com.br/tag:freebsd" class="hashtag"><span>#</span><span class="p-category">freebsd</span></a> <a href="https://blog.recondo.com.br/tag:selfhosting" class="hashtag"><span>#</span><span class="p-category">selfhosting</span></a> <a href="https://blog.recondo.com.br/tag:snac" class="hashtag"><span>#</span><span class="p-category">snac</span></a></p>

<p>Well, now that my Master&#39;s is over and the PhD is not so easy to get in, let&#39;s find something useful to do :)</p>

<p>Since I&#39;m still planning to study, my main computer is still my laptop which, unfortunately, won&#39;t run any BSD without some struggle. As it is my work equipment as well, I can&#39;t afford to keep messing with it for now. So, to feed my BSD crave, I went back to a VPS to host this site and its snac instance, keeping my hands dirty and my mind sharper.</p>

<p>The choice this time was <a href="https://freebsd.org">FreeBSD</a> for one main reason: <strong>jails</strong>. Jails, and specially <a href="https://bastillebsd.org/">BastilleBSD</a>, are among the best features in a server operating system. Way better than containers—that&#39;s why I won&#39;t bother to look into podman worikng on FreeBSD—because they are simpler, smaller, easy to work with and to move around.</p>

<p>My current setup is fairly simple: one NGINX on the “host” serving as a proxy server and two jails: one for this site and one for snac. In the future, maybe I&#39;ll add one for WordPress (or more likely <a href="https://www.classicpress.net/">ClassicPress</a>) to host my wife&#39;s site.</p>

<p>The configuration is simple: each jail hosts a basic Nginx server exposing a local port to the Bastille network and the &#39;root&#39; Nginx handles the <code>proxy_pass</code> to those jails and manages the SSL certificates with <code>certbot</code>. The snac jail also requires the snac service to be running, but it&#39;s very easy to setup and maintain. With everything in place, it&#39;s just to a matter to keep an eye on the services and enjoying the stability that the BSD family provides.</p>

<blockquote><p>OBS: I went from <a href="https://hetzner.com">Hetzner</a> to OVH and now I&#39;m going back to Hetzner because OVH increased my VPS price by more than 60%. Thanks <a href="https://en.wikipedia.org/wiki/Artificial_general_intelligence">AGI</a> ¬¬</p></blockquote>
]]></content:encoded>
      <guid>https://blog.recondo.com.br/lxuv9p37gr</guid>
      <pubDate>Sun, 22 Feb 2026 17:44:38 +0000</pubDate>
    </item>
    <item>
      <title>Moving from OpenBSD</title>
      <link>https://blog.recondo.com.br/3ch76z06fb</link>
      <description>&lt;![CDATA[#openbsd #bsd #vps #netlify #selfhosting&#xA;&#xA;I&#39;m moving from OpenBSD to Netlify. Why?&#xA;&#xA;Simple answer: I&#39;m too busy to think about the means and ends of an full OS&#xA;installation just to serve a basic static blog/site. I&#39;m a student now and I&#xA;need to tend for my job and family besides my masters course witch, by itself,&#xA;is very demanding.&#xA;&#xA;Why can&#39;t I keep my site running as usual if it&#39;s a simple task? Convenience&#xA;and I can save a few bucks in the process :)&#xA;&#xA;Finally, why Netlify? Because it&#39;s free, easy to setup and deploy. I already&#xA;used them when oracle messed up with my server and it was easy to come back. If&#xA;I find some solution that suits me better, I&#39;ll happily change. &#xA;&#xA;The thing is that now I&#39;m happy with the services that I used to host witch I&#xA;found good solutions out there (I&#39;m looking at you, bsd.cafe) and I&#39;m satisfied to be an user again ;). &#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://blog.recondo.com.br/tag:openbsd" class="hashtag"><span>#</span><span class="p-category">openbsd</span></a> <a href="https://blog.recondo.com.br/tag:bsd" class="hashtag"><span>#</span><span class="p-category">bsd</span></a> <a href="https://blog.recondo.com.br/tag:vps" class="hashtag"><span>#</span><span class="p-category">vps</span></a> <a href="https://blog.recondo.com.br/tag:netlify" class="hashtag"><span>#</span><span class="p-category">netlify</span></a> <a href="https://blog.recondo.com.br/tag:selfhosting" class="hashtag"><span>#</span><span class="p-category">selfhosting</span></a></p>

<p>I&#39;m moving from OpenBSD to Netlify. Why?</p>

<p>Simple answer: I&#39;m too busy to think about the means and ends of an full OS
installation just to serve a basic static blog/site. I&#39;m a student now and I
need to tend for my job and family besides my masters course witch, by itself,
is very demanding.</p>

<p>Why can&#39;t I keep my site running as usual if it&#39;s a simple task? Convenience
and I can save a few bucks in the process :)</p>

<p>Finally, why Netlify? Because it&#39;s free, easy to setup and deploy. I already
used them when oracle messed up with my server and it was easy to come back. If
I find some solution that suits me better, I&#39;ll happily change.</p>

<p>The thing is that now I&#39;m happy with the services that I used to host witch I
found good solutions out there (I&#39;m looking at you, <a href="https://wiki.bsd.cafe/">bsd.cafe</a>) and I&#39;m satisfied to be an user again ;).</p>
]]></content:encoded>
      <guid>https://blog.recondo.com.br/3ch76z06fb</guid>
      <pubDate>Thu, 24 Apr 2025 17:43:04 +0000</pubDate>
    </item>
  </channel>
</rss>