<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Fixes on CNELECAR</title>
    <link>https://www.cnelecar.com/categories/fixes/</link>
    <description>Recent content in Fixes on CNELECAR</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 16 Jun 2026 15:53:57 +0800</lastBuildDate>
    <atom:link href="https://www.cnelecar.com/categories/fixes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dell P2424HT No Sound from Built-in Speaker? Here&#39;s the Fix</title>
      <link>https://www.cnelecar.com/blog/dell-p2424ht-no-sound-from-built-in-speaker-heres-the-fix/</link>
      <pubDate>Tue, 16 Jun 2026 15:53:57 +0800</pubDate>
      <guid>https://www.cnelecar.com/blog/dell-p2424ht-no-sound-from-built-in-speaker-heres-the-fix/</guid>
      <description>Your Dell P2424HT has a 3W built-in speaker that works over HDMI, DP, and USB-C — but it&amp;#39;s disabled by default. Here&amp;#39;s how to enable it in the OSD menu in under 10 seconds.</description>
    </item>
    <item>
      <title>How to Solve the Error Public Key Retrieval Is Not Allowed on DBeaver</title>
      <link>https://www.cnelecar.com/blog/how-to-solve-the-error-public-key-retrieval-is-not-allowed-on-dbeaver/</link>
      <pubDate>Tue, 03 Feb 2026 08:21:17 +0000</pubDate>
      <guid>https://www.cnelecar.com/blog/how-to-solve-the-error-public-key-retrieval-is-not-allowed-on-dbeaver/</guid>
      <description>&lt;p&gt;The error “Public Key Retrieval is not allowed” happens because MySQL 8+ uses caching_sha2_password as the default authentication plugin.&lt;/p&gt;
&lt;p&gt;When a client (like DBeaver) connects remotely, MySQL tries to use RSA public key encryption to secure the password. If the client does not allow retrieving the server’s public key, the connection fails with this error.&lt;/p&gt;
&lt;h2 id=&#34;solution&#34;&gt;Solution&lt;/h2&gt;
&lt;p&gt;To fix this, you can set allowPublicKeyRetrieval=true in DBeaver’s Driver Properties.&lt;/p&gt;
&lt;p&gt;Steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Right click on the database connection that you want to connect to.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Edit Connection&lt;/strong&gt; from the menu.
&lt;img alt=&#34;dbeaver-edit-connection&#34; loading=&#34;lazy&#34; src=&#34;https://www.cnelecar.com/blog/how-to-solve-the-error-public-key-retrieval-is-not-allowed-on-dbeaver/dbeaver-edit-connection.png&#34; title=&#34;dbeaver-edit-connection&#34;&gt;&lt;/li&gt;
&lt;li&gt;Switch to the tab &lt;strong&gt;Driver properties&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Modify the &lt;strong&gt;allowPublicKeyRetrieval&lt;/strong&gt; parameter to &lt;strong&gt;TRUE&lt;/strong&gt;.
&lt;img alt=&#34;change-driver-properties&#34; loading=&#34;lazy&#34; src=&#34;https://www.cnelecar.com/blog/how-to-solve-the-error-public-key-retrieval-is-not-allowed-on-dbeaver/change-driver-properties.png&#34; title=&#34;change-driver-properties&#34;&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt; to save the changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now you can connect to your database without the error.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Set proxies to solve : Failed to connect to github.com port 443 after XXXXX ms: Timed out</title>
      <link>https://www.cnelecar.com/blog/set-proxies-to-solve-fatal-unable-to-access-httpsgithubcom-failed-to-connect-to-githubcom-port-443-after-xxxxx-ms-timed-out/</link>
      <pubDate>Wed, 04 Jun 2025 12:17:32 +0000</pubDate>
      <guid>https://www.cnelecar.com/blog/set-proxies-to-solve-fatal-unable-to-access-httpsgithubcom-failed-to-connect-to-githubcom-port-443-after-xxxxx-ms-timed-out/</guid>
      <description>&lt;p&gt;Recently we&amp;rsquo;ve encountered this issue many times while pushing updates to GitHub: &amp;quot; Failed to connect to github.com port 443 after XXXXX ms: Timed out.&amp;quot; In this post, we&amp;rsquo;ll show you how we solved it.&lt;/p&gt;
&lt;p&gt;Apparently, this is a network issue between local machine and GitHub, we could set proxies for Git to fix it.&lt;/p&gt;
&lt;p&gt;Run follwing commands in the Terminal/Shell:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git config --global http.proxy socks5://192.168.7.10:7891
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git config --global https.proxy socks5://192.168.7.10:7891
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The above two lines of commands set up Git&amp;rsquo;s global http and https proxies, using the socks5 protocol. In actual operation, just change the proxy server information to your own.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to turn off the integrated graphics card on a Dell rack workstation?</title>
      <link>https://www.cnelecar.com/blog/turn-off-integrated-graphics-card-dell-rack/</link>
      <pubDate>Sat, 08 Feb 2025 05:59:13 +0000</pubDate>
      <guid>https://www.cnelecar.com/blog/turn-off-integrated-graphics-card-dell-rack/</guid>
      <description>Dell rack workstations are configured with a VGA integrated graphics interface by default. If you have installed a discrete graphics card and want to disable the integrated graphics card, you can follow the steps.</description>
    </item>
    <item>
      <title>Stop Your Dell Laptop from Powering On When You Open the Lid – Here’s How!</title>
      <link>https://www.cnelecar.com/blog/stop-your-dell-laptop-from-powering-on-when-you-open-the-lid-heres-how/</link>
      <pubDate>Fri, 07 Feb 2025 04:28:35 +0000</pubDate>
      <guid>https://www.cnelecar.com/blog/stop-your-dell-laptop-from-powering-on-when-you-open-the-lid-heres-how/</guid>
      <description>Many Dell laptops come with a default setting that automatically powers on the device when the lid is opened. If you’d prefer to manually control when your laptop turns on, here’s how to disable this feature.</description>
    </item>
    <item>
      <title>Fixing freezing or black screen when remote controlled PC monitor is turned off</title>
      <link>https://www.cnelecar.com/blog/fixing-freezing-or-black-screen-when-remote-controlled-pc-monitor-is-turned-off/</link>
      <pubDate>Fri, 13 Dec 2024 07:27:14 +0000</pubDate>
      <guid>https://www.cnelecar.com/blog/fixing-freezing-or-black-screen-when-remote-controlled-pc-monitor-is-turned-off/</guid>
      <description>&lt;p&gt;Do you work remotely using a remote control application like Teamviewer? Have you ever encountered the situation that, when the monitor of remote PC is on, the remote control works fine, but if you turn off the monitor, the picture from remote PC freezes or turns out a black screen?&lt;/p&gt;
&lt;p&gt;We have seen a lot of cases online, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://community.teamviewer.com/English/discussion/110885/if-i-turn-off-the-monitor-on-remote-pc-picture-on-the-screen-stop-working?omit_analytics_page_load=true&#34;&gt;If I turn off the monitor on remote pc, picture on the screen stop working — TeamViewer Support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rustdesk/rustdesk/issues/6682&#34;&gt;Abnormal display when the remote PC has no monitor turned on · Issue #6682 · rustdesk/rustdesk&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To be honest, such an experience really causes bad feelings. We don&amp;rsquo;t want to keep the monitor on, on the one hand, to save power, and on the other hand, to protect our privacy from others.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
