<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Fedora on Apuntes de root</title>
    <link>https://blog.099c.org/categories/fedora/</link>
    <description>Recent content in Fedora on Apuntes de root</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <managingEditor>jorti@pm.me (Juan Orti Alcaine)</managingEditor>
    <webMaster>jorti@pm.me (Juan Orti Alcaine)</webMaster>
    <lastBuildDate>Sun, 06 Sep 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.099c.org/categories/fedora/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SNI-based load balancing with HAProxy</title>
      <link>https://blog.099c.org/posts/sni-based-load-balancing-with-haproxy/</link>
      <pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/sni-based-load-balancing-with-haproxy/</guid>
      <description>&lt;p&gt;In a bare-metal Openshift installation you need to use an external load balancer to access the API and other services. In my hone lab I also have a webserver accesible from the Internet. I also don&amp;rsquo;t want to terminate the TLS connections in the load balancer to keep using the existing certificates in my webserver and Openshift cluster.&lt;/p&gt;&#xA;&lt;p&gt;With these requirements in mind, I chose HAProxy to be my frontend load balancer, so all the HTTPS connections to my public IP will be diverted to the appropriate server examining the SNI field in the TLS connection.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PXE server in Fedora with dnsmasq</title>
      <link>https://blog.099c.org/posts/pxe-server-in-fedora-with-dnsmasq/</link>
      <pubDate>Fri, 04 Sep 2020 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/pxe-server-in-fedora-with-dnsmasq/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m currently doing many tests with the Openshift bare-metal installation, and as I&amp;rsquo;m creating and destroying the VMs again and again, having a PXE server to provide the installation images and configuration to the VMs is very handy and saves a lot of time.&lt;/p&gt;&#xA;&lt;p&gt;This is an example of my PXE configuration mounted on a Fedora box that acts as router.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installing and configuring Folding@Home in Fedora</title>
      <link>https://blog.099c.org/posts/installing-and-configuring-foldinghome-in-fedora/</link>
      <pubDate>Tue, 17 Mar 2020 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/installing-and-configuring-foldinghome-in-fedora/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve recently joined the computational effort of &lt;a href=&#34;https://foldingathome.org/&#34;&gt;Folding@Home&lt;/a&gt; for disease research, I want to share some of the modifications I&amp;rsquo;ve done to run it in Fedora more comfortably.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Capture Raspberry Pi kernel crashes</title>
      <link>https://blog.099c.org/posts/capture-raspberry-pi-kernel-crashes/</link>
      <pubDate>Thu, 17 Jan 2019 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/capture-raspberry-pi-kernel-crashes/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m experiencing kernel panics in a headless Raspberry Pi with Fedora 29 Server and need a way to capture what is happening.&lt;/p&gt;&#xA;&lt;p&gt;First I tried to enable kdump, but this doesn&amp;rsquo;t seem possible. If someone has done it, I&amp;rsquo;d like to hear.&lt;/p&gt;&#xA;&lt;p&gt;What I&amp;rsquo;m using now, is enabling netconsole to log all the kernel messages over the network to a rsyslog server. This is the config in the Pi:&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;/etc/modules-load.d/netconsole.conf&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Internet connection sharing with NetworkManager</title>
      <link>https://blog.099c.org/posts/internet-connection-sharing-with-networkmanager/</link>
      <pubDate>Tue, 22 Nov 2016 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/internet-connection-sharing-with-networkmanager/</guid>
      <description>&lt;p&gt;With this recipe we will create a wireless access point in our laptop to share our wired Internet connection. This is quite useful where you only have a wired Internet connection (e.g. my work place) for giving access to your phone.&lt;/p&gt;&#xA;&lt;p&gt;This is done in Fedora 25 Workstation with NetworkManager.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monitor Salicru SPS SOHO&#43; UPS with NUT</title>
      <link>https://blog.099c.org/posts/monitor-salicru-sps-soho-ups-with-nut/</link>
      <pubDate>Mon, 14 Nov 2016 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/monitor-salicru-sps-soho-ups-with-nut/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve successfully monitored a Salicru SPS SOHO+ UPS with NUT following these steps.&lt;/p&gt;&#xA;&lt;p&gt;In this example I have two Fedora servers, a master where the UPS is connected by USB and a client which is also powered by this UPS but monitors its status by network. With the default configuration the clients will be powered down in an outage when the battery reaches critical levels.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sandbox Steam running it under a different account</title>
      <link>https://blog.099c.org/posts/sandbox-steam-running-it-under-a-different-account/</link>
      <pubDate>Thu, 14 Jul 2016 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/sandbox-steam-running-it-under-a-different-account/</guid>
      <description>&lt;p&gt;To improve my system&amp;rsquo;s security, I&amp;rsquo;ve configured Steam to be run as a different Linux account. This guide is inspired in &lt;a href=&#34;https://www.reddit.com/r/linux_gaming/comments/46agy3/running_steam_as_another_user/&#34;&gt;this thread&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hacer funcionar el DNIe (Spanish electronic ID card) en Fedora 23</title>
      <link>https://blog.099c.org/posts/hacer-funcionar-el-dnie-spanish-electronic-id-card-en-fedora-23/</link>
      <pubDate>Wed, 16 Dec 2015 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/hacer-funcionar-el-dnie-spanish-electronic-id-card-en-fedora-23/</guid>
      <description>&lt;p&gt;Hoy me ha llegado el aviso de que me iba a caducar el certificado de la FNMT, y en el proceso de renovación me obligaban a autenticarme con el DNIe, por lo que he tenido que repasar todo este tema.&lt;/p&gt;&#xA;&lt;p&gt;La última vez que lo usé, tuve que compilar a mano los módulos de OpenDNIe y hacer &lt;a href=&#34;https://blog.099c.org/posts/instalacion-de-opendnie-en-fedora-15/&#34;&gt;unos cuantos malabares&lt;/a&gt;. Por fortuna, parece que la integración del proyecto con opensc ha dado sus frutos y no he tenido que usar ningún tipo de magia negra esta vez.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tips for running Fedora in a Raspberry Pi 2</title>
      <link>https://blog.099c.org/posts/tips-for-running-fedora-in-a-raspberry-pi-2/</link>
      <pubDate>Wed, 29 Jul 2015 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/tips-for-running-fedora-in-a-raspberry-pi-2/</guid>
      <description>&lt;p&gt;This is a list of tips I&amp;rsquo;m using while running Fedora in my Raspberry Pi 2.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenDNSSEC</title>
      <link>https://blog.099c.org/posts/opendnssec/</link>
      <pubDate>Tue, 28 Jul 2015 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/opendnssec/</guid>
      <description>&lt;p&gt;A quick guide about how to migrate a signed zone from dnssec-tools to OpenDNSSEC.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to run gitweb and git-http-backend with Nginx in Fedora</title>
      <link>https://blog.099c.org/posts/how-to-run-gitweb-and-git-http-backend-with-nginx-in-fedora/</link>
      <pubDate>Mon, 01 Jun 2015 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/how-to-run-gitweb-and-git-http-backend-with-nginx-in-fedora/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve configured my own web frontend for git using gitweb and git-http-backend.&lt;/p&gt;&#xA;&lt;p&gt;I wanted to use Nginx as the webserver, but unfortunately there was a piece of software missing: &lt;a href=&#34;https://nginx.localdomain.pl/wiki/FcgiWrap&#34;&gt;fcgiwrap&lt;/a&gt;.  It&amp;rsquo;s packaging is a &lt;a href=&#34;https://bugzilla.redhat.com/show_bug.cgi?id=1075806&#34;&gt;work in progress&lt;/a&gt;, so I have packaged it myself and now it is available in this &lt;a href=&#34;https://copr.fedoraproject.org/coprs/jorti/fcgiwrap/&#34;&gt;copr&lt;/a&gt;, so you can download it from there.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
