<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Troubleshooting on Lorbic</title><link>http://localhost:1313/tags/troubleshooting/</link><description>Recent content in Troubleshooting on Lorbic</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 23 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/troubleshooting/index.xml" rel="self" type="application/rss+xml"/><item><title>Wireless ADB When Your Network Fights You</title><link>http://localhost:1313/til/2026-06-15-wireless-adb-over-wifi/</link><pubDate>Mon, 15 Jun 2026 10:00:00 +0530</pubDate><guid>http://localhost:1313/til/2026-06-15-wireless-adb-over-wifi/</guid><description>&lt;p>Wireless ADB keeps timing out if you run a VPN or something like Cloudflare WARP. The issue is that these tools route all traffic through a tunnel and block direct peer-to-peer connections on your local network.&lt;/p>
&lt;p>The fix is a one-time USB handshake to tell the device to listen on TCP before you go wireless.&lt;/p>
&lt;hr>
&lt;h2 id="step-1-usb-handshake">Step 1: USB handshake&lt;a class="anchorjs-link" href="#step-1-usb-handshake" aria-label="Link to section: Step 1: USB handshake">&lt;/a>&lt;/h2>&lt;p>Connect your device via USB (USB debugging must be on). Then run:&lt;/p></description></item><item><title>How to Install Docker Desktop on Another Drive in Windows</title><link>http://localhost:1313/docker-custom-installation-location-windows/</link><pubDate>Sat, 27 Jan 2024 13:11:47 +0000</pubDate><guid>http://localhost:1313/docker-custom-installation-location-windows/</guid><description>&lt;p>Docker Desktop on Windows installs to your C: drive by default. When you pull large images (often 1.5GB each), add build layers, and stack containers, the ext4.vhdx file that holds all your container data bloats fast. This guide shows you how to route Docker to a secondary drive entirely, using CLI flags instead of the GUI.&lt;/p>
&lt;h2 id="quick-start">Quick Start&lt;a class="anchorjs-link" href="#quick-start" aria-label="Link to section: Quick Start">&lt;/a>&lt;/h2>&lt;p>Uninstall any existing Docker first. Then open PowerShell as admin and navigate to your Downloads folder where the installer is. Run:&lt;/p></description></item></channel></rss>