<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on My Blog</title>
    <link>https://giftcp.github.io/post/</link>
    <description>Recent content in Posts on My Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved.</copyright>
    <lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://giftcp.github.io/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>When High Performers Leave: Why It’s Not Always a Setback</title>
      <link>https://giftcp.github.io/post/when-high-performers-leave-why-its-not-always-a-setback/</link>
      <pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
      
      <guid>https://giftcp.github.io/post/when-high-performers-leave-why-its-not-always-a-setback/</guid>
      <description>
        
          
            &lt;p&gt;I have been an IT manager for almost 15 years. Throughout that time, many team members have come and gone. The hardest part is always losing a high-performing member. However, as a manager, I believe everyone deserves opportunities for growth, which often means seeing valuable team members leave for companies that offer higher pay, a better work environment, or other incentives. I once read that it’s typically the best performers who leave first and over the years, I’ve come to accept this as a reality.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>From Nano to Neovim A Raspberry Pi Setup Adventure</title>
      <link>https://giftcp.github.io/post/from-nano-to-neovim-a-raspberry-pi-setup-adventure/</link>
      <pubDate>Sat, 17 May 2025 00:00:00 +0000</pubDate>
      
      <guid>https://giftcp.github.io/post/from-nano-to-neovim-a-raspberry-pi-setup-adventure/</guid>
      <description>
        
          
            &lt;p&gt;I’m setting up my Raspberry Pi as a media server, and I’ve got an old LED TV—basically a &amp;quot;dumb&amp;quot; TV. Adding this setup will definitely make it smart, haha!&lt;/p&gt;
&lt;p&gt;After installing Raspbian OS, I tried using Nano, but I couldn’t stand it for long. I need Vim. I need Neovim. I just couldn’t go on like that, so I visited the Neovim website. However, there are no precompiled binaries for the Raspberry Pi. The repository works, but the version is 0.7.x, which definitely won’t cut it.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Obsidian HUGO Git Workflow</title>
      <link>https://giftcp.github.io/post/obsidian-hugo-git-workflow/</link>
      <pubDate>Thu, 15 May 2025 14:41:13 +0200</pubDate>
      
      <guid>https://giftcp.github.io/post/obsidian-hugo-git-workflow/</guid>
      <description>
        
          
            &lt;h4 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h4&gt;
&lt;p&gt;This tutorial shows how the work flow on how to create content in obsidian git and hugo and  have it available on git pages wit minimal scripting&lt;/p&gt;
&lt;p&gt;The following are the prerequisites&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;git&lt;/li&gt;
&lt;li&gt;hugo&lt;/li&gt;
&lt;li&gt;obsidian  (optional)&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;github-pages&#34;&gt;Github pages&lt;/h4&gt;
&lt;p&gt;This workflow can be achieved without obsidian. However, having obsidian greatly helps with visualizing your markdown before it is committed to the website.&lt;/p&gt;
&lt;p&gt;In order to use git pages you first need to create a git repo with the following exact name.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Arch installation on a BTRFS root filesystem with LUKS encryption</title>
      <link>https://giftcp.github.io/post/arch_linux_installation/</link>
      <pubDate>Thu, 15 May 2025 00:00:00 +0000</pubDate>
      
      <guid>https://giftcp.github.io/post/arch_linux_installation/</guid>
      <description>
        
          
            &lt;h1 id=&#34;arch-linux-installation-guide-uefi-gpt-systemd-boot-luks-btrfs&#34;&gt;Arch Linux Installation Guide (UEFI, GPT, systemd-boot, LUKS, Btrfs)&lt;/h1&gt;
&lt;h2 id=&#34;1-initial-setup&#34;&gt;1. Initial Setup&lt;/h2&gt;
&lt;h3 id=&#34;11-laptop-model&#34;&gt;1.1 Laptop Model&lt;/h3&gt;
&lt;p&gt;Identify the model for compatibility, especially for Wi-Fi and graphics.&lt;/p&gt;
&lt;h3 id=&#34;12-iso-download&#34;&gt;1.2 ISO Download&lt;/h3&gt;
&lt;p&gt;Download the latest Arch ISO from: &lt;a href=&#34;https://archlinux.org/download/&#34;&gt;https://archlinux.org/download/&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;13-set-console-font-optional&#34;&gt;1.3 Set Console Font (Optional)&lt;/h3&gt;
&lt;p&gt;If the console font appears too small, set a larger one:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;setfont ter-v24b
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To copy the font for persistence:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;cp /usr/share/kbd/consolefonts/ter-v24b.psf.gz /mnt/usr/share/kbd/consolefonts
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id=&#34;other-font-options-located-in-usrsharekbdconsolefonts&#34;&gt;Other font options (located in &lt;code&gt;/usr/share/kbd/consolefonts&lt;/code&gt;):&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;ter-132n&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;lat9w-16&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;sun12x22&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ter-u28b&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;14-set-alias-for-clear-command&#34;&gt;1.4 Set Alias for Clear Command&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;alias&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;c&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;clear
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;15-set-keyboard-layout&#34;&gt;1.5 Set Keyboard Layout&lt;/h3&gt;
&lt;p&gt;Default layout is &lt;code&gt;us&lt;/code&gt;. To change (e.g. to UK):&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Redundancy, Backups, and Security</title>
      <link>https://giftcp.github.io/post/redundancy-backups-and-security/</link>
      <pubDate>Sat, 10 May 2025 00:00:00 +0000</pubDate>
      
      <guid>https://giftcp.github.io/post/redundancy-backups-and-security/</guid>
      <description>
        
          
            &lt;p&gt;Homelabs are fantastic. They foster an excellent learning environment, provide hands-on experience with enterprise technologies, and allow you to take full control of your data and services. But how safe is your data? How reliable is your setup? Before jumping headfirst into hosting critical services at home, it’s essential to consider some often-overlooked challenges that could turn your homelab into a liability rather than an asset.&lt;/p&gt;
&lt;p&gt;Storage: More Than Just Disk Space&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
