

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://adolfoparra.com/</id>
  <title>Jesús Adolfo Parra Parra</title>
  <subtitle>Tutorials, post about tech and programing, opensource, gaming and other topics I am interested on.</subtitle>
  <updated>2026-06-14T22:29:28-04:00</updated>
  <author>
    <name>Jesús Adolfo Parra Parra</name>
    <uri>https://adolfoparra.com/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://adolfoparra.com/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://adolfoparra.com/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2026 Jesús Adolfo Parra Parra </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Integration between Lutris and Steam both using flatpak</title>
    <link href="https://adolfoparra.com/posts/lutris-steam-integration/" rel="alternate" type="text/html" title="Integration between Lutris and Steam both using flatpak" />
    <published>2026-06-14T00:00:00-04:00</published>
  
    <updated>2026-06-14T00:00:00-04:00</updated>
  
    <id>https://adolfoparra.com/posts/lutris-steam-integration/</id>
    <content type="text/html" src="https://adolfoparra.com/posts/lutris-steam-integration/" />
    <author>
      <name>Jesús Adolfo Parra Parra</name>
    </author>

  
    
    <category term="gaming" />
    
  

  <summary>I have installed Diablo II in my machine using Lutris, but I would like to see if I can add it to my Steam.   Lutris menu  Adding the shorcut into Steam  Lutris has an option just for that, but every time I tried it didn’t work  Option to add a shortcut into Steam  I ran Lutris in the console with flatpak run net.lutris.Lutris to understand what was doing and showed me this: 2026-06-14 18:26:40...</summary>

  </entry>

  
  <entry>
    <title>Fixing GRUB: Showing Windows again</title>
    <link href="https://adolfoparra.com/posts/fix-grub/" rel="alternate" type="text/html" title="Fixing GRUB: Showing Windows again" />
    <published>2026-04-01T00:00:00-04:00</published>
  
    <updated>2026-04-01T20:06:18-04:00</updated>
  
    <id>https://adolfoparra.com/posts/fix-grub/</id>
    <content type="text/html" src="https://adolfoparra.com/posts/fix-grub/" />
    <author>
      <name>Jesús Adolfo Parra Parra</name>
    </author>

  
    
    <category term="tinkering" />
    
  

  <summary>In my previous post, I mentioned that GRUB isn’t showing the Windows option in  the boot menu. Let’s try to fix it.  The first thing I notice is GRUB failing to show the option but if I go to the UEFI, I can see Windows without problems, like in these two images.   GRUB with only Debian options   UEFI shows the Windows boot loader  The problem  GRUB can use something called os-prober, an small ...</summary>

  </entry>

  
  <entry>
    <title>Customazing my Debian: GRUB, LUKS and SSDM</title>
    <link href="https://adolfoparra.com/posts/desktop-personalization/" rel="alternate" type="text/html" title="Customazing my Debian: GRUB, LUKS and SSDM" />
    <published>2025-09-28T00:00:00-04:00</published>
  
    <updated>2025-09-28T00:00:00-04:00</updated>
  
    <id>https://adolfoparra.com/posts/desktop-personalization/</id>
    <content type="text/html" src="https://adolfoparra.com/posts/desktop-personalization/" />
    <author>
      <name>Jesús Adolfo Parra Parra</name>
    </author>

  
    
    <category term="tinkering" />
    
  

  <summary>Today I decided to give a more personal touch to my desktop starting from the beginning, the boot process.  Using a GRUB theme  I discovered some weeks ago this page with very good looking GRUB themes https://github.com/Jacksaur/Gorgeous-GRUB/tree/main.  I tried two of them, the Cyberpunk 2077 and the Fallout one. Original look  After I updated to debian 13, my GRUB looked like this:   Grub is ...</summary>

  </entry>

  
  <entry>
    <title>Trying Google Search Console part II</title>
    <link href="https://adolfoparra.com/posts/google-console-ii/" rel="alternate" type="text/html" title="Trying Google Search Console part II" />
    <published>2025-08-09T00:00:00-04:00</published>
  
    <updated>2025-08-09T00:00:00-04:00</updated>
  
    <id>https://adolfoparra.com/posts/google-console-ii/</id>
    <content type="text/html" src="https://adolfoparra.com/posts/google-console-ii/" />
    <author>
      <name>Jesús Adolfo Parra Parra</name>
    </author>

  
    
    <category term="tinkering" />
    
  

  <summary>I am still learning about Google Search Console, and after some time I finally got some information.  Like performance:  I can see how many times my website appeared in a search  Or indexing:  There are some pages that aren’t being indexed  The image above shows that there are some issues that doesn’t allow google to index all my pages.  To see what is happening I went to the Indexing -&amp;gt; Pag...</summary>

  </entry>

  
  <entry>
    <title>How I expanded my LUKS and LV (Logical Volumes) partitions</title>
    <link href="https://adolfoparra.com/posts/expanding-luks-lvm/" rel="alternate" type="text/html" title="How I expanded my LUKS and LV (Logical Volumes) partitions" />
    <published>2025-08-08T00:00:00-04:00</published>
  
    <updated>2025-08-08T22:53:10-04:00</updated>
  
    <id>https://adolfoparra.com/posts/expanding-luks-lvm/</id>
    <content type="text/html" src="https://adolfoparra.com/posts/expanding-luks-lvm/" />
    <author>
      <name>Jesús Adolfo Parra Parra</name>
    </author>

  
    
    <category term="tinkering" />
    
  

  <summary>I used to dual boot in a 1 TB nvme, but it was almost full so I got a new nvme disk of 2TB. And I wanted to use the new disk only for Linux and the old one for Windows.  lsblk looked like this:  lsblk  NAME                MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS nvme0n1             259:0    0   1.8T  0 disk   nvme1n1             259:1    0 931.5G  0 disk   ├─nvme1n1p1         259:2    0   100M  0...</summary>

  </entry>

</feed>


