<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[debuggerboy]]></title><description><![CDATA[my small place on web]]></description><link>https://debuggerboy.com/</link><image><url>https://debuggerboy.com/favicon.png</url><title>debuggerboy</title><link>https://debuggerboy.com/</link></image><generator>Ghost 4.48</generator><lastBuildDate>Mon, 23 Feb 2026 00:42:47 GMT</lastBuildDate><atom:link href="https://debuggerboy.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[PT Mono Patched Nerd Font]]></title><description><![CDATA[Install patched version of PT Mono Font with Nerd Fonts]]></description><link>https://debuggerboy.com/pt-mono-patched-nerd-font/</link><guid isPermaLink="false">61e7a9874efb530001cd6a87</guid><category><![CDATA[fonts]]></category><category><![CDATA[GNU/Linux]]></category><category><![CDATA[Alacritty]]></category><dc:creator><![CDATA[debuggerboy]]></dc:creator><pubDate>Thu, 20 Jan 2022 20:25:21 GMT</pubDate><media:content url="https://debuggerboy.com/content/images/2022/01/pt-mono-font-01.png" medium="image"/><content:encoded><![CDATA[<img src="https://debuggerboy.com/content/images/2022/01/pt-mono-font-01.png" alt="PT Mono Patched Nerd Font"><p>PT Mono is a font available from Google on <a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=OFL">Open Font License</a>. You can find details of PT Mono Font from here.</p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://fonts.google.com/specimen/PT+Mono"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Google Fonts</div><div class="kg-bookmark-description">Making the web more beautiful, fast, and open through great typography</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://www.gstatic.com/images/branding/product/2x/google_fonts_96dp.png" alt="PT Mono Patched Nerd Font"><span class="kg-bookmark-author">Google Fonts</span></div></div><div class="kg-bookmark-thumbnail"><img src="http://www.gstatic.com/images/icons/material/apps/fonts/1x/catalog/v5/opengraph_color.png" alt="PT Mono Patched Nerd Font"></div></a></figure><p>I am using PT Mono on my GNU/Linux desktop. I was using this font on my Terminator, then when I graduated to Alacritty I continued to use the same font. I using the same font in Codium (VSCode OSS Rebuild) and neovim.</p><p>But recently I received a patched copy of PT Mono with Nerd Font support. If you are interested please download it from here: <a href="https://pulsiot.com/downloads/pt-mono-nerd-font.tar.bz2">https://pulsiot.com/downloads/pt-mono-nerd-font.tar.bz2</a></p><!--kg-card-begin: markdown--><h3 id="details">Details</h3>
<table>
<thead>
<tr>
<th>Type</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Font Name</td>
<td>PT Mono Nerd Font Complete</td>
</tr>
<tr>
<td>Font family</td>
<td>PTMono Nerd Font</td>
</tr>
<tr>
<td>Font Style</td>
<td>Regular</td>
</tr>
</tbody>
</table>
<!--kg-card-end: markdown--><p></p><p></p><p></p>]]></content:encoded></item><item><title><![CDATA[Emoji fonts for Alacritty in Debian 11]]></title><description><![CDATA[How to support colored emoji fonts in Debian 11 terminal. I am using Alacritty on my Debian GNU/Linux 11 "bullseye" as terminal emulator. Lets add the configurations for supporting colored emjoi fonts in terminal.]]></description><link>https://debuggerboy.com/emoji-fonts-for-alacritty-in-debian-11/</link><guid isPermaLink="false">61d4a6ecd2479c0001ae7671</guid><category><![CDATA[Debian]]></category><category><![CDATA[Alacritty]]></category><category><![CDATA[Emoji]]></category><category><![CDATA[fonts]]></category><dc:creator><![CDATA[debuggerboy]]></dc:creator><pubDate>Tue, 04 Jan 2022 20:32:25 GMT</pubDate><media:content url="https://debuggerboy.com/content/images/2022/01/twemoji-font-demo.png" medium="image"/><content:encoded><![CDATA[<img src="https://debuggerboy.com/content/images/2022/01/twemoji-font-demo.png" alt="Emoji fonts for Alacritty in Debian 11"><p>I am using Alacritty on my Debian GNU/Linux 11 <em>&quot;bullseye&quot;</em> as my primary terminal emulator.</p><p>I have to add some customizations to render &quot;emoji fonts&quot; in my Alacritty terminal. I will be adding thoe customization commands and files, hope others can use it on their platform.</p><p>I would like to thank <code>TheBunnyMan123</code> github user, as I am primarily using his customizations as he specified in his gist:</p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://gist.github.com/TheBunnyMan123/d8f5c08a5353bc28524596830c221c59"><div class="kg-bookmark-content"><div class="kg-bookmark-title">noto-color-emoji-linux.md</div><div class="kg-bookmark-description">GitHub Gist: instantly share code, notes, and snippets.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://github.githubassets.com/favicons/favicon.svg" alt="Emoji fonts for Alacritty in Debian 11"><span class="kg-bookmark-author">Gist</span><span class="kg-bookmark-publisher">262588213843476</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://github.githubassets.com/images/modules/gists/gist-og-image.png" alt="Emoji fonts for Alacritty in Debian 11"></div></a></figure><h3 id="install-required-fonts">Install required fonts</h3><p>We need the following font packages from the Debian 11 official repository.</p><ul><li>fonts-noto-core</li><li>fonts-noto-mono</li><li>fonts-noto-extra</li><li>fonts-noto-ui-core</li><li>fonts-noto-color-emoji</li></ul><p>You can install all these fonts using:</p><pre><code>sudo apt install fonts-noto-core fonts-noto-mono fonts-noto-extra fonts-noto-ui-core fonts-noto-color-emoji</code></pre><p>You may also need to install <code>twemoji</code> on your debian, but this package have to be extracted from a Ubuntu package repo.</p><p>You need to add a new apt repository, lets create a new file using below command:</p><p><code>sudo vi /etc/apt/sources.list.d/twemoji-color-font.list</code> </p><p>Then you should add the below content to this file:</p><pre><code># Twemoji Ubuntu Packages
deb http://ppa.launchpad.net/eosrei/fonts/ubuntu focal main
deb-src http://ppa.launchpad.net/eosrei/fonts/ubuntu focal main</code></pre><p>Then import the APT Signing key for <code>eosrei/fonts</code> PPA using:</p><p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E2355710884EB80144EAB769ADA83EDC62D7EDF8</code></p><p>Then do:</p><p><code>sudo apt update &amp;&amp; sudo apt install fonts-twemoji-svginot</code></p><p>Now we are done with installing the required packages.</p><h3 id="customize-configs-for-colored-emoji-fonts">Customize Configs for Colored Emoji Fonts</h3><p>We need to copy two files from his repository below:</p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://github.com/TheBunnyMan123/config-files"><div class="kg-bookmark-content"><div class="kg-bookmark-title">GitHub - TheBunnyMan123/config-files</div><div class="kg-bookmark-description">Contribute to TheBunnyMan123/config-files development by creating an account on GitHub.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://github.githubassets.com/favicons/favicon.svg" alt="Emoji fonts for Alacritty in Debian 11"><span class="kg-bookmark-author">GitHub</span><span class="kg-bookmark-publisher">TheBunnyMan123</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://opengraph.githubassets.com/88f25bca39847376d37f7ef16da1a9c12813e217de8afb12c84ddaf623a6a3d6/TheBunnyMan123/config-files" alt="Emoji fonts for Alacritty in Debian 11"></div></a></figure><p>You need to add two files in <code>~/.config/fontconfig/</code> directory on our Debian. So lets do that.</p><p>Create a new file : <code>~/.config/fontconfig/fonts.conf</code> file with below content.</p><pre><code class="language-xml">&lt;?xml version=&quot;1.0&quot;?&gt;&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;
&lt;fontconfig&gt;
&lt;!-- REQUIRES Noto fonts (along with Noto Color Emoji) 
     run `fc-list | grep -i -e &quot;noto sans&quot; -e &quot;noto serif&quot; -e &quot;noto color emoji&quot;` to confirm and sudo apt-get install fonts-noto to install the fonts
