<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Kawan.Pro - Your Trusted IT Allies]]></title><description><![CDATA[Your trusted ally for IT Support, Cloud, Tech Tips & Digital Solutions.
]]></description><link>https://blog.kawan.pro</link><image><url>https://substackcdn.com/image/fetch/$s_!rcBJ!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png</url><title>Kawan.Pro - Your Trusted IT Allies</title><link>https://blog.kawan.pro</link></image><generator>Substack</generator><lastBuildDate>Wed, 22 Apr 2026 11:54:58 GMT</lastBuildDate><atom:link href="https://blog.kawan.pro/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Kesatria Awan]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[kawanpro@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[kawanpro@substack.com]]></itunes:email><itunes:name><![CDATA[Kawan.Pro]]></itunes:name></itunes:owner><itunes:author><![CDATA[Kawan.Pro]]></itunes:author><googleplay:owner><![CDATA[kawanpro@substack.com]]></googleplay:owner><googleplay:email><![CDATA[kawanpro@substack.com]]></googleplay:email><googleplay:author><![CDATA[Kawan.Pro]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[How to add machine on Tailscale]]></title><description><![CDATA[This guide shows how to add a new machine to Tailscale. It covers installing Tailscale, joining the machine using an auth key, enabling IP forwarding if needed, and optionally advertising a local network.

