<?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>Reminder Archives - FODINA 4 FOSS</title>
	<atom:link href="https://fodina.de/category/reminder/feed/" rel="self" type="application/rss+xml" />
	<link>https://fodina.de/category/reminder/</link>
	<description>a treasure trove for free software, techniques, and ideas</description>
	<lastBuildDate>Sat, 02 Aug 2025 21:54:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Using a Dell laptop and an Ubuntu computer via the same Dell monitor</title>
		<link>https://fodina.de/dell-kvm-monitor/</link>
					<comments>https://fodina.de/dell-kvm-monitor/#respond</comments>
		
		<dc:creator><![CDATA[Karsten Reincke]]></dc:creator>
		<pubDate>Sat, 02 Aug 2025 20:58:17 +0000</pubDate>
				<category><![CDATA[Reminder]]></category>
		<guid isPermaLink="false">http://127.0.0.1/wpd.fd/?p=7934</guid>

					<description><![CDATA[<p>Another question that I unfortunately had to answer myself several times because I am so forgetful: How do I connect my Dell laptop XPS 129240 (WIN11), an Ubuntu machine (24.04), and my Dell curved monitor S3423DWC in a way, that I can use both machines with the same keyboard and monitor via the KVM switch [&#8230;]</p>
<p>The post <a href="https://fodina.de/dell-kvm-monitor/">Using a Dell laptop and an Ubuntu computer via the same Dell monitor</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image"><figure class="alignleft size-medium is-resized is-style-default "><a href="https://fodina.de/wp-content/uploads/2025/08/bulb-pxh-779061-600x400-1.png" data-fancybox><img decoding="async" src="https://fodina.de/wp-content/uploads/2025/08/bulb-pxh-779061-600x400-1-300x200.png" alt="Riding a dead horse" width="100"></a></figure></div>



<p>Another question that I unfortunately had to answer myself several times because I am so forgetful: How do I connect my Dell laptop <em>XPS 129240</em> (WIN11), an Ubuntu machine (24.04), and my Dell curved monitor <em>S3423DWC</em> in a way, that I can use both machines with the same keyboard and monitor via the KVM switch integrated in the Dell monitor? <span id="more-7934"></span></p>



<p class="has-text-align-right"></p><div class="container"><div class="d-flex justify-content-end sample-row"><div class="col-xs"><div class="text-right">[ en | <a href="https://karsten-reincke.de/dell-kvm-monitor">de</a> ]</div></div></div></div>



<h2 class="wp-block-heading"><i class=" fa-regular fa-face-smile"></i> Solution</h2>



<ul class="wp-block-list">
<li><strong>Preparing the WIN11 computer (Dell laptop)</strong>:
<ul class="wp-block-list">
<li>Connect the keyboard to the Dell monitor via USB‑2/Bluetooth.</li>



<li>Connect the Dell laptop to the Dell monitor via USB‑C cable and start it (<em>WIN11</em>).</li>



<li>Download the setup/installation file for the Dell Display Manager (<code>ddmsetup.exe</code>) from <a href="https://www.dell.com/support/home/de-de/drivers/driversdetails?driverid=g0v75">https://www.dell.com/support/home/de-de/drivers/driversdetails?driverid=g0v75</a> (version 2.3) and run it as administrator (and save a link in the menu during installation).</li>
</ul>
</li>
</ul>



<p></p>



<ul class="wp-block-list">
<li><strong><a href="https://blog.rolandbaer.ch/2022/08/06/dell-display-manager-ersatz-unter-ubuntu-22-04/">Preparing the Ubuntu computer</a></strong>:
<ul class="wp-block-list">
<li>Connect the Ubuntu computer to the Dell monitor using a USB‑2 / HDMI cable.</li>



<li>Start the Ubuntu machine.</li>



<li><code>sudo apt-get install ddcutil ddcui</code></li>



<li>Start <em>ddui</em>, select <code>View/Capabilities</code> and select input source <code>VCP/Feature 0x60</code>.
<ul class="wp-block-list">
<li><a href="https://askubuntu.com/questions/860761/ubuntu-command-line-to-change-input-source-on-a-display-monitor">Verify</a> <em>0x1b: Unrecognized feature </em>= USB‑C port for the Dell laptop with WIN</li>



<li><a href="https://askubuntu.com/questions/860761/ubuntu-command-line-to-change-input-source-on-a-display-monitor">Verify</a> <em>0x11: HDMI 1</em> = HDMI port of the Ubuntu computer</li>



<li>Check <a href="https://www.dell.com/community/en/conversations/linux-general/dell-display-manager-keyboard-shortcuts-for-kvm-switch-on-linux-ubuntu-for-u3821dw-monitor/6698ead384a7860c8e48bca0">Dell’s own manual</a></li>
</ul>
</li>



<li>Generate the following Bash script, save it as <code>~/bin/2dell.sh</code> and make it executable.</li>
</ul>
</li>
</ul>



<pre class="wp-block-code"><code>#!/bin/bash

sudo ddcutil setvcp 60 0x1b</code></pre>



<ul class="wp-block-list">
<li><strong>Switch from WIN11 to UBUNTU-24.04</strong>:
<ul class="wp-block-list">
<li>On the Dell-Laptop (WIN11), start <code>ddm</code>, click <em>Burger Menu/KVM-Rubrik</em></li>



<li>Define your own Hotkey and use it</li>



<li>Otherwise start the switch graphically.</li>
</ul>
</li>
</ul>



<p></p>



<ul class="wp-block-list">
<li><strong>Switch from UBUNTU-24.04 to WIN11</strong>:
<ul class="wp-block-list">
<li><code>&gt; ~/bin/2dell.sh</code></li>
</ul>
</li>
</ul>
<p>The post <a href="https://fodina.de/dell-kvm-monitor/">Using a Dell laptop and an Ubuntu computer via the same Dell monitor</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fodina.de/dell-kvm-monitor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Supressing Suspend-Mode on Dell-Laptops with Ubuntu</title>
		<link>https://fodina.de/suppress-suspend/</link>
					<comments>https://fodina.de/suppress-suspend/#respond</comments>
		
		<dc:creator><![CDATA[Karsten Reincke]]></dc:creator>
		<pubDate>Sat, 02 Aug 2025 18:03:04 +0000</pubDate>
				<category><![CDATA[Reminder]]></category>
		<guid isPermaLink="false">http://127.0.0.1/wpd.fd/?p=7917</guid>

					<description><![CDATA[<p>Another question that I unfortunately had to answer myself several times, because I am so forgetful: How can I reliably prevent my Dell Laptop with Ubuntu from going into suspend mode when the lid is closed? I need that feature because my devices use the same Dell screen with … Switching from one machine to [&#8230;]</p>
<p>The post <a href="https://fodina.de/suppress-suspend/">Supressing Suspend-Mode on Dell-Laptops with Ubuntu</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image"><figure class="alignleft size-medium is-resized is-style-default "><a href="https://fodina.de/wp-content/uploads/2025/08/bulb-pxh-779061-600x400-1.png" data-fancybox><img decoding="async" src="https://fodina.de/wp-content/uploads/2025/08/bulb-pxh-779061-600x400-1-300x200.png" alt="Riding a dead horse" width="100"></a></figure></div>



<p>Another question that I unfortunately had to answer myself several times, because I am so forgetful: How can I reliably prevent my Dell Laptop with Ubuntu from going into <em>suspend mode</em> when the lid is closed? I need that feature because my devices use the same Dell screen with  <span id="more-7917"></span> …</p>



<p>Switching from one machine to the other is done via a signal. But a computer in <em>suspend mode</em> would – surprise, surprise – not receive the “it’s your turn”-message. </p>



<p>To solve that issue, we traditionally would modify the GNOME settings under <code>Settings/Power</code> to</p>



<ul class="wp-block-list">
<li><code>Mode = Balanced</code></li>



<li><code>Power Saver = off</code></li>



<li><code>Screen Blank = Never</code></li>



<li><code>Automatic Suspend = off</code></li>
</ul>



<p>But — unfortunately — that does not work on DELL laptops with Ubuntu. Instead, we must use ‘the’ <a href="https://www.dell.com/support/kbdoc/de-de/000179566/anleitung-zur-deaktivierung-des-stand-by-modu-und-konfiguration-der-energieeinstellungen-des-deckels-fuer-ubuntu-oder-red-hat-linux-7-fuer-dell-laptops">Dell-specific method</a>:</p>



<h2 class="wp-block-heading"><i class=" fa-regular fa-face-smile"></i> Solution</h2>



<ul class="wp-block-list">
<li><code>&gt; sudo systemctl restart systemd-logind</code> .</li>



<li><code>&gt; sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target</code></li>



<li><code>&gt; sudo vi /etc/systemd/logind.conf</code></li>



<li>Replace <code>#HandleLidSwitch=suspend</code> by <code>HandleLidSwitch=ignore to do nothing</code></li>



<li>Save the file</li>
</ul>



<p class="has-text-align-right"></p><div class="container"><div class="d-flex justify-content-end sample-row"><div class="col-xs"><div class="text-right">[ en | <a href="https://karsten-reincke.de/suspend-verhindern">de</a> ]</div></div></div></div>
<p>The post <a href="https://fodina.de/suppress-suspend/">Supressing Suspend-Mode on Dell-Laptops with Ubuntu</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fodina.de/suppress-suspend/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cloning an Ubuntu Instance</title>
		<link>https://fodina.de/cloning-ubuntu/</link>
					<comments>https://fodina.de/cloning-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Karsten Reincke]]></dc:creator>
		<pubDate>Fri, 01 Aug 2025 20:57:56 +0000</pubDate>
				<category><![CDATA[Reminder]]></category>
		<guid isPermaLink="false">http://127.0.0.1/wpd.fd/?p=7890</guid>

					<description><![CDATA[<p>Another question that I unfortunately had to answer myself several times because I am so forgetful: How do I quickly set up a functionally identical Ubuntu duplicate?1 In the past, we had to fiddle around with dpkg --get-selections and dpkg --set-selections. Today, it’s easier — with apt-clone: Solution</p>
<p>The post <a href="https://fodina.de/cloning-ubuntu/">Cloning an Ubuntu Instance</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image"><figure class="alignleft size-medium is-resized is-style-default "><a href="https://fodina.de/wp-content/uploads/2025/08/bulb-pxh-779061-600x400-1.png" data-fancybox><img decoding="async" src="https://fodina.de/wp-content/uploads/2025/08/bulb-pxh-779061-600x400-1-300x200.png" alt="Don't forget, you might need it later again" width="92"></a></figure></div>



<p>Another question that I unfortunately had to answer myself several times because I am so forgetful: How do I quickly set up a functionally identical Ubuntu duplicate?<sup>1</sup> <a href="https://superuser.com/questions/136498/ubuntu-list-of-packages-installed"><em>In the past</em></a>, we had to fiddle around with <code>dpkg --get-selections</code> and <code>dpkg --set-selections</code>. <em>Today</em>, it’s easier — <a href="https://wiki.ubuntuusers.de/apt-clone/">with <em>apt-clone</em></a>: <span id="more-7890"></span></p>



<p class="has-text-align-right"></p><div class="container"><div class="d-flex justify-content-end sample-row"><div class="col-xs"><div class="text-right">[ en | <a href="https://karsten-reincke.de/cloning-ubuntu">de</a> ]</div></div></div></div>



<h2 class="wp-block-heading"><i class=" fa-regular fa-face-smile"></i> Solution</h2>



<ul class="wp-block-list">
<li><code>sudo apt-get install openssh-client openssh-sever apt-clone</code> (@Master)</li>



<li>Install the base version of the same Ubuntu Release (@Slave)</li>



<li><code>sudo apt-get install openssh-client openssh-sever apt-clone</code> (@Slave)</li>



<li><code>sudo apt-clone clone .</code> (@Master)</li>



<li><code>scp apt-clone-state-[Master].tar.gz [Slave]</code> (@Master)</li>



<li><code>sudo apt-clone restore apt-clone-state-[Master].tar.gz</code> (@Slave)</li>
</ul>
<p>The post <a href="https://fodina.de/cloning-ubuntu/">Cloning an Ubuntu Instance</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fodina.de/cloning-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