--&gt;

 &lt;alias&gt;
 &lt;!-- Change the string in the family tag to whatever font --&gt;
    &lt;family&gt;serif&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Serif&lt;/family&gt;&lt;/prefer&gt;
  &lt;/alias&gt;
  &lt;alias&gt;
    &lt;family&gt;sans-serif&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Sans&lt;/family&gt;&lt;/prefer&gt;
  &lt;/alias&gt;
  &lt;alias&gt;
    &lt;family&gt;sans&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Sans&lt;/family&gt;&lt;/prefer&gt;
  &lt;/alias&gt;
  &lt;alias&gt;
    &lt;family&gt;monospace&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Mono&lt;/family&gt;&lt;/prefer&gt;
  &lt;/alias&gt;

   &lt;!-- This adds Noto Color Emoji to the font families sans, serif, sans-serif and monospace --&gt;
  &lt;match target=&quot;pattern&quot;&gt;
        &lt;test name=&quot;family&quot;&gt;&lt;string&gt;monospace&lt;/string&gt;&lt;/test&gt;
        &lt;edit name=&quot;family&quot; mode=&quot;append&quot;&gt;&lt;string&gt;Noto Color Emoji&lt;/string&gt;&lt;/edit&gt;
  &lt;/match&gt;
  &lt;match target=&quot;pattern&quot;&gt;
        &lt;test name=&quot;family&quot;&gt;&lt;string&gt;sans&lt;/string&gt;&lt;/test&gt;
        &lt;edit name=&quot;family&quot; mode=&quot;append&quot;&gt;&lt;string&gt;Noto Color Emoji&lt;/string&gt;&lt;/edit&gt;
  &lt;/match&gt;

  &lt;match target=&quot;pattern&quot;&gt;
        &lt;test name=&quot;family&quot;&gt;&lt;string&gt;serif&lt;/string&gt;&lt;/test&gt;
        &lt;edit name=&quot;family&quot; mode=&quot;append&quot;&gt;&lt;string&gt;Noto Color Emoji&lt;/string&gt;&lt;/edit&gt;
  &lt;/match&gt;
  &lt;!-- Discord loads the system&apos;s sans-serif font family, add Noto Color Emoji to it --&gt;
  &lt;match target=&quot;pattern&quot;&gt;
        &lt;test name=&quot;family&quot;&gt;&lt;string&gt;sans-serif&lt;/string&gt;&lt;/test&gt;
        &lt;edit name=&quot;family&quot; mode=&quot;append&quot;&gt;&lt;string&gt;Noto Color Emoji&lt;/string&gt;&lt;/edit&gt;
    &lt;/match&gt;

   &lt;!-- Add emoji generic family --&gt;
  &lt;alias binding=&quot;strong&quot;&gt;
    &lt;family&gt;emoji&lt;/family&gt;
    &lt;default&gt;&lt;family&gt;Noto Color Emoji&lt;/family&gt;&lt;/default&gt;
  &lt;/alias&gt;

  &lt;!-- Alias requests for the other emoji fonts --&gt;
  &lt;alias binding=&quot;strong&quot;&gt;
    &lt;family&gt;Apple Color Emoji&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Color Emoji&lt;/family&gt;&lt;/prefer&gt;
    &lt;default&gt;&lt;family&gt;emoji&lt;/family&gt;&lt;/default&gt;
  &lt;/alias&gt;
  &lt;alias binding=&quot;strong&quot;&gt;
    &lt;family&gt;Segoe UI Emoji&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Color Emoji&lt;/family&gt;&lt;/prefer&gt;
    &lt;default&gt;&lt;family&gt;emoji&lt;/family&gt;&lt;/default&gt;
  &lt;/alias&gt;

