<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>You searched for Secure Boot - blog.icod.de</title>
	<atom:link href="https://blog.icod.de/search/Secure+Boot/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>https://blog.icod.de/</link>
	<description>Webentwicklung und sonstiger Unsinn :) Web development and other nonsense :)</description>
	<lastBuildDate>Fri, 13 Mar 2026 15:05:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.icod.de/wp-content/uploads/2017/04/darko-luketic-foto.256x256-150x150.jpg</url>
	<title>You searched for Secure Boot - blog.icod.de</title>
	<link>https://blog.icod.de/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Archlinux Windows Secure Boot with rEFInd</title>
		<link>https://blog.icod.de/2026/03/13/arch-linux-windows-secure-boot-refind/</link>
					<comments>https://blog.icod.de/2026/03/13/arch-linux-windows-secure-boot-refind/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Fri, 13 Mar 2026 15:03:12 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=3047</guid>

					<description><![CDATA[<p>Arch Linux Windows Secure Boot sounds more complicated than it really is. If you dual-boot Windows and Arch Linux, you can keep Secure Boot enabled for Windows, keep rEFInd, use your own Linux signing key, and stop manually approving every new kernel. If you dual-boot Windows and Linux, you may have run into an annoying&#8230;</p>
<p>The post <a href="https://blog.icod.de/2026/03/13/arch-linux-windows-secure-boot-refind/">Archlinux Windows Secure Boot with rEFInd</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2026/03/13/arch-linux-windows-secure-boot-refind/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create Swapfile on Linux (Ubuntu, Fedora, Alma)</title>
		<link>https://blog.icod.de/2026/01/13/create-swapfile-linux/</link>
					<comments>https://blog.icod.de/2026/01/13/create-swapfile-linux/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Tue, 13 Jan 2026 11:41:20 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[swapfile]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=2978</guid>

					<description><![CDATA[<p>Do you need to create swapfile configurations for your Linux server? Whether you are managing a high-performance VPS or a local workstation, running out of memory can abruptly crash your database or web server. In this guide, we will walk you through the standard process for Ubuntu, Fedora, Debian, and RHEL-based systems like AlmaLinux. Even&#8230;</p>
<p>The post <a href="https://blog.icod.de/2026/01/13/create-swapfile-linux/">How to Create Swapfile on Linux (Ubuntu, Fedora, Alma)</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2026/01/13/create-swapfile-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using gin with pongo2/v4 or v5 and embedded templates</title>
		<link>https://blog.icod.de/2021/11/14/using-gin-with-pongo2-v4-and-embedded-templates/</link>
					<comments>https://blog.icod.de/2021/11/14/using-gin-with-pongo2-v4-and-embedded-templates/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Sun, 14 Nov 2021 11:30:09 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[pongo2]]></category>
		<category><![CDATA[templates]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1618</guid>

					<description><![CDATA[<p>You&#8217;d like to use pongo2/v4 with gin and embed templates with go:embed. I&#8217;m using cobra for my cli parsing and commands. So [crayon-69c8a7a3c184c937526142/] edit cmd/ui.go [crayon-69c8a7a3c184e165134170/] ui/templates.go [crayon-69c8a7a3c1850360193009/] ui/templates/base.html.twig [crayon-69c8a7a3c1851838683325/] ui/templates/layout.html.twig [crayon-69c8a7a3c1852689516678/] ui/templates/index.html.twig [crayon-69c8a7a3c1853559752424/] and finally run [crayon-69c8a7a3c1854738890793/] to download packages Any questions -> leave a comment</p>
<p>The post <a href="https://blog.icod.de/2021/11/14/using-gin-with-pongo2-v4-and-embedded-templates/">Using gin with pongo2/v4 or v5 and embedded templates</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2021/11/14/using-gin-with-pongo2-v4-and-embedded-templates/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