The goal is to connect the machine to your Tailnet so you can access it (and its LAN, if required) from other locations securely, without opening ports or setting up a complicated VPN.]]></description><link>https://blog.kawan.pro/p/how-to-add-machine-on-tailscale</link><guid isPermaLink="false">https://blog.kawan.pro/p/how-to-add-machine-on-tailscale</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Mon, 02 Mar 2026 02:00:33 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/b58a5bd0-5f96-43c5-8ab1-10846321b38b_2966x1578.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3><strong>Problem Statement</strong></h3><p>Sometimes we have machines located in different places and networks. This creates access and management challenges.</p><p><strong>Common Issues</strong></p><ul><li><p>Server located in another site or data center</p></li><li><p>Client PC inside a private LAN (behind NAT)</p></li><li><p>No public IP available</p></li><li><p>Firewall blocking direct access</p></li><li><p>Traditional VPN setup is complex and hard to maintain</p></li><li><p>Port forwarding increases security risk</p></li></ul><p><strong>Why We Use Tailscale</strong></p><ul><li><p>Securely connect machines across different networks</p></li><li><p>No need to expose public IP or open ports</p></li><li><p>Encrypted communication between devices</p></li><li><p>Access remote machines as if they are in the same local network</p></li><li><p>Simple deployment without complex VPN configuration</p></li></ul><h3><strong>Tools Required</strong></h3><p>Before starting, ensure the following:</p><p><strong>System Requirements</strong></p><ul><li><p>Linux machine (Ubuntu Server / Desktop recommended)</p></li><li><p>Root or sudo access</p></li><li><p>Internet connection</p></li></ul><p><strong>Access Requirements</strong></p><ul><li><p>Tailscale Admin Console access</p></li><li><p>Auth Key generated from:<br>Admin Console &#8594; Settings &#8594; Keys</p></li></ul><p>This guide explains how to:</p><ol><li><p>Install Tailscale</p></li><li><p>Join the machine to your Tailnet</p></li><li><p>Enable IP forwarding</p></li><li><p>Advertise local network routes (optional)</p></li></ol><div><hr></div><h3><strong>1) Install Tailscale</strong></h3><p>Run:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;f612a971-4ae4-4876-968f-4311d741e876&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">curl -fsSL https://tailscale.com/install.sh | sh</code></pre></div><p>Verify installation:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;2c658adf-716b-4f0e-ac6e-5a3ae989fa2d&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">tailscale version</code></pre></div><div><hr></div><h3><strong>2) Join Machine to Tailnet</strong></h3><p>Run:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;2f5e44ce-c7ff-4406-9f39-6105e64942e0&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">sudo tailscale up --accept-routes --auth-key=&lt;INSERT_AUTH_KEY_HERE&gt;</code></pre></div><p>Replace <code>&lt;INSERT_AUTH_KEY_HERE&gt;</code> with your auth key from:</p><p>Tailscale Admin Console &#8594; Settings &#8594; Keys</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!jUx6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!jUx6!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png 424w, https://substackcdn.com/image/fetch/$s_!jUx6!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png 848w, https://substackcdn.com/image/fetch/$s_!jUx6!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png 1272w, https://substackcdn.com/image/fetch/$s_!jUx6!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!jUx6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png" width="1456" height="772" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:772,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1188295,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/189608698?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!jUx6!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png 424w, https://substackcdn.com/image/fetch/$s_!jUx6!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png 848w, https://substackcdn.com/image/fetch/$s_!jUx6!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png 1272w, https://substackcdn.com/image/fetch/$s_!jUx6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F39637360-af50-46d2-8a8b-8733d4cc700c_2444x1296.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>What this does</strong></p><ul><li><p>Authenticates machine to your Tailnet</p></li><li><p>Accepts routes advertised by other nodes</p></li></ul><p>Check status:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;e34d0a61-6c17-4fb6-9425-df30e3cef07b&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">tailscale status</code></pre></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!bezj!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!bezj!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png 424w, https://substackcdn.com/image/fetch/$s_!bezj!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png 848w, https://substackcdn.com/image/fetch/$s_!bezj!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png 1272w, https://substackcdn.com/image/fetch/$s_!bezj!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!bezj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png" width="1456" height="599" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:599,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1048750,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/189608698?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!bezj!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png 424w, https://substackcdn.com/image/fetch/$s_!bezj!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png 848w, https://substackcdn.com/image/fetch/$s_!bezj!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png 1272w, https://substackcdn.com/image/fetch/$s_!bezj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b3caf1e-331f-429f-b281-a3f77f5dc8be_2820x1160.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h3><strong>3) Enable IP Forwarding (Required for Subnet Router)</strong></h3><p>If this machine will act as a subnet router, enable forwarding.</p><p><strong>Enable IPv4</strong></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;68c831b8-85a8-4d4a-8ba9-2e443b0af6d7&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">echo &#8216;net.ipv4.ip_forward = 1&#8217; | sudo tee -a /etc/sysctl.d/99-tailscale.conf</code></pre></div><p><strong>Enable IPv6</strong></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;d177ea60-99a9-47c2-939a-6ab120a6a442&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">echo &#8216;net.ipv6.conf.all.forwarding = 1&#8217; | sudo tee -a /etc/sysctl.d/99-tailscale.conf</code></pre></div><p><strong>Apply Configuration</strong></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;296b5697-69c8-4935-a1e9-0e59ada5bd4a&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">sudo sysctl -p /etc/sysctl.d/99-tailscale.conf</code></pre></div><p>Verify:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;7afa698b-c7c8-43c5-8cd8-7a4cd765b9e2&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">sysctl net.ipv4.ip_forward</code></pre></div><p>Expected output:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;plaintext&quot;,&quot;nodeId&quot;:&quot;caa892d7-c934-4600-96a3-fda8bfa61cc5&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-plaintext">net.ipv4.ip_forward = 1</code></pre></div><div><hr></div><h3><strong>4) Advertise Local Network (Optional &#8211; Subnet Router Mode)</strong></h3><p>If this machine connects to a local LAN and you want remote Tailscale users to access that LAN:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;2eb70d6b-806e-4f85-98b5-9dc181b61a52&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">sudo tailscale set --advertise-routes=X.X.X.X/24</code></pre></div><p>Replace <code>X.X.X.X/24</code> with the actual LAN subnet.</p><p>Example:</p><p>sudo tailscale set --advertise-routes=192.168.1.0/24</p><div><hr></div><h3><strong>5) Approve Route in Admin Console</strong></h3><p>After advertising routes:</p><ol><li><p>Go to Tailscale Admin Console</p></li><li><p>Open Machines</p></li><li><p>Select the new machine</p></li><li><p>Enable the advertised subnet</p></li></ol><p>The route will not work until approved.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!MIxN!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MIxN!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png 424w, https://substackcdn.com/image/fetch/$s_!MIxN!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png 848w, https://substackcdn.com/image/fetch/$s_!MIxN!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png 1272w, https://substackcdn.com/image/fetch/$s_!MIxN!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MIxN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png" width="814" height="972" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0a300069-b835-48a3-b038-7e60384562c6_814x972.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:972,&quot;width&quot;:814,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:412221,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/189608698?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!MIxN!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png 424w, https://substackcdn.com/image/fetch/$s_!MIxN!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png 848w, https://substackcdn.com/image/fetch/$s_!MIxN!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png 1272w, https://substackcdn.com/image/fetch/$s_!MIxN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a300069-b835-48a3-b038-7e60384562c6_814x972.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!aNgw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!aNgw!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png 424w, https://substackcdn.com/image/fetch/$s_!aNgw!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png 848w, https://substackcdn.com/image/fetch/$s_!aNgw!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png 1272w, https://substackcdn.com/image/fetch/$s_!aNgw!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!aNgw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png" width="1224" height="1212" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1212,&quot;width&quot;:1224,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:548360,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/189608698?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!aNgw!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png 424w, https://substackcdn.com/image/fetch/$s_!aNgw!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png 848w, https://substackcdn.com/image/fetch/$s_!aNgw!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png 1272w, https://substackcdn.com/image/fetch/$s_!aNgw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a84551f-254a-4862-9c73-3e3a01b7d423_1224x1212.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><div><hr></div><h4><strong>Important Notes</strong></h4><ul><li><p>Auth keys can expire (check expiration in the Admin Console).</p></li><li><p>If you do not want the machine to expire, disable key expiry when creating the auth key in the Admin Console.</p></li><li><p>Route advertisements must be approved manually.</p></li><li><p>Firewall (UFW / firewalld) must allow forwarding if enabled.</p></li><li><p>If using as an exit node, additional configuration is required.</p></li></ul>]]></content:encoded></item><item><title><![CDATA[WHAT IS BIG DATA? – WHY DO COMPANIES TALK ABOUT IT SO MUCH?]]></title><description><![CDATA[Big Data refers to extremely large amounts of data that are too complex to be handled by traditional tools.]]></description><link>https://blog.kawan.pro/p/what-is-big-data-why-do-companies</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-big-data-why-do-companies</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Mon, 02 Mar 2026 01:46:52 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!xcXy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xcXy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xcXy!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp 424w, https://substackcdn.com/image/fetch/$s_!xcXy!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp 848w, https://substackcdn.com/image/fetch/$s_!xcXy!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp 1272w, https://substackcdn.com/image/fetch/$s_!xcXy!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xcXy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp" width="962" height="962" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:962,&quot;width&quot;:962,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:298884,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/189608627?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!xcXy!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp 424w, https://substackcdn.com/image/fetch/$s_!xcXy!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp 848w, https://substackcdn.com/image/fetch/$s_!xcXy!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp 1272w, https://substackcdn.com/image/fetch/$s_!xcXy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74b969b7-8fc9-4a37-bdf6-7d1cdd95330b_962x962.webp 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Big Data refers to <strong>extremely large amounts of data</strong> that are too complex to be handled by traditional tools. It includes information from social media, apps, websites, transactions, sensors, and more.<br>Simply put:<br><br>&#128073; Big Data = Massive information generated every second.<br><br><strong>WHAT MAKES DATA &#8220;BIG&#8221;?</strong><br><strong><br>1. High Volume</strong> &#8211; Huge amounts of data<br><strong>2. High Velocity</strong> &#8211; Data generated very fast<br><strong>3. High Variety</strong> &#8211; Different types (text, video, images, numbers)<br><strong>4. High Complexity</strong> &#8211; Difficult to manage using normal systems<br><strong>5. Continuous Growth</strong> &#8211; Keeps increasing every day<br><br>&#128073; It&#8217;s not just big &#8212; it&#8217;s fast and diverse.<br><br><strong>WHY DOES BIG DATA EXIST?</strong><br>More people using digital platforms<br>More devices connected to the internet<br>More online transactions<br>More user interactions every second<br>&#128073; The digital world naturally produces large-scale data.<br><br><br><strong>WHY BIG DATA IS IMPORTANT</strong><br>Helps businesses understand behavior<br>Detects patterns and trends<br>Improves decision-making<br>Supports AI and machine learning<br>&#128161; Big Data itself is not valuable &#8212; insights from it are.<br><br><strong>REAL-LIFE EXAMPLES</strong><br>&#128241; Social media tracking user activity<br>&#128722; Online stores analyzing buying patterns<br>&#128663; Ride-hailing apps optimizing routes<br>&#127916; Streaming platforms recommending shows<br>&#128073; All powered by Big Data analysis.<br><br><strong>IMPORTANT TO REMEMBER</strong><br>Big Data is about <strong>scale and speed</strong> &#8212; not just size.<br><br><strong>FOUND THIS HELPFUL?</strong><br>&#128077; Like if this made Big Data easier to understand<br>&#128257; Share to help others learn IT basics<br>&#128276; Follow for more simple tech explainers!<br><br>--<br>&#128233; <strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[How to Migrate WordPress site in CloudPanel]]></title><description><![CDATA[Example: Migrate from a.test.com &#8594; b.test.com]]></description><link>https://blog.kawan.pro/p/wordpress-migration-in-cloudpanel</link><guid isPermaLink="false">https://blog.kawan.pro/p/wordpress-migration-in-cloudpanel</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Fri, 27 Feb 2026 02:03:37 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!SNBY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3><strong>Problem Statement</strong></h3><p>WordPress migration is required when:</p><ul><li><p>Changing <strong>domain name</strong> but keeping the same website content</p></li><li><p>Moving from <strong>staging environment to production</strong><br>Example:</p></li></ul><pre><code>staging.test.com &#8594; test.com</code></pre><ul><li><p>Moving site between server users inside CloudPanel</p></li><li><p>Rebuilding environment but keeping the same website</p></li></ul><p>This procedure ensures:</p><ul><li><p>Files are transferred correctly</p></li><li><p>Database remains consistent</p></li><li><p>No broken links or permission issues</p></li></ul><h3><strong>Tools Used</strong></h3><p>This migration process uses:</p><ul><li><p><strong>CloudPanel</strong> &#8211; Site and database management</p></li><li><p><strong>Cloudflare</strong> &#8211; DNS and SSL management (if applicable)</p></li><li><p><strong>Terminal (SSH)</strong> &#8211; File transfer and backup</p></li><li><p><strong>Code Editor</strong> &#8211; VS Code / Cursor / any text editor</p></li><li><p><strong>phpMyAdmin</strong> &#8211; Database export and import</p></li></ul><h3><strong>Backup First (MANDATORY)</strong></h3><p>Before migration, always perform a full backup of:</p><ul><li><p>Website files</p></li><li><p>Database</p></li></ul><p>Do not proceed without confirmed backup.</p><h3><strong>Backup Website Files (Terminal)</strong></h3><p>Example backup for <code>a.test.com</code>:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;2cdcedfd-74c7-4323-9bad-226ce84f1efc&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">cd /home/test-a/htdocs/
zip -r a.test.com-backup.zip a.test.com</code></pre></div><p>Confirm the <code>.zip</code> file is created successfully before continuing.</p><div><hr></div><h3><strong>Backup Database (SQL Dump via Terminal &#8211; Recommended)</strong></h3><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;0087f48c-1ec3-431e-92c3-7b464ae37ae6&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">mysqldump -u DB_USER -p DB_NAME &gt; a-test-backup.sql</code></pre></div><p>Enter the database password when prompted.</p><p>You should now have:</p><ul><li><p>Website backup (.zip)</p></li><li><p>Database backup (.sql)</p></li></ul><p>Only proceed after verifying both backup files exist.</p><h3><strong>1) Create New WordPress Site (Destination)</strong></h3><ol><li><p>Login to <strong>CloudPanel</strong>.</p></li><li><p>Create a new WordPress site:</p><ul><li><p>Domain: <code>b.test.com</code></p></li></ul></li><li><p>Save the following details (needed later):</p><ul><li><p>Database name</p></li><li><p>Database username</p></li><li><p>Database password</p></li></ul></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!SNBY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!SNBY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png 424w, https://substackcdn.com/image/fetch/$s_!SNBY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png 848w, https://substackcdn.com/image/fetch/$s_!SNBY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png 1272w, https://substackcdn.com/image/fetch/$s_!SNBY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!SNBY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png" width="1456" height="781" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:781,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;image.png&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="image.png" title="image.png" srcset="https://substackcdn.com/image/fetch/$s_!SNBY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png 424w, https://substackcdn.com/image/fetch/$s_!SNBY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png 848w, https://substackcdn.com/image/fetch/$s_!SNBY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png 1272w, https://substackcdn.com/image/fetch/$s_!SNBY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6fdffe6e-3bfc-4f5a-a09a-b16c1fa437c4_1680x901.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>2) Prepare Destination Directory</strong></h3><ol><li><p>Go to <strong>File Manager</strong>.</p></li><li><p>Navigate to:</p><p><em>htdocs &#8594; b.test.com</em></p></li><li><p>Delete all existing files inside the folder<br>(including <code>wp-config.php</code>, default WordPress files, etc.)</p></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!BFrJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!BFrJ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png 424w, https://substackcdn.com/image/fetch/$s_!BFrJ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png 848w, https://substackcdn.com/image/fetch/$s_!BFrJ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png 1272w, https://substackcdn.com/image/fetch/$s_!BFrJ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!BFrJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png" width="1456" height="848" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:848,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;image.png&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="image.png" title="image.png" srcset="https://substackcdn.com/image/fetch/$s_!BFrJ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png 424w, https://substackcdn.com/image/fetch/$s_!BFrJ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png 848w, https://substackcdn.com/image/fetch/$s_!BFrJ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png 1272w, https://substackcdn.com/image/fetch/$s_!BFrJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79017a82-7515-4ae3-864f-6aa8235cf1df_1680x978.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>3) Copy Files from Source Site</strong></h3><p>Open <strong>Terminal</strong> and run:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;bash&quot;,&quot;nodeId&quot;:&quot;9697dfc2-c097-4444-a67c-815d8c9b5ff2&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-bash">cd /home/test-a/htdocs/a.test.com/
cp -r * ../../../test-b/htdocs/b.test.com/.
cd ../../../test-b/htdocs/b.test.com/
chown -R test-b:test-b *</code></pre></div><p>Explanation:</p><ul><li><p>First command &#8594; Go to source site folder</p></li><li><p>Second command &#8594; Copy all files to new site folder</p></li><li><p>Third command &#8594; Move into destination folder</p></li><li><p>Fourth command &#8594; Assign proper ownership (MANDATORY)</p></li></ul><h3><strong>4) Export Database from Source Site</strong></h3><ol><li><p>In <strong>CloudPanel</strong>, go to:</p><p><em>Databases &#8594; Database Users &#8594; (a site) &#8594; Manage</em></p></li><li><p>Open <strong>phpMyAdmin</strong>.</p></li><li><p>Click <strong>Export</strong>.</p></li><li><p>Export database as <code>.sql</code> file.</p></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!j0X1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!j0X1!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png 424w, https://substackcdn.com/image/fetch/$s_!j0X1!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png 848w, https://substackcdn.com/image/fetch/$s_!j0X1!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png 1272w, https://substackcdn.com/image/fetch/$s_!j0X1!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!j0X1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png" width="1456" height="691" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:691,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1338764,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/189318738?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!j0X1!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png 424w, https://substackcdn.com/image/fetch/$s_!j0X1!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png 848w, https://substackcdn.com/image/fetch/$s_!j0X1!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png 1272w, https://substackcdn.com/image/fetch/$s_!j0X1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8ca50526-784c-40f7-95aa-4807d031de77_3168x1504.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>5) Edit Database File</strong></h3><ol><li><p>Open the exported <code>.sql</code> file in a text editor.</p></li><li><p>Use <strong>Find &amp; Replace</strong>:</p><ul><li><p>Find: <code>test-a</code></p></li><li><p>Replace with: <code>test-b</code></p></li></ul></li><li><p>Save the file.</p></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!MrmO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MrmO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png 424w, https://substackcdn.com/image/fetch/$s_!MrmO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png 848w, https://substackcdn.com/image/fetch/$s_!MrmO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png 1272w, https://substackcdn.com/image/fetch/$s_!MrmO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MrmO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png" width="831" height="514" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:514,&quot;width&quot;:831,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;image.png&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="image.png" title="image.png" srcset="https://substackcdn.com/image/fetch/$s_!MrmO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png 424w, https://substackcdn.com/image/fetch/$s_!MrmO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png 848w, https://substackcdn.com/image/fetch/$s_!MrmO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png 1272w, https://substackcdn.com/image/fetch/$s_!MrmO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc49b6062-9e6c-422f-b0a3-dce9b931c3f7_831x514.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>6) Import Database to Destination Site</strong></h3><ol><li><p>In <strong>CloudPanel</strong>, go to:</p><p><em>Databases &#8594; Database Users &#8594; (b site) &#8594; Manage</em></p></li><li><p>Open <strong>phpMyAdmin</strong>.</p></li><li><p>Select the database.</p></li><li><p><strong>Drop all existing tables first.</strong></p></li><li><p>Click <strong>Import</strong> and upload the edited <code>.sql</code> file.</p></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!8Zvd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!8Zvd!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png 424w, https://substackcdn.com/image/fetch/$s_!8Zvd!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png 848w, https://substackcdn.com/image/fetch/$s_!8Zvd!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png 1272w, https://substackcdn.com/image/fetch/$s_!8Zvd!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!8Zvd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png" width="1456" height="865" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:865,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;image.png&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="image.png" title="image.png" srcset="https://substackcdn.com/image/fetch/$s_!8Zvd!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png 424w, https://substackcdn.com/image/fetch/$s_!8Zvd!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png 848w, https://substackcdn.com/image/fetch/$s_!8Zvd!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png 1272w, https://substackcdn.com/image/fetch/$s_!8Zvd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0edb0b86-14a4-4639-b185-46f3384a2f99_1680x998.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!0S9H!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!0S9H!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png 424w, https://substackcdn.com/image/fetch/$s_!0S9H!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png 848w, https://substackcdn.com/image/fetch/$s_!0S9H!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png 1272w, https://substackcdn.com/image/fetch/$s_!0S9H!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!0S9H!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png" width="1456" height="785" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:785,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1334655,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/189318738?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!0S9H!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png 424w, https://substackcdn.com/image/fetch/$s_!0S9H!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png 848w, https://substackcdn.com/image/fetch/$s_!0S9H!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png 1272w, https://substackcdn.com/image/fetch/$s_!0S9H!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08f5c3fa-b18c-4a05-b6cf-89eec530d39a_3162x1704.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>7) Update Site URL</strong></h3><ol><li><p>In phpMyAdmin, open table:</p><p><em>wp_options</em></p></li><li><p>Locate these two rows:</p><ul><li><p><code>siteurl</code></p></li><li><p><code>home</code></p></li></ul></li><li><p>Change value:</p></li></ol><p>https://a.test.com</p><p>&#10141; to:</p><p>https://b.test.com</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!0caf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!0caf!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg 424w, https://substackcdn.com/image/fetch/$s_!0caf!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg 848w, https://substackcdn.com/image/fetch/$s_!0caf!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!0caf!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!0caf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;cp-kb6.jpg&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="cp-kb6.jpg" title="cp-kb6.jpg" srcset="https://substackcdn.com/image/fetch/$s_!0caf!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg 424w, https://substackcdn.com/image/fetch/$s_!0caf!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg 848w, https://substackcdn.com/image/fetch/$s_!0caf!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!0caf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F676ff9df-b8bc-40e4-8776-3509d211a9b7_1680x945.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>8) Update wp-config.php</strong></h3><ol><li><p>Go to:</p><p><em>CloudPanel &#8594; Sites &#8594; b.test.com &#8594; File Manager</em></p></li><li><p>Open:</p><p><em>htdocs &#8594; b.test.com &#8594; wp-config.php</em></p></li><li><p>Update:</p><ul><li><p>Database name</p></li><li><p>Database username</p></li><li><p>Database password<br>(Use the credentials saved earlier)</p></li></ul></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!TkV6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!TkV6!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png 424w, https://substackcdn.com/image/fetch/$s_!TkV6!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png 848w, https://substackcdn.com/image/fetch/$s_!TkV6!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png 1272w, https://substackcdn.com/image/fetch/$s_!TkV6!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!TkV6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png" width="1456" height="869" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:869,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;image.png&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="image.png" title="image.png" srcset="https://substackcdn.com/image/fetch/$s_!TkV6!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png 424w, https://substackcdn.com/image/fetch/$s_!TkV6!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png 848w, https://substackcdn.com/image/fetch/$s_!TkV6!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png 1272w, https://substackcdn.com/image/fetch/$s_!TkV6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F516b3665-9cff-4d8f-abf9-e82f12f889a1_1680x1003.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>9) Check DNS &amp; Cloudflare</strong></h3><ul><li><p>Verify DNS record for <code>b.test.com</code> is pointing to correct server IP</p></li><li><p>Check Cloudflare (if used)</p></li><li><p>Clear cache if necessary</p></li></ul><h3><strong>&#9989; Migration Completed</strong></h3><p>After all steps:</p><ul><li><p>Visit </p></li></ul><p>https://b.test.com</p><ul><li><p>Test:</p><ul><li><p>Admin login</p></li><li><p>Frontend pages</p></li><li><p>Forms</p></li><li><p>Plugins</p></li><li><p>Media files</p></li></ul></li></ul><p>If everything loads correctly, migration is successful.<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><h3>&#9888; Important</h3><p><code>test-a</code> and <code>test-b</code> in the example above are <strong>placeholders only</strong>.</p><p>Before running the command, verify:</p><ul><li><p>The correct Linux system user for the source site</p></li><li><p>The correct Linux system user for the destination site</p></li><li><p>The exact folder path under <code>/home/</code></p></li></ul><p>To confirm the correct user:</p><p>Go to <strong>CloudPanel &#8594; Sites &#8594; (Site Name)</strong> and check the system user assigned to the site.</p><p>If the system user is different, replace:</p><pre><code>test-a
test-b</code></pre><p>with the actual usernames shown in CloudPanel.</p><p>Incorrect username usage may result in:</p><ul><li><p>Permission denied errors</p></li><li><p>403 Forbidden errors</p></li><li><p>File ownership mismatch</p></li></ul><p>Always verify before executing the command.</p><p></p></div></div>]]></content:encoded></item><item><title><![CDATA[WHAT IS SQL INJECTION (SQLi)?]]></title><description><![CDATA[SQL Injection (SQLi) is a web security vulnerability that allows attackers to interfere with an application&#8217;s database queries.]]></description><link>https://blog.kawan.pro/p/what-is-sql-injection-sqli</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-sql-injection-sqli</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Tue, 10 Feb 2026 08:10:47 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!YGzx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!YGzx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!YGzx!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!YGzx!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!YGzx!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!YGzx!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!YGzx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/bd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:127215,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/187488782?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!YGzx!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!YGzx!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!YGzx!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!YGzx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd11f349-f402-46f7-8b71-b183ae7b3f4f_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>SQL Injection (SQLi) is a web security vulnerability that allows attackers to interfere with an application&#8217;s database queries. By injecting malicious SQL code into input fields (such as login forms, search boxes, or URLs), attackers can trick the database into revealing, modifying, or deleting sensitive data.<br>When the application does not properly validate user input, the database executes the attacker&#8217;s commands as if they were legitimate.<br><br><strong>SQLi = attacker injects SQL query &#8594; database executes it</strong><br><br><br><strong>KEY FUNCTIONS OF AN SQL INJECTION ATTACK</strong><br><strong>Execute Malicious SQL Commands</strong> = Runs attacker-controlled database queries.<br><strong>Steal Sensitive Data</strong> = Exposes usernames, passwords, personal data, or payment info.<br><strong>Authentication Bypass</strong> = Logs attackers in without valid credentials.<br><strong>Modify or Delete Data</strong> = Changes records or wipes entire databases.<br><strong>Gain Full Database Control</strong> = In severe cases, attackers can take over the backend system.<br><br><br><strong>WHY IS SQL INJECTION DANGEROUS?</strong><br>&#10004; Directly targets critical databases<br>&#10004; Can expose confidential business and user data<br>&#10004; May allow full system compromise<br>&#10004; Often easy to exploit if protections are weak<br>&#10004; One vulnerable input can expose the entire database<br><br>Without proper protection, SQL Injection can completely destroy trust in a web application.<br><br><br><strong>COMMON TYPES OF SQL INJECTION</strong><br><strong>In-Band SQLi</strong> &#8211; Attacker uses the same channel to inject and retrieve data<br><strong>Blind SQLi</strong> &#8211; No direct output, attacker infers data using true/false responses<br><strong>Time-Based Blind SQLi</strong> &#8211; Uses delays to extract information<br><strong>Out-of-Band SQLi</strong> &#8211; Data is exfiltrated through a different channel<br><strong>Error-Based SQLi</strong> &#8211; Database error messages reveal sensitive details<br><br><br><strong>HOW TO PREVENT SQL INJECTION</strong><br>&#10004; Use prepared statements / parameterized queries<br>&#10004; Validate and sanitize all user inputs<br>&#10004; Apply least-privilege access to database accounts<br>&#10004; Disable detailed database error messages<br>&#10004; Keep databases, frameworks, and libraries updated<br><br><br><strong>FOUND THIS HELPFUL?</strong><br>&#128077; Like if you learned something new<br>&#128257; Share to spread cybersecurity awareness<br>&#128276; Follow for more simple cybersecurity explainers<br><br><strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS SAN (STORAGE AREA NETWORK)?
]]></title><description><![CDATA[If NAS feels great but you&#8217;re running mission-critical systems, high-traffic databases, or virtual machines &#8212; this is where SAN comes in &#128170;]]></description><link>https://blog.kawan.pro/p/what-is-san-storage-area-network</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-san-storage-area-network</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Tue, 10 Feb 2026 07:38:34 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!8X3I!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!8X3I!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!8X3I!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!8X3I!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!8X3I!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!8X3I!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!8X3I!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:216809,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/187487318?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!8X3I!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!8X3I!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!8X3I!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!8X3I!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32cc984b-f087-4754-80b0-3d316316c649_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>If NAS feels great but you&#8217;re running mission-critical systems, high-traffic databases, or virtual machines &#8212; this is where SAN comes in &#128170;<br><br><strong>WHAT SAN DOES?</strong></p><ul><li><p>Dedicated high-speed network for storage</p></li><li><p>Provides block-level storage to servers</p></li><li><p>Appears to servers like local disks</p></li><li><p>Built for performance, reliability, and scale</p></li></ul><p>Think of SAN as <strong>enterprise-grade storage</strong> designed for serious workloads.<br><br><strong>WHAT YOU USE SAN FOR</strong></p><ul><li><p>Virtualization platforms (VMware, Proxmox, Hyper-V)</p></li><li><p>Databases (ERP, finance systems, high-IO apps)</p></li><li><p>Mission-critical applications</p></li><li><p>High-availability (HA) &amp; failover systems</p></li><li><p>Large-scale data centers<br></p></li></ul><p>SAN is all about speed + uptime.<br><br><strong>HOW SAN WORKS</strong><br><br>Servers &#8594; connect to &#8594; SAN network<br>SAN network &#8594; connects to &#8594; shared storage<br><br>Instead of accessing files, servers access raw storage blocks, just like internal SSDs but shared, redundant, and super fast.<br><br><br><strong>WHY SAN IS POWERFUL</strong><br><strong><br></strong>&#10003; Extremely fast (low latency)<br>&#10003; Centralized storage for many servers<br>&#10003; High availability &amp; redundancy<br>&#10003; No single point of failure (when designed properly)<br>&#10003; Designed for 24/7 enterprise workloads<br><br><strong>WHO SHOULD USE SAN?</strong></p><ul><li><p>Medium to large enterprises</p></li><li><p>Companies running many virtual machines</p></li><li><p>Data centers &amp; cloud providers</p></li><li><p>Organizations where downtime = money<br></p></li></ul><p><strong>FOUND THIS HELPFUL?</strong><br><strong><br></strong>&#128077; Like if this made SAN less scary<br>&#128257; Share with someone planning a server upgrade<br>&#128276; Follow for more simple IT explainers!<br><br>&#8211;&#8211;<br>Subscribe to our newsletter so you don&#8217;t miss practical IT insights &#128161;<br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS AN ALGORITHM? – WHAT’S THE DIFFERENCE BETWEEN RANDOM & SMART SYSTEMS?]]></title><description><![CDATA[An algorithm is a set of rules or steps that a system follows to make decisions.]]></description><link>https://blog.kawan.pro/p/what-is-an-algorithm-whats-the-difference</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-an-algorithm-whats-the-difference</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Thu, 05 Feb 2026 03:42:27 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!MghJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!MghJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MghJ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!MghJ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!MghJ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!MghJ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MghJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:121027,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/186938416?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!MghJ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!MghJ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!MghJ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!MghJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe151260c-e7b8-442d-b38a-35c1fbdfda18_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>An algorithm is a set of rules or steps that a system follows to make decisions. It helps computers decide what to show, what to recommend, and what to do next based on data.</p><p><br>Think of it as the brain behind apps and platforms.<br><br><strong>SIMPLE RULES &#8211; BASIC ALGORITHMS</strong><br>1. Follow fixed instructions<br>2. Same input = same result<br>3. Easy decision-making<br>4. No learning involved<br>5. Used in calculators &amp; basic systems<br><br>Simple rules work well for straightforward tasks.<br><br><strong>SMART RULES &#8211; MODERN ALGORITHMS</strong><br>1. Use user data<br>2. Adapt based on behavior<br>3. Prioritize relevant content<br>4. Improve over time<br>5. Used in social media, apps &amp; websites<br><br>Smart algorithms personalize your experience.<br><br>&#8221; HOW ALGORITHMS WORK IN REAL LIFE? &#8220;<br><br><strong>What happens?</strong><br>You like, click, or watch something.<br><br><strong>Why it happens?</strong><br>The algorithm learns your preference and shows you more of it.<br><br>That&#8217;s why your feed feels &#8220;custom-made&#8221;.<br><br><strong>WHY ALGORITHMS ARE IMPORTANT</strong><br><br>&#9989; Save time<br>&#9989; Reduce information overload<br>&#9989; Improve user experience<br>&#9989; Help platforms make better decisions<br><br>Algorithms don&#8217;t think like humans, they follow data and rules.<br><br><strong>WHICH TYPE AFFECTS YOU DAILY?</strong><br><br>Simple algorithms &#8594; basic tools<br>Smart algorithms &#8594; social media, streaming apps, search engines<br><br>Algorithms decide what you see. Data decides how they work.<br><br>FOUND THIS HELPFUL?<br><br>&#128077; Like if this cleared things up<br>&#128257; Share to help others understand algorithms<br>&#128276; Follow for more simple tech explainers!<br><br>---<br><br>Subscribe to our newsletter so you don&#8217;t miss our informative insights!<br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[HDD OR SSD — WHICH ONE SHOULD YOU USE?]]></title><description><![CDATA[Both store your data, but they perform very differently.]]></description><link>https://blog.kawan.pro/p/hdd-or-ssd-which-one-should-you-use</link><guid isPermaLink="false">https://blog.kawan.pro/p/hdd-or-ssd-which-one-should-you-use</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Thu, 05 Feb 2026 03:39:26 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!iupo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!iupo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!iupo!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!iupo!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!iupo!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!iupo!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!iupo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:282941,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/186938338?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!iupo!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!iupo!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!iupo!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!iupo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2341e365-fa71-4bd8-87b8-423db1e3d385_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><br>Both store your data, but they perform very differently.<br><br><strong>HDD (HARD DISK DRIVE)</strong><br>&#8226; Uses spinning disks<br>&#8226; Slower read and write speed<br>&#8226; More affordable for large storage<br>&#8226; Suitable for basic storage and backups<br><br><strong>SSD (SOLID STATE DRIVE)</strong><br>&#8226; No moving parts<br>&#8226; Much faster read and write speed<br>&#8226; Faster boot and app loading<br>&#8226; Better for daily use and performance<br><br><strong>HOW THIS AFFECTS YOUR PC</strong><br>&#10004;&#65039;SSD makes the system feel faster overall<br>&#10004;&#65039;HDD can cause longer loading times<br>&#10004;&#65039;Upgrading to SSD is one of the biggest performance boosts<br><br>&#128161; Using an SSD for the system and HDD for storage is a common best practice.<br><br><br><strong>FOUND THIS HELPFUL?</strong><br>&#128077; Like if this helped<br>&#128257; Share with someone still waiting for their PC to boot<br>&#128276; Follow for more simple tech facts<br><br>---<br><strong><br>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS NAS (NETWORK ATTACHED STORAGE)?]]></title><description><![CDATA[If you&#8217;re still relying on USB hard drives or scattered cloud folders, this one&#8217;s for you &#128064;]]></description><link>https://blog.kawan.pro/p/what-is-nas-network-attached-storage</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-nas-network-attached-storage</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Thu, 05 Feb 2026 03:37:52 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!LR0g!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!LR0g!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!LR0g!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!LR0g!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!LR0g!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!LR0g!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!LR0g!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:304312,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/186938189?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!LR0g!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!LR0g!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!LR0g!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!LR0g!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a31a28e-5680-4697-9d79-4f0930025123_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><br>If you&#8217;re still relying on USB hard drives or scattered cloud folders, this one&#8217;s for you &#128064;<br><strong><br>WHAT NAS DOES</strong></p><ul><li><p>Centralized storage connected to your network</p></li><li><p>Lets multiple users access files at the same time</p></li><li><p>Stores data securely in one place</p></li><li><p>Works 24/7 like a mini server<br></p></li></ul><p><strong>WHAT YOU CAN USE NAS FOR</strong></p><ul><li><p>File sharing (office, home, team projects)</p></li><li><p>Automated backups (PCs, servers, phones)</p></li><li><p>Media storage (photos, videos, CCTV footage)</p></li><li><p>Private cloud (access files anywhere, anytime)</p></li><li><p>Version control &amp; data recovery<br></p></li></ul><p><strong>WHY NAS IS BETTER THAN EXTERNAL HARD DRIVES</strong><br><br>&#10003; Always online<br>&#10003; Multi-user access<br>&#10003; RAID protection (disk failure &#8800; data loss)<br>&#10003; Scalable storage<br>&#10003; Better security &amp; access control<br><br><strong>WHO SHOULD USE NAS</strong><br><br>&#8226; Small &amp; medium businesses<br>&#8226; Content creators (video, design, media)<br>&#8226; IT teams &amp; homelab users<br>&#8226; Anyone serious about data safety<br><br><strong>FOUND THIS HELPFUL?</strong><br><strong><br></strong>&#128077; Like if this cleared things up<br>&#128257; Share to help others choose the right tool<br>&#128276; Follow for more simple tech explainers!<br><br>&#8211;&#8211;<br><br>Subscribe to our newsletter so you don&#8217;t miss practical IT insights &#128161;<br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[ROBO CARNIVAL JAZRO DI TAMAN MELATI]]></title><description><![CDATA[&#129302;&#127881; JOM SERTAI ROBO CARNIVAL JAZRO DI TAMAN MELATI!]]></description><link>https://blog.kawan.pro/p/robo-carnival-jazro-di-taman-melati</link><guid isPermaLink="false">https://blog.kawan.pro/p/robo-carnival-jazro-di-taman-melati</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Wed, 28 Jan 2026 03:45:55 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!lZPJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!lZPJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!lZPJ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg 424w, https://substackcdn.com/image/fetch/$s_!lZPJ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg 848w, https://substackcdn.com/image/fetch/$s_!lZPJ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!lZPJ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!lZPJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg" width="1456" height="1820" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1820,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2544497,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/186042306?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!lZPJ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg 424w, https://substackcdn.com/image/fetch/$s_!lZPJ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg 848w, https://substackcdn.com/image/fetch/$s_!lZPJ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!lZPJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4b0006a1-8787-49eb-9579-1746c2643b0c_2251x2814.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><br>&#129302;&#127881; JOM SERTAI ROBO CARNIVAL JAZRO DI TAMAN MELATI!  &#127881;&#129302;</p><p>&#128205; Tempat: Jazro Robotic Academy @ Taman Melati</p><p>&#128467; Tarikh: 31 Januari / 1 Februari 2026</p><p>&#128336; Masa: 10.00 am - 12.00 pm </p><p>&#128181; Yuran: RM 50 sahaja!</p><p>&#128640; Jangan lepaskan peluang untuk menyertai Kelas Robotik Trial kami! Program ini adalah kesempatan hebat bagi anak-anak untuk meneroka dunia robotik dengan cara yang menyeronokkan dan mendidik.</p><p>&#128204; Daftar sekarang melalui pautan ini: <a href="https://ezy.la/TCJAZROKL">https://ezy.la/TCJAZROKL</a></p><p>&#128198; Tarikh tutup penyertaan: 28 Januari 2026</p><p>Ibu/Bapa perlu bersama anak sepanjang program dijalankan</p><p>Sebarang pertanyaan, boleh klik link disini: <a href="https://ezy.la/TCJAZROKL">https://t.me/JazroHotline2 </a></p><p>Jangan lepaskan peluang ini untuk membawa anak-anak anda dalam pengalaman pembelajaran yang unik dan mengasyikkan. Sertai kami dalam Robo Carnival ini! &#129302;&#127775;</p>]]></content:encoded></item><item><title><![CDATA[HAVE YOU CHANGED YOUR THERMAL PASTE?]]></title><description><![CDATA[If you can&#8217;t remember, it&#8217;s probably overdue.]]></description><link>https://blog.kawan.pro/p/have-you-changed-your-thermal-paste</link><guid isPermaLink="false">https://blog.kawan.pro/p/have-you-changed-your-thermal-paste</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Tue, 27 Jan 2026 07:43:49 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!XDZQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!XDZQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!XDZQ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!XDZQ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!XDZQ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!XDZQ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!XDZQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:631844,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/185936713?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!XDZQ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!XDZQ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!XDZQ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!XDZQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5da5994-9d39-40c7-8f57-3df887cc40f3_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>If you can&#8217;t remember, it&#8217;s probably overdue.<br><br><strong>WHAT THERMAL PASTE DOES</strong><br>&#8226; Transfers heat from the CPU to the cooler<br>&#8226; Helps keep CPU temperatures stable<br>&#8226; Allows the system to maintain proper performance<br><br><strong>WHAT HAPPENS WHEN THERMAL PASTE DRIES OUT</strong><br>1. CPU temperature increases<br>2. Cooling fans become louder<br>3. Performance drops due to thermal throttling<br><br><strong>WHEN SHOULD YOU CHANGE IT</strong><br>&#10003; Every 2 to 3 years (normal usage)<br>&#10003; Anytime the CPU cooler is removed<br>&#10003; When overheating symptoms appear<br>&#10003; Every 6 months for heavy use (3D rendering, video editing, gaming)<br><br>Fresh thermal paste helps keep your PC cooler and more reliable.<br><br><strong>FOUND THIS HELPFUL?</strong><br>&#128077; Like if this helped<br>&#128257; Share to help others<br>&#128276; Follow for more simple tech facts<br><br>--<br><br><strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS A DNS RESOLVER?]]></title><description><![CDATA[A DNS Resolver is a system that translates a domain name into an IP address so computers know where to connect.]]></description><link>https://blog.kawan.pro/p/what-is-a-dns-resolver</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-a-dns-resolver</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Tue, 27 Jan 2026 07:42:55 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!p5G8!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!p5G8!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!p5G8!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!p5G8!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!p5G8!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!p5G8!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!p5G8!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:134015,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/185936367?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!p5G8!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!p5G8!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!p5G8!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!p5G8!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa428193c-650e-41cd-add9-2c7e407bb3e5_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong><br></strong>A <strong>DNS Resolver</strong> is a system that translates a <strong>domain name</strong> into an <strong>IP address</strong> so computers know where to connect.<br><br>When you type a website like <code>example.com</code> into your browser, your computer does <strong>not</strong> know the IP address yet.<br><br>The DNS Resolver&#8217;s job is to <strong>find the correct IP address for you</strong>.<br><br>Simply put: <strong>DNS Resolver = domain name &#8594; IP address finder<br></strong><br>It acts as the middleman between users and DNS servers.<br><br><br><strong>HOW A DNS RESOLVER WORKS?</strong></p><ul><li><p>User enters a domain name (<a href="http://example.com">example.com</a>)</p></li><li><p>DNS Resolver receives the request</p></li><li><p>Resolver checks cache (memory)</p></li><li><p>If not found, it asks DNS servers step by step</p></li><li><p>IP address is returned to the user</p></li><li><p>All of this usually happens in <strong>milliseconds</strong>.</p></li></ul><p><br><strong>KEY FUNCTIONS OF A DNS RESOLVER<br>1) Domain Name Lookup<br></strong>Accepts domain name requests from users or applications.<br><strong>2) Recursive Query Handling<br></strong>Performs the full lookup process on behalf of the user.<br><strong>3) Caching Responses<br></strong>Stores DNS results temporarily to speed up future requests.<br><strong>4) Traffic Efficiency<br></strong>Reduces load on DNS servers by serving cached answers.<br><strong>5) Reliable Connectivity<br></strong>Ensures users can consistently reach websites and services.<br><br><strong>WHY IS A DNS RESOLVER IMPORTANT?</strong><br>&#10004; Makes internet browsing possible<br>&#10004; Speeds up access using caching<br>&#10004; Reduces DNS server load<br>&#10004; Improves network performance<br>&#10004; Essential for all internet and internal network access<br><br>Without DNS resolvers, <strong>every device would need to know every IP address manually</strong> &#8212; which is not realistic.<br><br><strong>TYPES OF DNS RESOLVERS</strong><br><strong><br></strong>1) Local DNS Resolver : Runs on user devices or routers<br>2) ISP DNS Resolver : Provided by internet service providers<br>3) Public DNS Resolver : Google DNS, Cloudflare DNS<br>4) Enterprise / Internal DNS Resolver : Used inside organizations<br><br>&#128161; <strong>Every internet connection depends on a DNS resolver &#8212; even if you never see it.</strong><br><br><strong>FOUND THIS HELPFUL?</strong><br><strong><br></strong>&#128077; Like if you learned something new<br>&#128257; Share to help others understand IT fundamentals<br>&#128276; Follow for more simple IT &amp; infrastructure explainers<br><br>--<br><br><strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS PRESCRIPTIVE ANALYTICS?]]></title><description><![CDATA[Prescriptive Analytics is the type of data analytics that tells you what action to take.]]></description><link>https://blog.kawan.pro/p/what-is-prescriptive-analytics</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-prescriptive-analytics</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Fri, 23 Jan 2026 02:50:24 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!CH_k!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!CH_k!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!CH_k!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!CH_k!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!CH_k!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!CH_k!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!CH_k!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:141656,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/185491101?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!CH_k!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!CH_k!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!CH_k!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!CH_k!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4e4d03b6-f9e1-4d3f-9ce5-44846999ab0d_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><br>Prescriptive Analytics is the type of data analytics that tells you what action to take. It goes beyond understanding data or predicting outcomes&#8212;it recommends the best possible decision based on data, rules, and scenarios.<br><br>Simply put: It turns insights into actions.<br><br><strong>MAIN FUNCTIONS OF PRESCRIPTIVE ANALYTICS</strong><br><br>1. <strong>Recommends actions</strong><br>Suggests the best steps to take to achieve a desired outcome.<br><br>2. <strong>Uses predictions and rules</strong><br>Builds on predictive analytics and applies business rules or constraints.<br><br>3. <strong>Optimizes decisions</strong><br>Helps choose the most efficient option among many alternatives.<br><br>4. <strong>Supports real-time decisions</strong><br>Commonly used in pricing, supply chains, and automated systems.<br><br>5. <strong>Reduces risk and uncertainty</strong><br>Helps organizations make confident, data-backed choices.<br><br><strong>WHY PRESCRIPTIVE ANALYTICS IS IMPORTANT<br></strong><br>&#10004; Helps make smarter decisions<br>&#10004; Improves efficiency and performance<br>&#10004; Saves time and resources<br>&#10004; Turns data into real business value<br><br>&#128161; Knowing what to do is more powerful than knowing what might happen.<br><br><strong>FOUND THIS HELPFUL?</strong><br><br>&#128077; Like if this made things clearer<br>&#128257; Share to help others learn data analytics<br>&#128276; Follow for more simple tech explainers!<br><br>--<br><br><strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS CROSS-SITE SCRIPTING (XSS)?]]></title><description><![CDATA[Cross-Site Scripting (XSS) is a web security vulnerability that allows attackers to inject malicious JavaScript code into a trusted website.]]></description><link>https://blog.kawan.pro/p/what-is-cross-site-scripting-xss</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-cross-site-scripting-xss</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Fri, 23 Jan 2026 02:49:34 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!9Cr2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!9Cr2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!9Cr2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!9Cr2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!9Cr2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!9Cr2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!9Cr2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:165529,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/185490891?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!9Cr2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!9Cr2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!9Cr2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!9Cr2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe027db44-6d1f-4d76-822a-c59fda7618b1_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Cross-Site Scripting (XSS) is a web security vulnerability that allows attackers to inject malicious JavaScript code into a trusted website. When users visit the affected page, the malicious script runs in their browser as if it came from the legitimate website. This can allow attackers to steal data, hijack user sessions, or manipulate website content.<br><br><strong>XSS = attacker injects script &#8594; victim&#8217;s browser executes it</strong><br><br>KEY FUNCTIONS OF AN XSS ATTACK</p><ul><li><p><strong>Execute Malicious Scripts = </strong>Runs attacker-controlled JavaScript in a victim&#8217;s browser.</p></li><li><p><strong>Steal Sensitive Information = </strong>Captures cookies, session tokens, or form data.</p></li><li><p><strong>Session Hijacking = </strong>Allows attackers to impersonate users by stealing login sessions.</p></li><li><p><strong>Website Defacement = </strong>Modifies page content to display fake messages or links.</p></li><li><p><strong>User Redirection = </strong>Forces victims to malicious or phishing websites.</p></li></ul><p><br>WHY IS XSS DANGEROUS?<br><br>&#10004; Affects real users, not just servers<br>&#10004; Exploits trust in legitimate websites<br>&#10004; Can bypass authentication controls<br>&#10004; Leads to account compromise<br>&#10004; One vulnerable page can affect thousands of users<br><br><strong>Without proper protection, XSS can turn trusted websites into attack platforms.</strong><br><br>COMMON TYPES OF XSS<br><br><strong>Stored XSS</strong> &#8211; Malicious script is saved in the database and executed for every visitor<br><strong>Reflected XSS</strong> &#8211; Script is reflected via URL or input and executed immediately<br><strong>DOM-Based XSS</strong> &#8211; Vulnerability exists in client-side JavaScript<br><strong>Input Validation Failures</strong> &#8211; User input is not properly sanitized<br><strong>Output Encoding Issues</strong> &#8211; Data is displayed without proper escaping<br><br><br>HOW TO PREVENT XSS<br><br>&#10004; Validate and sanitize all user inputs<br>&#10004; Encode output before displaying it<br>&#10004; Use Content Security Policy (CSP)<br>&#10004; Avoid inline JavaScript<br>&#10004; Keep frameworks and libraries updated<br><br><br><strong>FOUND THIS HELPFUL?</strong><br>&#128077; Like if you learned something new<br>&#128257; Share to spread cybersecurity awareness<br>&#128276; Follow for more simple cybersecurity explainers<br><br>--<br><br><strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[CAT6 OR FIBER - WHICH ONE DO YOU NEED?]]></title><description><![CDATA[Distance matters more than people think.]]></description><link>https://blog.kawan.pro/p/cat6-or-fiber-which-one-do-you-need</link><guid isPermaLink="false">https://blog.kawan.pro/p/cat6-or-fiber-which-one-do-you-need</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Tue, 20 Jan 2026 09:03:14 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!m_i9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!m_i9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!m_i9!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!m_i9!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!m_i9!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!m_i9!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!m_i9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:247474,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/185160623?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!m_i9!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!m_i9!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!m_i9!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!m_i9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F45326d95-1581-46b7-abfc-fa6989e05128_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><br>Distance matters more than people think.<br><strong><br>CAT6 (ETHERNET CABLE)</strong></p><ul><li><p>Copper cable</p></li><li><p><strong>Best for under 100 meters</strong></p></li><li><p>Stable Gigabit speed within this range</p></li><li><p>Affordable &amp; easy to deploy<br></p></li></ul><p>&#128073; Ideal for homes, offices, and rack-to-desk connections<br><br><strong>FIBER (OPTICAL CABLE)</strong></p><ul><li><p>Uses light signals</p></li><li><p><strong>Best for over 100 meters</strong> (hundreds of meters to kilometers)</p></li><li><p>Higher speed, lower latency</p></li><li><p>No electrical interference<br></p></li></ul><p>&#128073; Ideal for buildings, floors, and long-distance links<br><br><strong>WHY RANGE MATTERS</strong></p><ul><li><p>CAT6 over long distance = signal loss</p></li><li><p>Fibre handles long runs effortlessly</p></li><li><p>Choosing wrong cable limits performance<br></p></li></ul><p>&#128161; <strong>Rule of thumb:</strong><br>Under <strong>100m</strong> &#8594; CAT6<br>Over <strong>100m</strong> &#8594; Fibre<br><br><br><strong>FOUND THIS HELPFUL?</strong><br>&#128077; Like if this made it clearer<br>&#128257; Share with someone planning a network<br>&#128276; Follow for more simple tech facts!<br><br>--<br><br><strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[Wi-Fi 2.4GHz vs 5GHz - What is the difference?]]></title><description><![CDATA[Wi-Fi sends internet to your devices using radio waves. The type of radio wave used affects how far and how fast the internet reaches you.]]></description><link>https://blog.kawan.pro/p/wi-fi-24ghz-vs-5ghz-what-is-the-difference</link><guid isPermaLink="false">https://blog.kawan.pro/p/wi-fi-24ghz-vs-5ghz-what-is-the-difference</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Tue, 20 Jan 2026 09:01:27 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!oqbl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!oqbl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!oqbl!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!oqbl!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!oqbl!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!oqbl!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!oqbl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:119853,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/185160537?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!oqbl!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!oqbl!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!oqbl!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!oqbl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9ee2e6b1-3a4d-41c3-ba30-4bcb2e7c8665_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>Wi-Fi sends internet to your devices using <strong>radio waves</strong>. The type of radio wave used affects <strong>how far</strong> and <strong>how fast</strong> the internet reaches you. That&#8217;s why routers have <strong>2.4GHz</strong> and <strong>5GHz</strong>.<br><br><strong>=================</strong><br><strong>How 2.4GHz Works?</strong><br><strong>=================</strong><br><strong><br></strong>2.4GHz uses <strong>slower radio waves</strong>. It means : </p><ul><li><p>Travel <strong>farther</strong></p></li><li><p>Go through <strong>walls</strong> better</p></li><li><p>But carry <strong>less data</strong><br></p></li></ul><p>So in daily use it works even when you&#8217;re far from the router. The connection is stable but speed is limited. However, it can feel slow when many devices are connected<br><br>Wi-Fi 2.4 GHz is best for<strong> </strong>CCTV, smart devices, printers, rooms far away from router.<br><br><strong>=================<br>How 5GHz Works?</strong><br><strong>=================</strong><br><strong><br></strong>5GHz uses faster radio waves. So it means :</p><ul><li><p>Can carry more data</p></li><li><p>Give higher speed but don&#8217;t go far</p></li><li><p>It also cannot pass through walls well.<br></p></li></ul><p>So in daily use, Internet feels much faster, video calls are smoother, streaming loads instantly but signal drops if you move too far.<br><br>Wi-Fi 5 GHz best for phones, laptops, TVs, workstations, gaming.<br><br>Simple Way to Use Wi-Fi Properly : </p><ul><li><p>Near router? &#8594; Use 5GHz</p></li><li><p>Far from router? &#8594; Use 2.4GHz<br></p></li></ul><p>Or simply use a <strong>dual-band router</strong> and let it choose automatically.<br><br>Slow Wi-Fi is usually not a problem with the ISP &#8212; it&#8217;s about using the <strong>right Wi-Fi band</strong>.<br><br><strong>FOUND THIS HELPFUL?<br></strong>&#128077; Like if you learned something new<br>&#128257; Share to help others understand wireless<br>&#128276; Follow for more simple IT &amp; networking explainers<br><br>--<br><br><strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS SPOOFING?]]></title><description><![CDATA[Spoofing is a cyberattack where a malicious actor disguises themselves as a trusted entity to trick systems or users into revealing sensitive information or performing actions.]]></description><link>https://blog.kawan.pro/p/what-is-spoofing</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-spoofing</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Thu, 15 Jan 2026 09:16:55 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!LeSH!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!LeSH!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!LeSH!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!LeSH!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!LeSH!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!LeSH!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!LeSH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:107013,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/184639004?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!LeSH!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!LeSH!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!LeSH!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!LeSH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31498cfe-5b2d-465d-b51f-e8a4b0f6b67e_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>Spoofing is a cyberattack where a malicious actor disguises themselves as a trusted entity to trick systems or users into revealing sensitive information or performing actions.<br>Instead of being straightforward, the attacker pretends to be someone or something else like a trusted website, email sender, or IP address to bypass security and gain unauthorised access.<br><strong><br>Spoofing = fake identity &#8594; trick targets into giving access or data</strong><br><br><strong>KEY FUNCTIONS OF SPOOFING</strong><br>(From the attacker&#8217;s perspective)</p><ul><li><p><strong>Identity Deception - </strong>Pretends to be a legitimate source to gain trust.</p></li><li><p><strong>Unauthorized Access - </strong>By faking credentials or addresses, attackers can enter systems or networks.</p></li><li><p><strong>Data Theft - </strong>Steals sensitive data like login credentials, financial info, or personal details.</p></li><li><p><strong>Spreading Malware -</strong>Tricks users into downloading malicious files or clicking harmful links.</p></li><li><p><strong>Bypassing Security Measures - </strong>Exploits weaknesses in authentication, filtering, or network trust.<br></p></li></ul><p><br><strong>WHY IS SPOOFING DANGEROUS?</strong><br>&#10004; Sensitive information can be stolen<br>&#10004; Accounts or systems can be compromised<br>&#10004; Users may unknowingly spread malware<br>&#10004; Can be a step in larger attacks (phishing, DDoS, man-in-the-middle)<br>&#10004; Often hard to detect without monitoring<br><br>Even cautious users and secure systems can be tricked if identity verification is weak.<br><br><br><strong>COMMON TYPES OF SPOOFING</strong></p><ul><li><p><strong>Email Spoofing</strong> &#8211; Fake sender address in emails</p></li><li><p><strong>IP Spoofing</strong> &#8211; Pretending to be a trusted IP address</p></li><li><p><strong>DNS Spoofing</strong> &#8211; Redirects users to malicious websites</p></li><li><p><strong>Caller ID Spoofing</strong> &#8211; Fakes phone numbers to trick recipients</p></li><li><p><strong>ARP Spoofing</strong> &#8211; Intercepts network traffic on local networks<br></p></li></ul><p><strong>BASIC SPOOFING PREVENTION METHODS</strong></p><ul><li><p>Strong authentication (MFA)</p></li><li><p>Anti-spoofing protocols (SPF, DKIM, DMARC for email)</p></li><li><p>Network monitoring &amp; intrusion detection</p></li><li><p>Keep software and systems updated</p></li><li><p>Educate users on recognizing suspicious communications</p></li></ul><p><br><strong>FOUND THIS HELPFUL?</strong><br>&#128077; Like if you learned something new<br>&#128257; Share to help others understand cybersecurity basics<br>&#128276; Follow for more simple cybersecurity explainers</p>]]></content:encoded></item><item><title><![CDATA[HOW VLAN WORKS?]]></title><description><![CDATA[A VLAN (Virtual Local Area Network) is a way to logically divide a physical network into multiple isolated networks.]]></description><link>https://blog.kawan.pro/p/how-vlan-works</link><guid isPermaLink="false">https://blog.kawan.pro/p/how-vlan-works</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Tue, 13 Jan 2026 15:05:38 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!-ln6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!-ln6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!-ln6!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!-ln6!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!-ln6!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!-ln6!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!-ln6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:360553,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/184442101?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!-ln6!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!-ln6!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!-ln6!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!-ln6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1662f216-e827-4292-8ab8-b0fe1361b7f7_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>A VLAN (Virtual Local Area Network) is a way to logically divide a physical network into multiple isolated networks.<br><br>Even if devices are connected to the same switch, VLANs make them behave as if they are on separate networks.<br><br>Simply put: VLAN separates traffic without needing separate hardware.<br><br><strong>KEY USES OF VLAN</strong><br><strong>1. Network segmentation<br></strong>Separates users, servers, guests, or departments into different networks.<br><br><strong>2. Improved security<br></strong>Limits who can access what (e.g. Staff VLAN vs Guest Wi-Fi VLAN).<br><br><strong>3. Reduced broadcast traffic<br></strong>Broadcasts stay within the same VLAN &#8594; better performance.<br><br><strong>4. Better network management<br></strong>Easier to organize devices by role, not by physical location.<br><br><strong>5. Scalability<br></strong>Add new devices or departments without rewiring the network.<br><br><strong>COMMON VLAN EXAMPLES</strong></p><ul><li><p><strong>VLAN 10</strong> &#8211; Staff / Office Users</p></li><li><p><strong>VLAN 20</strong> &#8211; Servers</p></li><li><p><strong>VLAN 30</strong> &#8211; CCTV / IoT</p></li><li><p><strong>VLAN 40</strong> &#8211; Guest Wi-Fi</p></li><li><p><strong>VLAN 99</strong> &#8211; Network Management</p></li></ul><p>Each VLAN is isolated unless routing (Layer 3) is explicitly allowed.<br><br><strong>WHY IS VLAN IMPORTANT?<br></strong>&#10004; Improves network security<br>&#10004; Reduces network congestion<br>&#10004; Makes troubleshooting easier<br>&#10004; Enables professional network design<br>&#10004; Essential for business &amp; enterprise networks<br><br>Without VLAN, every device talks to everyone. With VLAN, only the right devices talk to each other.<br><br><br><strong>FOUND THIS HELPFUL?<br></strong>&#128077; Like if you learned something new<br>&#128257; Share to help others understand networking<br>&#128276; Follow for more simple IT &amp; networking explainers<br><br>--<br><br><strong>Subscribe to our newsletter so you don&#8217;t miss our informative insights!</strong><br><br>Visit </p><div class="embedded-publication-wrap" data-attrs="{&quot;id&quot;:7471062,&quot;name&quot;:&quot;Kawan.Pro - Your Trusted IT Allies&quot;,&quot;logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png&quot;,&quot;base_url&quot;:&quot;https://blog.kawan.pro&quot;,&quot;hero_text&quot;:&quot;Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.\n&quot;,&quot;author_name&quot;:&quot;Kawan.Pro&quot;,&quot;show_subscribe&quot;:true,&quot;logo_bg_color&quot;:&quot;#ffffff&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="EmbeddedPublicationToDOMWithSubscribe"><div class="embedded-publication show-subscribe"><a class="embedded-publication-link-part" native="true" href="https://blog.kawan.pro?utm_source=substack&amp;utm_campaign=publication_embed&amp;utm_medium=web"><img class="embedded-publication-logo" src="https://substackcdn.com/image/fetch/$s_!rcBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34883026-6096-43c2-b0fd-0541b40d7904_1080x1080.png" width="56" height="56" style="background-color: rgb(255, 255, 255);"><span class="embedded-publication-name">Kawan.Pro - Your Trusted IT Allies</span><div class="embedded-publication-hero-text">Your trusted ally for IT Support, Cloud, Tech Tips &amp; Digital Solutions.
</div></a><form class="embedded-publication-subscribe" method="GET" action="https://blog.kawan.pro/subscribe?"><input type="hidden" name="source" value="publication-embed"><input type="hidden" name="autoSubmit" value="true"><input type="email" class="email-input" name="email" placeholder="Type your email..."><input type="submit" class="button primary" value="Subscribe"></form></div></div><p> and subscribe today &#128640;</p>]]></content:encoded></item><item><title><![CDATA["MY LAPTOP HANG"]]></title><description><![CDATA[NOT-SO-FUN FACT:]]></description><link>https://blog.kawan.pro/p/my-laptop-hang</link><guid isPermaLink="false">https://blog.kawan.pro/p/my-laptop-hang</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Tue, 13 Jan 2026 15:00:09 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!9oP2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!9oP2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!9oP2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!9oP2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!9oP2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!9oP2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!9oP2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:234029,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.kawan.pro/i/184441511?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!9oP2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png 424w, https://substackcdn.com/image/fetch/$s_!9oP2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png 848w, https://substackcdn.com/image/fetch/$s_!9oP2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png 1272w, https://substackcdn.com/image/fetch/$s_!9oP2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F353d8516-75a4-43e7-a483-33847aadd848_1080x1080.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>NOT-SO-FUN FACT:</strong></p><p>Your device didn&#8217;t &#8220;suddenly hang&#8221;&#8230;<br>it was <em>slowly overwhelmed</em>. &#128517;</p><p><strong>COMMON REASONS YOUR DEVICE HANGS</strong></p><p><strong>1. RAM running out</strong><br>Too many apps open, not enough memory.</p><p><strong>2. CPU overload</strong><br>Heavy tasks + background processes = instant freeze.</p><p><strong>3. Too many Chrome tabs</strong><br>One tab = OK<br>Many tabs = chaos </p><p><strong>SIMPLE SOLUTION &#9989;</strong></p><ol><li><p><strong>Check your RAM &amp; CPU usage</strong><br>(And GPU too, especially for gamers &#127918;)</p></li><li><p><strong>Keep your system up to date</strong><br>Old drivers &amp; OS can slow everything down.</p></li><li><p><strong>Make sure your device fits the task</strong><br>Office work &#8800; gaming &#8800; heavy design.</p></li></ol><p>Sometimes the problem isn&#8217;t the device&#8230;<br>it&#8217;s asking too much from it.</p><p><strong>FOUND THIS HELPFUL?</strong></p><p>&#128077; Like if this happens to you<br>&#128257; Share with a multitasker<br>&#128276; Follow for more fun tech explainers!</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS DIAGNOSTIC ANALYTICS?]]></title><description><![CDATA[Diagnostic analytics focuses on answering one important question:]]></description><link>https://blog.kawan.pro/p/what-is-diagnostic-analytics</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-diagnostic-analytics</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Thu, 08 Jan 2026 04:38:56 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!ttW9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ttW9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ttW9!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ttW9!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ttW9!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ttW9!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ttW9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;May be a graphic of text that says 'DIAGNOSTIC ANALYTICS Kawan.Pro Your Trusted IT Ally'&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="May be a graphic of text that says 'DIAGNOSTIC ANALYTICS Kawan.Pro Your Trusted IT Ally'" title="May be a graphic of text that says 'DIAGNOSTIC ANALYTICS Kawan.Pro Your Trusted IT Ally'" srcset="https://substackcdn.com/image/fetch/$s_!ttW9!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ttW9!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ttW9!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ttW9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa2a99e-8c80-4ee3-8e1f-7adad271c6f2_1080x1080.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Diagnostic analytics focuses on answering one important question:<br>Why did it happen?</p><p>It looks at past data to understand the reasons behind a result, trend, or problem. Instead of just seeing what happened, diagnostic analytics helps uncover the root cause.</p><p><strong>MAIN PURPOSES OF DIAGNOSTIC ANALYTICS</strong></p><p><strong>1. Finds the cause of problems</strong><br>Helps explain why sales dropped, costs increased, or performance changed.</p><p><strong>2. Compares different data points</strong><br>Looks at patterns, trends, and relationships between variables.</p><p><strong>3. Identifies weaknesses and issues</strong><br>Highlights errors, gaps, or unexpected changes in data.</p><p><strong>4. Supports better problem-solving</strong><br>Gives clear insights so teams can fix the right problems.</p><p><strong>REAL-LIFE EXAMPLE</strong></p><p>Sales decreased last month<br>Diagnostic analytics helps answer:<br>Was it due to price changes, fewer customers, or marketing issues?</p><p><strong>WHY IT MATTERS</strong></p><p>Helps understand problems clearly<br>Prevents wrong assumptions<br>Improves future decisions<br>Knowing why something happened is the key to improving results.</p><p>FOUND THIS HELPFUL?</p><p>&#128077; Like if you learned something new<br>&#128257; Share to help others understand data analytics<br>&#128276; Follow for more simple tech explainers!</p>]]></content:encoded></item><item><title><![CDATA[WHAT IS A DDoS ATTACK?]]></title><description><![CDATA[A DDoS Attack (Distributed Denial of Service) is a cyberattack where multiple systems flood a target server, website, or network with massive traffic.]]></description><link>https://blog.kawan.pro/p/what-is-a-ddos-attack</link><guid isPermaLink="false">https://blog.kawan.pro/p/what-is-a-ddos-attack</guid><dc:creator><![CDATA[Kawan.Pro]]></dc:creator><pubDate>Thu, 08 Jan 2026 04:09:16 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!ITfv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ITfv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ITfv!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ITfv!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ITfv!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ITfv!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ITfv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg" width="1080" height="1080" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1080,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;May be a graphic of &#8206;text that says '&#8206;WHAT IS DDOS ATTACK? &#35201; &#31505; &#21490; 000 000 &#1578;&#1606; { Kawan.Pro Your Trusted IT Ally&#8206;'&#8206;&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="May be a graphic of &#8206;text that says '&#8206;WHAT IS DDOS ATTACK? &#35201; &#31505; &#21490; 000 000 &#1578;&#1606; { Kawan.Pro Your Trusted IT Ally&#8206;'&#8206;" title="May be a graphic of &#8206;text that says '&#8206;WHAT IS DDOS ATTACK? &#35201; &#31505; &#21490; 000 000 &#1578;&#1606; { Kawan.Pro Your Trusted IT Ally&#8206;'&#8206;" srcset="https://substackcdn.com/image/fetch/$s_!ITfv!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ITfv!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ITfv!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ITfv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef219e95-1790-4130-8276-de2d9ff4469f_1080x1080.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>A DDoS Attack (Distributed Denial of Service) is a cyberattack where multiple systems flood a target server, website, or network with massive traffic.</p><p>Instead of one computer attacking, thousands or millions of compromised devices (called a botnet) send requests at the same time.This overwhelms the target, causing it to slow down or completely crash.</p><p>DDoS Attack = massive fake traffic &#8594; service becomes unavailable</p><p><strong>KEY FUNCTIONS OF A DDoS ATTACK</strong></p><p>(From the attacker&#8217;s perspective)</p><p><strong>1) Service Disruption</strong><br>Overloads servers so legitimate users cannot access the service.</p><p><strong>2) Resource Exhaustion</strong><br>Consumes bandwidth, CPU, memory, or connection limits.</p><p><strong>3) Availability Impact</strong><br>Breaks the Availability pillar of the CIA Triad.</p><p><strong>4) Financial Damage</strong><br>Causes revenue loss for online businesses and services.</p><p><strong>5) Distraction for Other Attacks</strong><br>Used to hide data breaches or malware infections.</p><p><strong>WHY ARE DDoS ATTACKS DANGEROUS?</strong></p><p>&#10004;&#65039; Websites and applications go offline<br>&#10004;&#65039; Customers lose trust<br>&#10004;&#65039; Business operations are disrupted<br>&#10004;&#65039; Can affect critical services (banking, healthcare, government)<br>&#10004;&#65039; Difficult to trace the attacker</p><p>Even well-secured systems can be taken down if availability is not protected.</p><p><strong>COMMON TYPES OF DDoS ATTACKS</strong></p><p>Volume-Based Attacks &#8211; Flood bandwidth (UDP Flood, ICMP Flood)<br>Protocol Attacks &#8211; Exhaust server resources (SYN Flood)<br>Application-Layer Attacks &#8211; Target web apps (HTTP Flood)<br>Botnet-Based Attacks &#8211; Use infected devices worldwide<br>Amplification Attacks &#8211; DNS, NTP, or Memcached abuse</p><p><strong>BASIC DDoS PREVENTION METHODS</strong></p><p>Firewalls &amp; Rate Limiting<br>DDoS Protection Services (Cloud-based)<br>Traffic Monitoring &amp; Alerts<br>Load Balancers<br>Redundant Infrastructure</p><p>FOUND THIS HELPFUL?</p><p>&#128077; Like if you learned something new<br>&#128257; Share to help others understand cybersecurity basics<br>&#128276; Follow for more simple cybersecurity explainers </p>]]></content:encoded></item></channel></rss>