&lt;!-- Run &quot;fc-cache -fv&quot; after saving the file and kill and restart whichever app (like discord) and enjoy emoji --&gt;

&lt;/fontconfig&gt;</code></pre><p>Then you need to create a directory:</p><p><code>mkdir -vp ~/.config/fontconfig/conf.d</code></p><p>Then create a file named : <code>~/.config/fontconfig/conf.d/56-twemoji-color.conf</code> with below content.</p><pre><code class="language-xml">&lt;?xml version=&quot;1.0&quot;?&gt;&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;
&lt;fontconfig&gt;
&lt;!-- REQUIRES Noto fonts (along with Noto Color Emoji) 
     run `fc-list | grep -i -e &quot;noto sans&quot; -e &quot;noto serif&quot; -e &quot;noto color emoji&quot;` to confirm
--&gt;

 &lt;alias&gt;
 &lt;!-- Change the string in the family tag to whatever font --&gt;
    &lt;family&gt;serif&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Serif&lt;/family&gt;&lt;/prefer&gt;
  &lt;/alias&gt;
  &lt;alias&gt;
    &lt;family&gt;sans-serif&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Sans&lt;/family&gt;&lt;/prefer&gt;
  &lt;/alias&gt;
  &lt;alias&gt;
    &lt;family&gt;sans&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Sans&lt;/family&gt;&lt;/prefer&gt;
  &lt;/alias&gt;
  &lt;alias&gt;
    &lt;family&gt;monospace&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Mono&lt;/family&gt;&lt;/prefer&gt;
  &lt;/alias&gt;

   &lt;!-- This adds Noto Color Emoji to the font families sans, serif, sans-serif and monospace --&gt;
  &lt;match target=&quot;pattern&quot;&gt;
        &lt;test name=&quot;family&quot;&gt;&lt;string&gt;monospace&lt;/string&gt;&lt;/test&gt;
        &lt;edit name=&quot;family&quot; mode=&quot;append&quot;&gt;&lt;string&gt;Noto Color Emoji&lt;/string&gt;&lt;/edit&gt;
  &lt;/match&gt;
  &lt;match target=&quot;pattern&quot;&gt;
        &lt;test name=&quot;family&quot;&gt;&lt;string&gt;sans&lt;/string&gt;&lt;/test&gt;
        &lt;edit name=&quot;family&quot; mode=&quot;append&quot;&gt;&lt;string&gt;Noto Color Emoji&lt;/string&gt;&lt;/edit&gt;
  &lt;/match&gt;

  &lt;match target=&quot;pattern&quot;&gt;
        &lt;test name=&quot;family&quot;&gt;&lt;string&gt;serif&lt;/string&gt;&lt;/test&gt;
        &lt;edit name=&quot;family&quot; mode=&quot;append&quot;&gt;&lt;string&gt;Noto Color Emoji&lt;/string&gt;&lt;/edit&gt;
  &lt;/match&gt;
  &lt;!-- Discord loads the system&apos;s sans-serif font family, add Noto Color Emoji to it --&gt;
  &lt;match target=&quot;pattern&quot;&gt;
        &lt;test name=&quot;family&quot;&gt;&lt;string&gt;sans-serif&lt;/string&gt;&lt;/test&gt;
        &lt;edit name=&quot;family&quot; mode=&quot;append&quot;&gt;&lt;string&gt;Noto Color Emoji&lt;/string&gt;&lt;/edit&gt;
    &lt;/match&gt;

   &lt;!-- Add emoji generic family --&gt;
  &lt;alias binding=&quot;strong&quot;&gt;
    &lt;family&gt;emoji&lt;/family&gt;
    &lt;default&gt;&lt;family&gt;Noto Color Emoji&lt;/family&gt;&lt;/default&gt;
  &lt;/alias&gt;

  &lt;!-- Alias requests for the other emoji fonts --&gt;
  &lt;alias binding=&quot;strong&quot;&gt;
    &lt;family&gt;Apple Color Emoji&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Color Emoji&lt;/family&gt;&lt;/prefer&gt;
    &lt;default&gt;&lt;family&gt;emoji&lt;/family&gt;&lt;/default&gt;
  &lt;/alias&gt;
  &lt;alias binding=&quot;strong&quot;&gt;
    &lt;family&gt;Segoe UI Emoji&lt;/family&gt;
    &lt;prefer&gt;&lt;family&gt;Noto Color Emoji&lt;/family&gt;&lt;/prefer&gt;
    &lt;default&gt;&lt;family&gt;emoji&lt;/family&gt;&lt;/default&gt;
  &lt;/alias&gt;

