<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Linux on Vorasilp.com</title>
		<link>https://vorasilp.com/tags/linux/</link>
		<description>Recent content in Linux on Vorasilp.com</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Sat, 11 Oct 2025 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://vorasilp.com/tags/linux/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Turn off monitor from commandline</title>
				<link>https://vorasilp.com/posts/turn-off-monitor-from-commandline/</link>
				<pubDate>Sat, 11 Oct 2025 00:00:00 +0000</pubDate>
				<guid>https://vorasilp.com/posts/turn-off-monitor-from-commandline/</guid>
				<description>Turn off monitor from commandline in Window and Linux</description>
			</item>
			<item>
				<title>USB Wi-Fi adapters x Linux</title>
				<link>https://vorasilp.com/posts/usb-wi-fi-adapters-x-linux/</link>
				<pubDate>Thu, 26 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://vorasilp.com/posts/usb-wi-fi-adapters-x-linux/</guid>
				<description>USB Wi-Fi adapters tested with Linux</description>
			</item>
			<item>
				<title>Create ULID from UUID v7</title>
				<link>https://vorasilp.com/posts/create-ulid-from-uuid-v7/</link>
				<pubDate>Sun, 22 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://vorasilp.com/posts/create-ulid-from-uuid-v7/</guid>
				<description>How to create ULID string representation fron UUID v7</description>
			</item>
			<item>
				<title>DNS IP app - GTK&#43;</title>
				<link>https://vorasilp.com/posts/dns-ip-app-gtk/</link>
				<pubDate>Mon, 28 Apr 2025 00:00:00 +0000</pubDate>
				<guid>https://vorasilp.com/posts/dns-ip-app-gtk/</guid>
				<description>A DNS server IP address display app - written in Vala and GTK4</description>
			</item>
			<item>
				<title>Using 4G Aircard in Linux</title>
				<link>https://vorasilp.com/posts/using-4g-aircard-in-linux/</link>
				<pubDate>Sun, 09 Jun 2024 00:00:00 +0000</pubDate>
				<guid>https://vorasilp.com/posts/using-4g-aircard-in-linux/</guid>
				<description>Using 4G Aircard in Linux - rndis_host module</description>
			</item>
			<item>
				<title>Recipe for Unbound container in rpi</title>
				<link>https://vorasilp.com/posts/recipe-for-unbound-container-in-rpi/</link>
				<pubDate>Thu, 09 May 2024 00:00:00 +0000</pubDate>
				<guid>https://vorasilp.com/posts/recipe-for-unbound-container-in-rpi/</guid>
				<description>&lt;h3 id=&#34;conf-file&#34;&gt;Conf file&lt;a href=&#34;#conf-file&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;&lt;svg class=&#34;h-4 w-4&#34; aria-hidden=&#34;true&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34;&gt;&lt;g fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34;&gt;&lt;path d=&#34;M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71&#34;/&gt;&lt;path d=&#34;M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71&#34;/&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;upstream DNS conf file (save as home/pi/unbound-rpi-docker/forward-google.conf)&lt;/p&gt;&#xA;&lt;div&#xA;  class=&#34;code-block-container border-border bg-card my-6 overflow-hidden rounded-xl border shadow-sm transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md&#34;&#xA;  data-code-block&#xA;  data-code-id=&#34;code-0&#34;&#xA;  data-collapsible=&#34;false&#34;&#xA;  data-default-state=&#34;expanded&#34;&#xA;  data-collapsed=&#34;false&#34;&#xA;  data-auto-collapse-lines=&#34;50&#34;&#xA;  data-auto-collapse-height=&#34;400&#34;&#xA;  data-collapsed-height=&#34;120&#34;&#xA;&gt;&#xA;  &#xA;  &lt;div&#xA;    class=&#34;code-block-header bg-muted/30 border-border flex items-center justify-between border-b px-4 py-3&#34;&#xA;  &gt;&#xA;    &#xA;    &lt;div class=&#34;flex items-center gap-2&#34;&gt;&#xA;      &lt;div class=&#34;text-muted-foreground shrink-0&#34;&gt;&#xA;        &lt;svg class=&#34;h-4 w-4&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; viewBox=&#34;0 0 24 24&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34; d=&#34;M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4&#34; /&gt;&#xA;&lt;/svg&gt;&#xA;      &lt;/div&gt;&#xA;      &lt;span class=&#34;text-muted-foreground text-sm font-medium&#34;&gt;&#xA;        YAML&#xA;      &lt;/span&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &#xA;    &lt;div class=&#34;flex items-center gap-2&#34;&gt;&#xA;      &#xA;      &lt;button&#xA;        class=&#34;copy-code-btn text-muted-foreground hover:text-primary hover:bg-primary/10 focus:ring-primary/20 flex items-center gap-1.5 rounded-md px-2 py-1 text-xs font-medium transition-all duration-200 ease-out focus:ring-2 focus:outline-none&#34;&#xA;        type=&#34;button&#34;&#xA;        data-code-action=&#34;copy&#34;&#xA;        data-label-copy=&#34;Copy&#34;&#xA;        data-label-copied=&#34;Copied&#34;&#xA;        title=&#34;Copy&#34;&#xA;        aria-label=&#34;Copy&#34;&#xA;      &gt;&#xA;        &lt;span class=&#34;copy-icon&#34;&gt;&#xA;          &lt;svg class=&#34;h-3 w-3&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; viewBox=&#34;0 0 24 24&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34; d=&#34;M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z&#34; /&gt;&#xA;&lt;/svg&gt;&#xA;        &lt;/span&gt;&#xA;        &lt;span class=&#34;copy-text hidden sm:inline&#34;&gt;Copy&lt;/span&gt;&#xA;      &lt;/button&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/div&gt;&#xA;&#xA;  &#xA;  &lt;div class=&#34;code-block-content relative&#34; id=&#34;code-0&#34;&gt;&#xA;    &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;forward-zone&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;      &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;name&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;.&amp;#34;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;        &lt;/span&gt;&lt;span class=&#34;c&#34;&gt;# forward-addr: 1.1.1.1           # Cloudflare&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;        &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;forward-addr&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;m&#34;&gt;8.8.8.8&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;            &lt;/span&gt;&lt;span class=&#34;c&#34;&gt;# Google&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;        &lt;/span&gt;&lt;span class=&#34;c&#34;&gt;# forward-addr: 4.2.2.4           # Level(3)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;    &lt;div hidden data-code-source&gt;forward-zone:&#xA;      name: &amp;#34;.&amp;#34;&#xA;        # forward-addr: 1.1.1.1           # Cloudflare&#xA;        forward-addr: 8.8.8.8            # Google&#xA;        # forward-addr: 4.2.2.4           # Level(3)&lt;/div&gt;&#xA;    &#xA;    &lt;div&#xA;      class=&#34;collapse-overlay to-card/90 pointer-events-none absolute inset-0 bg-linear-to-b from-transparent via-transparent opacity-0 transition-opacity duration-300&#34;&#xA;      hidden&#xA;    &gt;&#xA;      &lt;button&#xA;        class=&#34;collapse-overlay-btn text-muted-foreground bg-card/80 border-border/50 hover:bg-primary/10 hover:text-primary hover:border-primary/30 absolute bottom-4 left-1/2 flex -translate-x-1/2 items-center justify-center rounded-full border p-2 backdrop-blur-sm transition-all duration-200&#34;&#xA;        type=&#34;button&#34;&#xA;        data-code-action=&#34;expand&#34;&#xA;        aria-label=&#34;Expand&#34;&#xA;        title=&#34;Expand&#34;&#xA;      &gt;&#xA;        &lt;svg class=&#34;h-4 w-4&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; viewBox=&#34;0 0 24 24&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34; d=&#34;M19 9l-7 7-7-7&#34; /&gt;&#xA;&lt;/svg&gt;&#xA;      &lt;/button&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;h3 id=&#34;docker-compose-file&#34;&gt;docker compose file&lt;a href=&#34;#docker-compose-file&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;&lt;svg class=&#34;h-4 w-4&#34; aria-hidden=&#34;true&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34;&gt;&lt;g fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34;&gt;&lt;path d=&#34;M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71&#34;/&gt;&lt;path d=&#34;M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71&#34;/&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;docker-compose.yml&lt;/p&gt;</description>
			</item>
			<item>
				<title>4G Aircard tests</title>
				<link>https://vorasilp.com/posts/4g-aircard-tests/</link>
				<pubDate>Thu, 28 Mar 2024 00:00:00 +0000</pubDate>
				<guid>https://vorasilp.com/posts/4g-aircard-tests/</guid>
				<description>4G Aircard tests</description>
			</item>
			<item>
				<title>Shell script to switch default network route</title>
				<link>https://vorasilp.com/posts/shell-script-to-switch-default-network-route/</link>
				<pubDate>Wed, 24 Jan 2024 00:00:00 +0000</pubDate>
				<guid>https://vorasilp.com/posts/shell-script-to-switch-default-network-route/</guid>
				<description>Shell script to switch default network route</description>
			</item>
	</channel>
</rss>
