# namecheap (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover namecheap.

Page: <https://rssamplifier.com/topics/namecheap/blogs>  
Feed: <https://rssamplifier.com/topics/namecheap/blogs.md>

---

## [Dynamic images in Hugo](https://davidisaksson.dev/posts/dynamic-images/)

_2025-11-25 · ~/.didev_

As you may have noticed, this website can be displayed in either light or dark mode (toggle with sun/moon top left of page or with Alt+T ). An issue is that images and diagrams are perfectly visible in light mode, but when flipping over to dark mode they either are surrounded by a big white box or lost all contrast if the background is transparent, or vice versa.

## [Setting up a local reverse proxy with Nginx Proxy Manager and Let's Encrypt](https://davidisaksson.dev/posts/reverse-proxy/)

_2025-11-23 · ~/.didev_

This is part 2 on the topic of a short series about setting up DNS hosting with Cloudflare and using DNS-01 challenges to get TLS certificates from Let&rsquo;s Encrypt See part 1: Moving DNS hosting from Namecheap to Cloudflare In this post I am sharing my experience setting up a reverse proxy that acts as a frontend for my internal self-hosted web services. What and why? A reverse proxy is a…

## [Weekly and daily note templates in Obsidian](https://davidisaksson.dev/posts/weekly-and-daily-note-templates-in-obsidian/)

_2025-06-15 · ~/.didev_

I use Obsidian extensively for both personal use and work. Today I&rsquo;m sharing a trick using the Templater plugin that makes it possible to create daily and weekly notes that based on their file names can auto-generate links in-between them. Super handy! Install Templater and in the template directory of your vault, we will create two files, &ldquo;Daily Template&rdquo; and &ldquo;Weekly…

## [Moving DNS hosting from Namecheap to Cloudflare](https://davidisaksson.dev/posts/dns-migration-to-cloudflare/)

_2025-05-16 · ~/.didev_

This is part 1 of a short series about setting up DNS hosting with Cloudflare and using DNS-01 challenges to get TLS certificates from Let&rsquo;s Encrypt for locally hosted web services in a homelab. See part 2: Setting up a local reverse proxy with Nginx Proxy Manager and Let&rsquo;s Encrypt I bought this domain via Namecheap a few years back. Namecheap&rsquo;s services has been working fine.…

## [Debug stripped executables with detached symbols in GDB](https://davidisaksson.dev/posts/detached-debug-symbols/)

_2025-04-27 · ~/.didev_

Say you have an executable that will be shipped to target machines and you don&rsquo;t want to include any debug symbols, but at the same time if an annoying bug occurs you&rsquo;d like to debug the executable with symbols. Is it possible to have both ways? As a matter of fact, yes! GNU Debugger (GDB) has a feature where it can load a separate symbols file to make it easier to debug stripped…

## [Using Tailscale in pfSense to access my LAN](https://davidisaksson.dev/posts/tailscale-on-pfsense/)

_2025-04-21 · ~/.didev_

In this post we&rsquo;re going to explore how to set up Tailscale in pfSense to be able to both route all traffic through pfSense for secure browsing and how to route traffic to local subnets with split DNS to resolve local hostnames. My history with VPNs I&rsquo;ve had a pfSense box now for a few years and been relying on its OpenVPN integration to access my internal network from the outside.…