&lt;!-- Run &quot;fc-cache -fv&quot; after saving the file and kill and restart whichever app (like discord) and enjoy emoji --&gt;

&lt;/fontconfig&gt;</code></pre><p>Then issue the below command:</p><p><code>fc-cache -fv</code></p><p>This should be all, now your Alacritty would be able to recognize the coloured emoji fonts and will be able to render the same.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://debuggerboy.com/content/images/2022/01/Screenshot_2022-01-05_02-04-05.png" class="kg-image" alt="Emoji fonts for Alacritty in Debian 11" loading="lazy" width="1163" height="476" srcset="https://debuggerboy.com/content/images/size/w600/2022/01/Screenshot_2022-01-05_02-04-05.png 600w, https://debuggerboy.com/content/images/size/w1000/2022/01/Screenshot_2022-01-05_02-04-05.png 1000w, https://debuggerboy.com/content/images/2022/01/Screenshot_2022-01-05_02-04-05.png 1163w"><figcaption>Alacritty rendering emoji fonts</figcaption></figure><p>Config Mirrors:</p><ul><li><a href="https://gist.github.com/debuggerboy/37d7a4743fcbce69ac5ed243ee1b9d99">https://gist.github.com/debuggerboy/37d7a4743fcbce69ac5ed243ee1b9d99</a></li><li><a href="https://github.com/debuggerboy/config-files">https://github.com/debuggerboy/config-files</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Debian 11 ARM64 EC2 Instance in AWS]]></title><description><![CDATA[Debian GNU/Linux 11 (Bullseye) is available for some time now. So I thought may be its time to start using it for my new projects, Also its a good time to try out the AWS ARM64 instance type as well along with Debian 11. So here it is:]]></description><link>https://debuggerboy.com/debian-11-arm64-ec2-instance-in-aws/</link><guid isPermaLink="false">6154dc6ed8a73e00017b26e0</guid><category><![CDATA[AWS]]></category><category><![CDATA[EC2]]></category><category><![CDATA[ARM64]]></category><category><![CDATA[Debian]]></category><category><![CDATA[GNU/Linux]]></category><dc:creator><![CDATA[debuggerboy]]></dc:creator><pubDate>Wed, 29 Sep 2021 21:40:25 GMT</pubDate><content:encoded><![CDATA[<p>Debian GNU/Linux 11 (Bullseye) is available for some time now. So I thought may be its time to start using it for my new projects, Also its a good time to try out the AWS ARM64 instance type as well along with Debian 11. So here it is:</p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://github.com/terraformatic/arm64-ec2"><div class="kg-bookmark-content"><div class="kg-bookmark-title">GitHub - terraformatic/arm64-ec2: AWS ARM EC2 Instance</div><div class="kg-bookmark-description">AWS ARM EC2 Instance. Contribute to terraformatic/arm64-ec2 development by creating an account on GitHub.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://github.githubassets.com/favicons/favicon.svg" alt><span class="kg-bookmark-author">GitHub</span><span class="kg-bookmark-publisher">terraformatic</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://opengraph.githubassets.com/c801cba2d59b58b06ebe05e9f8b7ba70a766ee00aef0da2f9dc503640b8d2fa8/terraformatic/arm64-ec2" alt></div></a></figure>]]></content:encoded></item><item><title><![CDATA[ECS URLS]]></title><description><![CDATA[<p>Just a few ECS documentations:</p><figure class="kg-card kg-code-card"><pre><code class="language-plain-text">- https://particule.io/en/blog/cicd-ecr-ecs/
- https://www.chakray.com/creating-fargate-ecs-task-aws-using-terraform/
- https://engineering.finleap.com/posts/2020-02-20-ecs-fargate-terraform/
- https://github.com/turnerlabs/terraform-ecs-fargate
- https://medium.com/@bradford_hamilton/deploying-containers-on-amazons-ecs-using-fargate-and-terraform-part-1-a5ab1f79cb21
- https://medium.com/@bradford_hamilton/deploying-containers-on-amazons-ecs-using-fargate-and-terraform-part-2-2e6f6a3a957f
- https://github.com/bradford-hamilton/</code></pre></figure>]]></description><link>https://debuggerboy.com/ecs-urls/</link><guid isPermaLink="false">6136a575ae97e5000140802b</guid><dc:creator><![CDATA[debuggerboy]]></dc:creator><pubDate>Mon, 06 Sep 2021 23:35:20 GMT</pubDate><content:encoded><![CDATA[<p>Just a few ECS documentations:</p><figure class="kg-card kg-code-card"><pre><code class="language-plain-text">- https://particule.io/en/blog/cicd-ecr-ecs/
- https://www.chakray.com/creating-fargate-ecs-task-aws-using-terraform/
- https://engineering.finleap.com/posts/2020-02-20-ecs-fargate-terraform/
- https://github.com/turnerlabs/terraform-ecs-fargate
- https://medium.com/@bradford_hamilton/deploying-containers-on-amazons-ecs-using-fargate-and-terraform-part-1-a5ab1f79cb21
- https://medium.com/@bradford_hamilton/deploying-containers-on-amazons-ecs-using-fargate-and-terraform-part-2-2e6f6a3a957f
- https://github.com/bradford-hamilton/terraform-ecs-fargate</code></pre><figcaption>ECS - Terraform References are Resources</figcaption></figure>]]></content:encoded></item></channel></rss>