<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>sizeof(cat)</title><link>https://sizeof.cat/</link><description>Recent content on sizeof(cat)</description><language>en</language><managingEditor>sizeofcat@riseup.net (sizeof(cat))</managingEditor><webMaster>sizeofcat@riseup.net (sizeof(cat))</webMaster><lastBuildDate>Fri, 23 Feb 2024 02:46:48 +0000</lastBuildDate><atom:link href="https://sizeof.cat/index.xml" rel="self" type="application/rss+xml"/><item><title>VPN killswitch and Windows 7</title><link>https://sizeof.cat/post/vpn-killswitch-and-windows-7/</link><pubDate>Tue, 20 Feb 2024 10:27:07 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/vpn-killswitch-and-windows-7/</guid><description>&lt;p&gt;Lately I&amp;rsquo;ve been having fun with my &lt;a href=&#34;https://sizeof.cat/project/nokia-booklet-3g/&#34;&gt;Nokia Booklet&lt;/a&gt; netbook and &lt;a href=&#34;https://sizeof.cat/post/nokia-booklet-retro-station/&#34;&gt;Windows 7&lt;/a&gt;, and I wanted all Internet traffic blocked when there is no active VPN connection (VPN killswitch); this can be done with just Windows Firewall.&lt;/p&gt;
&lt;p&gt;There are several steps involved:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download and install &lt;a href=&#34;https://openvpn.net/community-downloads/&#34; rel=&#34;noopener noreferrer&#34;&gt;OpenVPN GUI for Windows 7&lt;/a&gt; (make sure you don&amp;rsquo;t install OpenVPN Connect by mistake).&lt;/li&gt;
&lt;li&gt;Get a OpenVPN profile from a VPN provider (Proton, Njal.la, Riseup).&lt;/li&gt;
&lt;li&gt;Setup all VPN traffic to be allowed.&lt;/li&gt;
&lt;li&gt;Setup all other network traffic to be blocked.&lt;/li&gt;
&lt;li&gt;Fine-tune the firewall rules.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Go to &lt;strong&gt;Start Menu&lt;/strong&gt; -&amp;gt; &lt;strong&gt;All Programs&lt;/strong&gt; -&amp;gt; &lt;strong&gt;Administrative Tools&lt;/strong&gt; -&amp;gt; &lt;strong&gt;Windows Firewall with Advanced Security&lt;/strong&gt;. In the left panel click on &lt;strong&gt;Outbound Rules&lt;/strong&gt; and once the outbound firewall rules are listed, click on &lt;strong&gt;New Rule&lt;/strong&gt; in the right panel.&lt;/p&gt;
&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/step1.png&#34; /&gt;
&lt;/figure&gt;
&lt;p&gt;On the &lt;strong&gt;Rule Type&lt;/strong&gt; screen select the &lt;strong&gt;Program&lt;/strong&gt; radio button and click the &lt;strong&gt;Next&lt;/strong&gt; button.&lt;/p&gt;
&lt;figure style=&#34;text-align: center&#34;&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: auto&#34; src=&#34;img/step2.png&#34; /&gt;
&lt;/figure&gt;
&lt;p&gt;On the &lt;strong&gt;Program&lt;/strong&gt; screen click on &lt;strong&gt;Browse&lt;/strong&gt; and select the path to the &lt;code&gt;openvpn.exe&lt;/code&gt; program (and not &lt;code&gt;openvpn-gui.exe&lt;/code&gt;), make sure the &lt;strong&gt;This program path&lt;/strong&gt; radio box is selected and after that click the &lt;strong&gt;Next&lt;/strong&gt; button.&lt;/p&gt;
&lt;figure style=&#34;text-align: center&#34;&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: auto&#34; src=&#34;img/step3.png&#34; /&gt;
&lt;/figure&gt;
&lt;p&gt;On the &lt;strong&gt;Action&lt;/strong&gt; screen select the &lt;strong&gt;Allow this connection&lt;/strong&gt; radio box and after that click the &lt;strong&gt;Next&lt;/strong&gt; button.&lt;/p&gt;
&lt;figure style=&#34;text-align: center&#34;&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: auto&#34; src=&#34;img/step4.png&#34; /&gt;
&lt;/figure&gt;
&lt;p&gt;On the Profile screen make sure you select all the three checkboxes (Domain, Private, Public) so that the rule applies to all the profiles. Click the &lt;strong&gt;Next&lt;/strong&gt; button, give the rule a simple name like &lt;strong&gt;OpenVPN traffic allow&lt;/strong&gt; and click &lt;strong&gt;Finish&lt;/strong&gt;.&lt;/p&gt;
&lt;figure style=&#34;text-align: center&#34;&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: auto&#34; src=&#34;img/step5.png&#34; /&gt;
&lt;/figure&gt;
&lt;p&gt;Basically now we have a rule that allows all VPN traffic under all network profiles, and now we need to block all the other traffic. Click on the &lt;strong&gt;Windows Firewall with Advanced Security&lt;/strong&gt; item in the left panel and from the middle panel select the &lt;strong&gt;Windows Firewall Properties&lt;/strong&gt; link.&lt;/p&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: auto&#34; src=&#34;img/step6.png&#34; /&gt;
&lt;p&gt;A new dialog box with multiple tabs will open. On the &lt;strong&gt;Domain Profile&lt;/strong&gt; tab select &lt;strong&gt;Block&lt;/strong&gt; on the &lt;strong&gt;Outbound connections&lt;/strong&gt; option. On the &lt;strong&gt;Private Profile&lt;/strong&gt; tab select &lt;strong&gt;Block&lt;/strong&gt; on the &lt;strong&gt;Outbound connections&lt;/strong&gt; option. On the &lt;strong&gt;Public Profile&lt;/strong&gt; tab select &lt;strong&gt;Allow (default)&lt;/strong&gt; on the &lt;strong&gt;Outbound connections&lt;/strong&gt; option. Click the &lt;strong&gt;OK&lt;/strong&gt; button when you&amp;rsquo;re done.&lt;/p&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: 33%&#34; src=&#34;img/step7.png&#34; /&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: 33%&#34; src=&#34;img/step8.png&#34; /&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: 33%&#34; src=&#34;img/step9.png&#34; /&gt;
&lt;p&gt;Make sure you&amp;rsquo;re not connected to a VPN server, open Command Prompt and ping an external IP address. This should be the result, singnalling that all outgoing traffic is blocked:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;c:&lt;span class=&#34;se&#34;&gt;\&amp;gt;&lt;/span&gt; ping 9.9.9.9
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Pinging 9.9.9.9 with &lt;span class=&#34;m&#34;&gt;32&lt;/span&gt; bytes of data:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;General failure.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;General failure.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;General failure.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;General failure.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Ping statistics &lt;span class=&#34;k&#34;&gt;for&lt;/span&gt; 9.9.9.9:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; Packets: &lt;span class=&#34;nv&#34;&gt;Sent&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; 4, &lt;span class=&#34;nv&#34;&gt;Received&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; 0, &lt;span class=&#34;nv&#34;&gt;Lost&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;m&#34;&gt;4&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;100% loss&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;c:&lt;span class=&#34;se&#34;&gt;\&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now you can select a OpenVPN profile from OpenVPN GUI, to connect to the specified server, and once the connection is established &lt;code&gt;ping&lt;/code&gt; (and all network traffic) should be working again.&lt;/p&gt;
&lt;p&gt;If your OpenVPN profile doesn&amp;rsquo;t do any DNS resolution (the &lt;code&gt;remote&lt;/code&gt; field has an IP adress and not a hostname) you can disable DNS resolution outside VPN traffic too. Clic on &lt;strong&gt;Outgoing Rules&lt;/strong&gt; in the left panel, find the &lt;strong&gt;Core Networking - DNS (UDP-Out)&lt;/strong&gt; rule, right click on it and select &lt;strong&gt;Disable Rule&lt;/strong&gt;.&lt;/p&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; style=&#34;width: auto&#34; src=&#34;img/step10.png&#34; /&gt;
&lt;p&gt;If your VPN traffic gets interrupted (laptop sleep, network problems) there will be no Internet connections afterwards until you reconnect to the VPN server.&lt;/p&gt;</description><category>privacy</category><category>vpn</category><category>firewall</category><category>windows 7</category></item><item><title>Future</title><link>https://sizeof.cat/post/future/</link><pubDate>Sat, 17 Feb 2024 12:09:22 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/future/</guid><description>&lt;p&gt;My great-grandmother had ten children, eight of whom lived to adulthood. When none had yet left the household, she used to bake golden-brown dinner rolls before dinnertime, cooling them in a towel-lined basket from which the smell of the rolls inside would waft through her whole house, announcing that the meal was almost ready to eat. Afterwards, if any of the rolls remained, the children would grab them out of the basket as a snack or to eat at lunch.&lt;/p&gt;
&lt;p&gt;My grandmother had six children. Her mother passed down the recipe for those same dinner rolls down to her, and in the same fashion, she would bake them in the early afternoon and leave them in a basket on her kitchen countertop after meals were done. The table in her and my grandfather&amp;rsquo;s house, in time, hosted dozens of family friends, guests, and cherished extended family members, all of whom would end up having one of my grandmother&amp;rsquo;s dinner rolls at one point or another. Each of her children, just like she did when she was younger, would sneak a roll from the basket throughout the day, until all that was left was a pile of crumbs lining the bottom.&lt;/p&gt;
&lt;p&gt;When my father married my mother, his parents passed down to him a family recipe book, a hundred fifty pages of jumbled, handwritten-and-copied notes on the dishes he had grown up with and how to make them just so. At the back of this book was the original dinner roll recipe, passed down from his mother&amp;rsquo;s mother to my grandmother, to him, and my mother. As a child, I often saw my mother kneading bread dough on a floured countertop on days when guests were expected, holidays, and special occasions, and on those days the warmth of the oven would dissipate throughout the house after what we knew as Mom&amp;rsquo;s dinner rolls had been pulled out and left to cool on a wire rack by the kitchen windowsill. I remember being able to make several of the buttery, crusty rolls disappear - as if by magic.&lt;/p&gt;
&lt;p&gt;When I moved out, my parents passed a family cookbook on to me, which reproduced in photocopy a great deal of the recipes their families had handed down to them over the generations. At the back was my great-grandmother&amp;rsquo;s dinner roll recipe, slightly smudged with repeated copying but still legible.&lt;/p&gt;
&lt;p&gt;There will be no one for me to pass the recipe down to. My house is quiet at dinnertime. There are no guests, no visiting relatives, no children. I rarely bake anything these days, much less a recipe for dinner rolls which could feed a dozen people. The recipe book my parents gave to me has, for the most part, simply collected dust on a shelf in my bedroom, crammed in between a notebook I haven&amp;rsquo;t touched since I was a child and a guide to photography I opened twice before realizing that taking pictures of things wasn&amp;rsquo;t as interesting as it had seemed.&lt;/p&gt;
&lt;p&gt;Sometimes I take it down and hold it for a moment without opening the cover, then replace it on the shelf.&lt;/p&gt;</description><category>philosophy</category><category>fiction</category></item><item><title>Website wordcloud</title><link>https://sizeof.cat/post/wordcloud/</link><pubDate>Fri, 02 Feb 2024 06:10:33 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/wordcloud/</guid><description>&lt;p&gt;&lt;a href=&#34;https://sizeof.cat/post/wordcloud/img/cloud.png&#34;&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;https://sizeof.cat/post/wordcloud/img/cloud_tb.png&#34; alt=&#34;&#34;&gt;
&lt;/figure&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It has come to my attention that thousands of years ago, all the cool kids had pretty wordclouds on their blogs, so here is mine; though a bit late, mainly because I&amp;rsquo;m not one of the cool kids.&lt;/p&gt;
&lt;p&gt;The image was generated from the &lt;a href=&#34;https://sizeof.cat/feed.json&#34;&gt;JSON feed of my website&lt;/a&gt; (with a temporary change to output all the website articles in that feed and not just the latest 20), &lt;a href=&#34;https://pypi.org/project/wordcloud/&#34; rel=&#34;noopener noreferrer&#34;&gt;using this Python module&lt;/a&gt;. Doesn&amp;rsquo;t include &lt;a href=&#34;https://sizeof.cat/notes/&#34;&gt;notes&lt;/a&gt;, bookmarks, projects or special pages (search, links, about, etc).&lt;/p&gt;
&lt;p&gt;Click on the image for a bigger version.&lt;/p&gt;</description><category>wordcloud</category><category>personal</category><category>website</category></item><item><title>Block ChatGPT from scraping your website</title><link>https://sizeof.cat/post/block-chatgpt-scraping/</link><pubDate>Sun, 21 Jan 2024 06:08:28 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/block-chatgpt-scraping/</guid><description>&lt;p&gt;OpenAI is generous enough to provide us mortal AI-feeders with &lt;a href=&#34;https://openai.com/gptbot-ranges.txt&#34; rel=&#34;noopener noreferrer&#34;&gt;IP ranges for the GPTbot&lt;/a&gt;, so make sure you add them to your firewall rules.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;52.230.152.0/24
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;52.233.106.0/24
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The IP ranges for the &lt;a href=&#34;https://platform.openai.com/docs/plugins/bot&#34; rel=&#34;noopener noreferrer&#34;&gt;ChatGPT-User bot&lt;/a&gt; are:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;23.98.142.176/28
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;40.84.180.224/28
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;13.65.240.240/28
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If you&amp;rsquo;re using ufw (Uncomplicated Firewall), it&amp;rsquo;s easy to block them.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo ufw deny from 52.230.152.0/24
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo ufw deny from 52.233.106.0/24
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo ufw deny from 23.98.142.176/28
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo ufw deny from 40.84.180.224/28
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo ufw deny from 13.65.240.240/28
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo ufw &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Also, even though crawling-prevention via robots.txt might not be respected by the &lt;a href=&#34;https://platform.openai.com/docs/gptbot&#34; rel=&#34;noopener noreferrer&#34;&gt;bot&lt;/a&gt;, add the following rules to your robots.txt file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;User-agent: GPTBot
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;User-agent: GPTBot-User
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;User-agent: ChatGPT
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;User-agent: ChatGPT-User
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Disallow: /
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Please don&amp;rsquo;t feed your website content to the so-called &amp;ldquo;AI overlords&amp;rdquo;.&lt;/p&gt;</description><category>chatgpt</category><category>website</category></item><item><title>Offline media (and computing)</title><link>https://sizeof.cat/post/offline-media-and-computing/</link><pubDate>Fri, 19 Jan 2024 13:07:01 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/offline-media-and-computing/</guid><description>&lt;p&gt;This is a really small &amp;ldquo;article&amp;rdquo;, the premise is that you should have some offline media so that you can (re)install the operating system on your machines, and locating what and how to download it is really complicated these days. Save the ISOs somewhere and don&amp;rsquo;t touch them until shit hits the fan.&lt;/p&gt;
&lt;div class=&#34;a-n notify table normal&#34;&gt;&lt;p class=&#34;title&#34;&gt;Note&lt;/p&gt;
&lt;div class=&#34;contents&#34;&gt;When downloading files from non-official websites, make sure you compare the hashes with the original files so you don&amp;rsquo;t get malware. Exercise caution when downloading, installing and running files.&lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;debian&#34;&gt;Debian&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software and proprietary software developed by the community-supported Debian Project, which was established by Ian Murdock on August 16, 1993.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://cdimage.debian.org/debian-cd/current/&#34; rel=&#34;noopener noreferrer&#34;&gt;download page&lt;/a&gt;, &lt;a href=&#34;https://cdimage.debian.org/debian-cd/current/i386/iso-dvd/debian-12.4.0-i386-DVD-1.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;i386&lt;/a&gt;, &lt;a href=&#34;https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/debian-12.4.0-amd64-DVD-1.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;amd64&lt;/a&gt;, &lt;a href=&#34;https://cdimage.debian.org/debian-cd/current/arm64/iso-dvd/debian-12.4.0-arm64-DVD-1.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;arm64&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;devuan&#34;&gt;Devuan&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Devuan is a fork of the Debian Linux distribution that uses sysvinit, runit or OpenRC instead of systemd. Devuan aims to avoid &amp;ldquo;lock-in&amp;rdquo; by projects like systemd and aims to maintain compatibility with other init systems to avoid detaching Linux from other Unix systems.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://mirror.leaseweb.com/devuan/&#34; rel=&#34;noopener noreferrer&#34;&gt;download page&lt;/a&gt;, &lt;a href=&#34;https://mirror.leaseweb.com/devuan/devuan_daedalus/installer-iso/devuan_daedalus_5.0.1_i386_desktop.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;i386&lt;/a&gt;, &lt;a href=&#34;https://mirror.leaseweb.com/devuan/devuan_daedalus/installer-iso/devuan_daedalus_5.0.1_amd64_desktop.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;amd64&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;windows-11&#34;&gt;Windows 11&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Windows 11 is the latest major release of Microsoft&amp;rsquo;s Windows NT operating system, released on October 5, 2021. It succeeded Windows 10 (2015) and is available for free for any Windows 10 devices that meet the new Windows 11 system requirements.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.microsoft.com/software-download/windows11&#34; rel=&#34;noopener noreferrer&#34;&gt;official download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://massgrave.dev/windows_11_links.html&#34; rel=&#34;noopener noreferrer&#34;&gt;download page&lt;/a&gt;, &lt;a href=&#34;https://drive.massgrave.dev/en-us_windows_11_consumer_editions_version_23h2_updated_dec_2023_x64_dvd_7cd2c9a8.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;x64 en-us&lt;/a&gt;, &lt;a href=&#34;https://drive.massgrave.dev/SW_DVD9_Win_Pro_11_23H2_Arm64_English_Pro_Ent_EDU_N_MLF_X23-59519.ISO&#34; rel=&#34;noopener noreferrer&#34;&gt;arm64 en&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Don&amp;rsquo;t create a Microsoft Account when installing it (for obvious reasons), activate it using &lt;a href=&#34;https://massgrave.dev/index.html#Download__How_to_use_it&#34; rel=&#34;noopener noreferrer&#34;&gt;MAS&lt;/a&gt; or &lt;a href=&#34;https://github.com/abbodi1406/KMS_VL_ALL_AIO&#34; rel=&#34;noopener noreferrer&#34;&gt;KMS&lt;/a&gt;.&lt;/p&gt;
&lt;!--more--&gt;
&lt;h3 id=&#34;windows-10&#34;&gt;Windows 10&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Windows 10 is a major release of Microsoft&amp;rsquo;s Windows NT operating system. It is the direct successor to Windows 8.1, which was released nearly two years earlier. It was released to manufacturing on July 15, 2015, and later to retail on July 29, 2015.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.microsoft.com/software-download/windows10&#34; rel=&#34;noopener noreferrer&#34;&gt;official download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://massgrave.dev/windows_10_links.html&#34; rel=&#34;noopener noreferrer&#34;&gt;download page&lt;/a&gt;, &lt;a href=&#34;https://drive.massgrave.dev/en-us_windows_10_consumer_editions_version_22h2_updated_dec_2023_x86_dvd_3045f975.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;x86 en-us&lt;/a&gt;, &lt;a href=&#34;https://drive.massgrave.dev/en-us_windows_10_consumer_editions_version_22h2_updated_dec_2023_x64_dvd_3045f975.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;x64 en-us&lt;/a&gt;, &lt;a href=&#34;https://drive.massgrave.dev/SW_DVD9_Win_Pro_10_22H2.10_Arm64_English_Pro_Ent_EDU_N_MLF_X23-55664.ISO&#34; rel=&#34;noopener noreferrer&#34;&gt;arm64 en&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Don&amp;rsquo;t create a Microsoft Account when installing it (for obvious reasons), activate it using &lt;a href=&#34;https://massgrave.dev/index.html#Download__How_to_use_it&#34; rel=&#34;noopener noreferrer&#34;&gt;MAS&lt;/a&gt; or &lt;a href=&#34;https://github.com/abbodi1406/KMS_VL_ALL_AIO&#34; rel=&#34;noopener noreferrer&#34;&gt;KMS&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;windows-7&#34;&gt;Windows 7&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Windows 7 is a major release of the Windows NT operating system developed by Microsoft. It was released to manufacturing on July 22, 2009, and became generally available on October 22, 2009.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;official download not available anymore&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://massgrave.dev/windows_7_links.html#Windows_7_Professional_SP1&#34; rel=&#34;noopener noreferrer&#34;&gt;download page&lt;/a&gt;, &lt;a href=&#34;https://drive.massgrave.dev/en_windows_7_professional_with_sp1_x86_dvd_u_677056.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;x86 en&lt;/a&gt;, &lt;a href=&#34;https://drive.massgrave.dev/en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso&#34; rel=&#34;noopener noreferrer&#34;&gt;x64 en&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Activate it using &lt;a href=&#34;https://github.com/abbodi1406/KMS_VL_ALL_AIO&#34; rel=&#34;noopener noreferrer&#34;&gt;KMS&lt;/a&gt;.&lt;/p&gt;</description><category>software</category><category>offline</category><category>off-the-grid</category></item><item><title>The Shamen: Axis Mutatis / Arbor Bona Arbor Mala</title><link>https://sizeof.cat/music/shamen-axis-mutatis-arbor-bona-arbor-mala/</link><pubDate>Fri, 12 Jan 2024 07:46:27 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/music/shamen-axis-mutatis-arbor-bona-arbor-mala/</guid><description>&lt;blockquote&gt;
&lt;p&gt;The Shamen were a Scottish psychedelic band, formed in 1985 in Aberdeen, who became a chart-topping British electronic dance music act by the early 1990s. The founding members were Colin Angus, Derek McKenzie and Keith McKenzie. Peter Stephenson joined shortly after to take over on keyboards from Angus. Several other people were later in the band. Angus then teamed up with Will Sinnott, and together they found credibility as pioneers of rock/dance crossover. When rapper Mr. C joined, the band moved on to international commercial success with &amp;ldquo;Ebeneezer Goode&amp;rdquo; and their 1992 Boss Drum album.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I think The Shamen were awesome, not just awesomely cheesy but awesomely good too. They had a clear vision of what their music was supposed to be about, which in turn led to a definite blueprint for how they should sound. For radio, they allowed the record company to smooth the weirder edges by handing over their singles to remixers like The Beatmasters so they could be prepared for mass consumption. Meanwhile, the albums themselves a great deal of deeper material that allowed the band to indulge in the more experimental side of their music.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Axis Mutatis&lt;/strong&gt; is front loaded with Beatmasters versions of the two lead singles and another track MK2A (probably the best pop song ever written about the astronomical telescopes on top of Mauna Kea in Hawaii). Almost every song with vocals has a production credit that implies that it has been remixed for radio.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arbor Bona Arbor Mala&lt;/strong&gt; is an almost entirely instrumental ambient techno album that is continuously mixed. I am used to long form ambient music, albeit stuff that varied quite quickly in the thematic sense (like albums by Mike Oldfield) or crammed with (often humorous) vocal samples that helped to tell the story. It shifts between its moods slowly and surely, from a beautiful ambient opening to a rather dark middle to a pulsating ending. A younger me would definitely fall asleep at night during the dreamier parts of &amp;ldquo;Sefirotic Axis&amp;rdquo; or &amp;ldquo;Entraterrestial&amp;rdquo;, only to be woken up by the woozy gales of found sound in &amp;ldquo;Beneath the Underworld&amp;rdquo; or failing that, later on during the pounding beats of the similarly titled &amp;ldquo;West of the Underworld&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;What is also compelling about Arbor Bona Arbor Mala is not just the style of music but also the nature of the sounds themselves. The Shamen had some good kit, there are some really wonderfully physical sounds here that have been built with analogue synths rather than existing as digital shadows within the computer. It is this physicality of the sound that makes Arbor Bona Arbor Mala so enjoyable to listen to: when the music drifts you really feel the sounds drifting; when the music becomes propulsive you get knocked off your feet (or woken up); when synth lines drift from left to right, you to turn to look at where they are going. Ambient music isn’t any good if it is inert, it needs to provide something for the listener to interact with.&lt;/p&gt;
&lt;p&gt;The album is pretty much closed out by a very upbeat trio of tunes: &amp;ldquo;A Moment In Dub&amp;rdquo;, &amp;ldquo;Pizarro In Paradise&amp;rdquo; and &amp;ldquo;West of the Underworld&amp;rdquo;. I think that &amp;ldquo;Pizarro In Paradise&amp;rdquo; is probably as poppy as Arbor Bona Arbor Mala gets and is almost certainly from the same lineage as &amp;ldquo;Conquistador&amp;rdquo; on Axis Mutatis. It is an interesting game to think of Arbor Bona Arbor Mala as a remixed version of its parent album, though if that really is the case then it really is a radical collection of remixes. There are very few recognisable hooks from tracks of Axis - and then only if you know a few of the band&amp;rsquo;s own remixes of the tracks, as taken from the singles. One example is the Escacid remix of Destination Eschaton that underpins the penultimate track &amp;ldquo;Be Ready for the Storm&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Out in the Styx&amp;rdquo; returns the listener to the outside world on shanty boat along a river of silt. At least that’s how it has always sounded to me, it returns to the ambient sounds of earlier in the album but much faster and in a harsher way, like the end of a bad dream.&lt;/p&gt;
&lt;h2 id=&#34;track-listing&#34;&gt;Track listing&lt;/h2&gt;
&lt;h3 id=&#34;axis-mutatis&#34;&gt;Axis Mutatis&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&amp;ldquo;Destination Eschaton&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Transamazonia&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Conquistador&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;MK2A&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Neptune&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Prince Of Popocatapetl&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Heal (The Seperation)&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Persephone&amp;rsquo;s Quest&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Moment&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;arbor-bona-arbor-mala&#34;&gt;Arbor Bona Arbor Mala&lt;/h3&gt;
&lt;ol start=&#34;10&#34;&gt;
&lt;li&gt;&amp;ldquo;Axis Mutatis (A Tellos B Xibalba C Nemeton D Eternal Return)&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Eschaton Omega (Deep Melodic Techno)&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Asymptotic Eschaton&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Sefirotic Axis (A Tellos B Creation C Formation D Eternal Return)&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Entraterrestrial&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Demeter&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Beneath The Undeworld&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Xochipili&amp;rsquo;s Return&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Rio Negro&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Above The Otherworld&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;A Moment In Dub&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Pizarro In Paradise&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;West Of The Underworld&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Anticipation Eschaton (Be Ready For The Storm)&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Out In The Styx&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.discogs.com/artist/7297-The-Shamen&#34; rel=&#34;noopener noreferrer&#34;&gt;Discogs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>music</category><category>albums</category></item><item><title>Nokia Booklet retro-station - Windows 7</title><link>https://sizeof.cat/post/nokia-booklet-retro-station/</link><pubDate>Fri, 05 Jan 2024 12:11:09 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/nokia-booklet-retro-station/</guid><description>&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;https://sizeof.cat/post/nokia-booklet-retro-station/img/cover.jpg&#34; alt=&#34;&#34;&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;The Nokia Booklet 3G is a premium netbook by Nokia and if you want more info about it make sure you &lt;a href=&#34;https://sizeof.cat/project/nokia-booklet-3g/&#34;&gt;read my project page&lt;/a&gt; to get an insight in the device and its hardware. It&amp;rsquo;s my favorite netbook and despite the fact that it has only 1GB of RAM and is powered by a ultra low voltage Intel Atom CPU, plenty of stuff can be done with it. I actually have two of them, &lt;a class=&#34;lightbox&#34; href=&#34;https://sizeof.cat/uses/img/netbook.png&#34;&gt;one running Devuan Linux&lt;/a&gt; and &lt;a class=&#34;lightbox&#34; href=&#34;https://sizeof.cat/uses/img/netbook2.png&#34;&gt;one with Windows 7&lt;/a&gt; and I plan to get another and install Mac OS X Snow Leopard on it.&lt;/p&gt;
&lt;p&gt;All Nokia Booklets came with Windows 7 Starter preinstalled and you really don&amp;rsquo;t want to use that, so let&amp;rsquo;s install something better, like Windows 7 Professional. You can update your Starter edition if you have an original installation and it will keep the preinstalled Nokia software, if you want so.&lt;/p&gt;
&lt;div class=&#34;a-n notify table normal&#34;&gt;&lt;p class=&#34;title&#34;&gt;Note&lt;/p&gt;
&lt;div class=&#34;contents&#34;&gt;&lt;p&gt;When downloading files from non-official websites, make sure you compare the hashes with the original files so you don&amp;rsquo;t get malware. Exercise caution when downloading, installing and running files.&lt;/p&gt;
&lt;p&gt;Also, this is work in progress, I will update the article with more information as I dig through my personal RAM to recover memories of what software I used on it in 2010.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id=&#34;operating-system&#34;&gt;Operating System&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://files.rg-adguard.net/files/6d8e70d3-9ee8-5182-f51d-278b04a8a9ad&#34; rel=&#34;noopener noreferrer&#34;&gt;Download Windows 7 Professional from this page&lt;/a&gt;, burn it to a USB stick with Rufus, dd or whatever tool you like. Start your Booklet, press F12 and select the USB disk to boot from it. Install Windows normally to the built-in HDD (or SSD, if you opted to &lt;a href=&#34;https://sizeof.cat/project/nokia-booklet-3g/#storage&#34;&gt;change the slow Toshiba disk with a more powerful SSD&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Activate your copy of Windows 7 Pro using &lt;a href=&#34;https://github.com/abbodi1406/KMS_VL_ALL_AIO&#34; rel=&#34;noopener noreferrer&#34;&gt;this activation script&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/booklet.png&#34; alt=&#34;Nokia Booklet running various software&#34;&gt;
&lt;figcaption&gt;Nokia Booklet running various software&lt;/figcaption&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;drivers&#34;&gt;Drivers&lt;/h2&gt;
&lt;p&gt;The Booklet and Windows 7 will coexist by default but you need to install drivers for all the devices in your netbook, expecially the driver for the Intel GMA 500 video card. You can &lt;a href=&#34;https://sizeof.cat/files/nokia/booklet-3g/drivers/&#34;&gt;find all the drivers here&lt;/a&gt;, I suggest you install each one of them &lt;strong&gt;EXCEPT&lt;/strong&gt; &lt;code&gt;Nokia_Booklet3G_Intel_Graphics.zip&lt;/code&gt; because that version will have some issues with Microsoft Office (and probably other software, I didn&amp;rsquo;t had time to dig). Instead, install the &lt;a href=&#34;t/files/nokia/booklet-3g/others/Intel_GMA_500_official_drivers_win7.zip&#34;&gt;official Intel GMA 500 video driver&lt;/a&gt; (and the &lt;a href=&#34;https://sizeof.cat/files/nokia/booklet-3g/others/OptionWWANDriver51370Installer.zip&#34;&gt;Option WWAN driver&lt;/a&gt; for Booklet&amp;rsquo;s modem).&lt;/p&gt;
&lt;p&gt;Reboot the netbook when you&amp;rsquo;re done.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;hardware&#34;&gt;Hardware&lt;/h2&gt;
&lt;p&gt;To maximize the possibilities of using your retrobook in case you have no WiFi connection or you HAVE TO browse a floppy disk, some additional hardware might be required:&lt;/p&gt;
&lt;h3 id=&#34;connectivity&#34;&gt;Connectivity&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[3G] - built-in on the Nokia Booklet, pop a SIM card into the SIM tray.&lt;/li&gt;
&lt;li&gt;[GPS] - built-in, you will need an active SIM card inside the Booklet.&lt;/li&gt;
&lt;li&gt;[Bluetooth] - built-in (2.1 +EDR).&lt;/li&gt;
&lt;li&gt;[WiFi] - built-in, although a bit slow (b/g/n only).&lt;/li&gt;
&lt;li&gt;[Ethernet] - &lt;a href=&#34;https://www.tp-link.com/za/home-networking/computer-accessory/ue200/&#34; rel=&#34;noopener noreferrer&#34;&gt;TP-Link UE200&lt;/a&gt; or any other USB network card with driver support for Windows 7 32bit. Useful when there are no WiFi connections but there is a cable connection nearby. Or when you don&amp;rsquo;t trust the WiFi providers (hotels or DefCONs).&lt;/li&gt;
&lt;li&gt;[DialUp] - &lt;a href=&#34;https://www.usr.com/products/56k-dialup-modem/usr5637/&#34; rel=&#34;noopener noreferrer&#34;&gt;USRobotics 5637&lt;/a&gt; or any other USB dialup fax-modem with driver support for Windows 7 32bit. Useful for when you want to connect to a BBS old-school-style.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;external-media&#34;&gt;External media&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[SD card] - built-in, you can use normal-sized SD card as well as micro SD cards with a proper adapter.&lt;/li&gt;
&lt;li&gt;[floppy drive] - &lt;a href=&#34;https://www.amazon.com/usb-floppy-drive/s?k=usb&amp;#43;floppy&amp;#43;drive&#34; rel=&#34;noopener noreferrer&#34;&gt;any&lt;/a&gt; USB floppy drive.&lt;/li&gt;
&lt;li&gt;[CD/DVD drive] - &lt;a href=&#34;https://www.amazon.com/usb-floppy-drive/s?k=usb&amp;#43;cd&amp;#43;drive&#34; rel=&#34;noopener noreferrer&#34;&gt;any&lt;/a&gt; USB CD/DVD drive.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;others&#34;&gt;Others&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;[RTL-SDR adapter] - &lt;a href=&#34;https://www.rtl-sdr.com/buy-rtl-sdr-dvb-t-dongles/&#34; rel=&#34;noopener noreferrer&#34;&gt;RTL-SDR Blog V4 R828D RTL2832U&lt;/a&gt; for those times when you want to listen to police radio comms or aircraft traffic control conversations.&lt;/li&gt;
&lt;li&gt;[USB-to-serial adapter] - &lt;a href=&#34;https://www.sparkfun.com/products/9873&#34; rel=&#34;noopener noreferrer&#34;&gt;FTDI Basic&lt;/a&gt;, useful when you need to attach a serial console to another device.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;updates&#34;&gt;Updates&lt;/h2&gt;
&lt;p&gt;Windows Update is screwed since Windows 7 is no longer supported, but luckily &lt;a href=&#34;https://legacyupdate.net&#34; rel=&#34;noopener noreferrer&#34;&gt;Legacy Update&lt;/a&gt; exists. Open Internet Explorer on your Booklet and point it to &lt;strong&gt;legacyupdate.net&lt;/strong&gt;. It will do all its magic and update your Windows installation to the last updates available and will reboot your machine several times.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;applications&#34;&gt;Applications&lt;/h2&gt;
&lt;p&gt;What&amp;rsquo;s an old machine without old software (or new old software)?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[web browser]&lt;/strong&gt; Brave 1.47.186 - &lt;a href=&#34;https://github.com/brave/brave-browser/releases/download/v1.47.186/brave-v1.47.186-win32-ia32.zip&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, last version available for Windows 7.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[web browser]&lt;/strong&gt; Mozilla Firefox 115 ESR - &lt;a href=&#34;https://archive.mozilla.org/pub/firefox/releases/115.0esr/win32/en-US/Firefox%20Setup%20115.0esr.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, last version available for a 32bit OS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[web browser]&lt;/strong&gt; Tor Browser 13.0.9 - &lt;a href=&#34;https://archive.torproject.org/tor-package-archive/torbrowser/13.0.9/tor-browser-windows-i686-portable-13.0.9.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, last version available for a 32bit OS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[email client]&lt;/strong&gt; - Sylpheed 3.7 - &lt;a href=&#34;https://sylpheed.sraoss.jp/sylpheed/win32/Sylpheed-3.7_setup.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[archiver]&lt;/strong&gt; WinRAR 7b3 - &lt;a href=&#34;https://www.rarlab.com/rar/winrar-x32-700b3.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[archiver]&lt;/strong&gt; 7-Zip 24.01 - &lt;a href=&#34;https://www.7-zip.org/a/7z2401.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[irc client]&lt;/strong&gt; HexChat 2.16.1 - &lt;a href=&#34;https://dl.hexchat.net/hexchat/HexChat%202.16.1%20x86.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[irc client]&lt;/strong&gt; AdiIRC 4.4 - &lt;a href=&#34;https://www.adiirc.com/AdiIRC.4.4.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[text editor]&lt;/strong&gt; Sublime Text 3 build 3211 - &lt;a href=&#34;https://download.sublimetext.com/Sublime%20Text%20Build%203211%20Setup.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, last version available for a 32bit OS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[cd/dvd emulator]&lt;/strong&gt; UltraISO 9 - &lt;a href=&#34;https://www.ultraiso.com/uiso9_pe.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[audio player]&lt;/strong&gt; foobar2000 2.1 - &lt;a href=&#34;https://www.foobar2000.org/getfile/foobar2000_v2.1.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[audio player]&lt;/strong&gt; Winamp 2.95 - &lt;a href=&#34;https://winampheritage.com/downloads/winamp295.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[video player]&lt;/strong&gt; VLC 3.0.20 - &lt;a href=&#34;https://get.videolan.org/vlc/3.0.20/win32/vlc-3.0.20-win32.msi&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[ftp/scp file manager]&lt;/strong&gt; WinSCP 6.1 - &lt;a href=&#34;https://winscp.net/download/WinSCP-6.1.2-Setup.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[image viewer]&lt;/strong&gt; IrfanView 4.66 - &lt;a href=&#34;https://www.fosshub.com/IrfanView.html?dwl=iview466_setup.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[console emulator]&lt;/strong&gt; Cmder 1.3.24 - &lt;a href=&#34;https://github.com/cmderdev/cmder/releases/download/v1.3.24/cmder_mini.zip&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[terminal emulator]&lt;/strong&gt; PuTTY 0.80 - &lt;a href=&#34;https://winscp.net/download/putty-0.80-installer.msi&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[pass manager]&lt;/strong&gt; KeepassXC 2.6.6 - &lt;a href=&#34;https://github.com/keepassxreboot/keepassxc/releases/download/2.6.6/KeePassXC-2.6.6-Win32.msi&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, last version available for a 32bit OS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[telnet client]&lt;/strong&gt; SyncTerm 1.1 - &lt;a href=&#34;https://sourceforge.net/projects/syncterm/files/syncterm/syncterm-1.1/SyncTERM-1.1-setup.exe/download&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt;, it&amp;rsquo;s the current version.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Check the &lt;a href=&#34;https://retrosystemsrevival.blogspot.com&#34; rel=&#34;noopener noreferrer&#34;&gt;Retro System Revival website&lt;/a&gt; for more applications and utilities to install on your machine. If you want to install the pre-provided Nokia software on your netbook, &lt;a href=&#34;https://sizeof.cat/files/nokia/booklet-3g/software/&#34;&gt;visit this page&lt;/a&gt; but most of the software is not working anymore since it depends on Nokia&amp;rsquo;s servers being online.&lt;/p&gt;
&lt;p&gt;If you want to experiment with the old Netscape Communicator suite or just the Netscape Navigator browser, browse to the &lt;a href=&#34;https://web.archive.org/web/20110718103639/http://archive.netscape.com/releases&#34; rel=&#34;noopener noreferrer&#34;&gt;Netscape Archive&lt;/a&gt; on the Internet Archive and you can download the last version of Netscape Communicator (&lt;a href=&#34;https://web.archive.org/web/20110718103639/http://ftp.netscape.com/pub/netscape7/english/7.2/windows/win32/sea/NSSetup-Full.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;7.2&lt;/a&gt;) or Netscape Navigator (&lt;a href=&#34;https://web.archive.org/web/20110718103639/http://ftp.netscape.com/pub/netscape9/en-US/9.0/windows/win32/netscape-navigator-9.0.0.6.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;9.0.6&lt;/a&gt;). Be cautious when using the old browsers to connect to the Internet (disable Flash, Java, Javascript, addons, toolbars).&lt;/p&gt;
&lt;p&gt;If you want/need Telegram you should install an older version (like &lt;a href=&#34;https://github.com/telegramdesktop/tdesktop/releases/download/v3.7.3/tsetup.3.7.3.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;3.7.3&lt;/a&gt;) with less bells and whistles (and lower memory footprint), but be aware that it will open your system to a new world of possible exploits.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;adobe&#34;&gt;Adobe&lt;/h2&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/photoshop.png&#34; alt=&#34;Adobe Photoshop CS6&#34;&gt;
&lt;figcaption&gt;Adobe Photoshop CS6&lt;/figcaption&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;The last version of the Adobe CC suite available for the 32bit architecture is Adobe CC 2018. All the links below come from Adobe&amp;rsquo;s official servers, they are strictly for 32bit and they&amp;rsquo;re trial versions (it&amp;rsquo;s up to you to decide if you want to buy or crack them).&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Software&lt;/th&gt;
&lt;th style=&#34;width:80px&#34;&gt;Size&lt;/th&gt;
&lt;th style=&#34;width:100px&#34;&gt;Download&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Photoshop CC 2018&lt;/td&gt;
&lt;td&gt;1.3 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Photoshop/66A1D1E00DE44601B041A631261EC584/1507845150875/AdobePhotoshop19-mul.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Lightroom CC 2018&lt;/td&gt;
&lt;td&gt;809 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/LightroomCC/B739B5BBE924450E85E3CCA3F4E58DF2/1507817913973/LRCC_1.0_20170919-1412-ccb76bd_win64_Release_ESD.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr id=&#34;lr7&#34;&gt;
&lt;td&gt;Lightroom Classic CC 2018&lt;/td&gt;
&lt;td&gt;1.2 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Lightroom/C92BB55D87554077A61FB4B39229DF85/1509474343363/LR_7.0.1_1142117_win64_Release_ESD.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Illustrator CC 2018&lt;/td&gt;
&lt;td&gt;1.9 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Illustrator/C1208DBFE1D04A81A21C62CDF6A96AC6/1509976186706/AdobeIllustrator22_HD_win32.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;InDesign CC 2018&lt;/td&gt;
&lt;td&gt;877 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/InDesign/0AE9CC3E24054F7CAAEF89371F6B8E8E/1507852626002/InDesign_13_LS20_Win32.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;InCopy CC 2018&lt;/td&gt;
&lt;td&gt;864 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/InCopy/E52D7F0723924EDDBFF1DDBDC92B4723/1509104616501/InCopy_13_LS20_Win32.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dreamweaver CC 2018&lt;/td&gt;
&lt;td&gt;936 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Dreamweaver/E696950CBA404E83BDC99E143E52BCF1/1560505699882/Dreamweaver%20CC%202018%20Set-up.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adobe Muse CC 2018&lt;/td&gt;
&lt;td&gt;771 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Muse/D4EA4C416C974D22BC2ED1225914C9B0/1509300528126/Muse_2018_0_CC_LS24.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Animate CC 2018 &lt;em&gt;(Flash Pro)&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;1.5 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Flash/720F758D27E945AE9971D2EEEFE179C1/1509111238142/Animate_18_LS20.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dimension CC 2018&lt;/td&gt;
&lt;td&gt;1.4 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Dimension/BA884A82C5AB47569685C2BD7D1289AD/1508226581127/Dimension_1.0-20170927.r.672-f179c9c-ESD.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;!--
&lt;tr&gt;
&lt;td&gt;Character Animator CC 2018&lt;/td&gt;
&lt;td&gt;720 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prodesigntools.com/trials/Character%20Animator/1F0CF050A88A497B99B274182D1343A7/1509103076200/AdobeCharacterAnimatorAllTrial.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Premiere Pro CC 2018&lt;/td&gt;
&lt;td&gt;1.4 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prodesigntools.com/trials/Premiere%20Pro/50AAFADD563D4691896967A6AB1D47F8/1507826592638/AdobePremierePro12AllTrial.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;After Effects CC 2018&lt;/td&gt;
&lt;td&gt;1.7 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prodesigntools.com/trials/After%20Effects/FDF6C521034E467BB283B5837FA042FF/1509090722739/AdobeAfterEffects15AllTrial.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
//--&gt;
&lt;tr&gt;
&lt;td&gt;Audition CC 2018&lt;/td&gt;
&lt;td&gt;572 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Audition/A26ECCB044C24810B1B2E7A0A3323B3E/1507818438900/AdobeAudition11All.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Prelude CC 2018&lt;/td&gt;
&lt;td&gt;731 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Prelude/58DE1248A8EC42EBA302E9AD88FBD025/1509302632403/AdobePrelude7AllTrial.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;!--
&lt;tr&gt;
&lt;td&gt;Media Encoder CC 2018&lt;/td&gt;
&lt;td&gt;1.3 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prodesigntools.com/trials/Adobe%20Media%20Encoder/1CD6D52151DC4B0A994447A5189E1DE4/1509271836062/AdobeMediaEncoder12AllTrial.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
//--&gt;
&lt;tr&gt;
&lt;td&gt;Bridge CC 2018&lt;/td&gt;
&lt;td&gt;822 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Bridge/FA96960347614BFC971E28B536D3387F/1507864106048/Bridge.8.0.HDInstaller.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SpeedGrade CC 2015&lt;/td&gt;
&lt;td&gt;339 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/SpeedGrade/1CC0FA5AC5BB48478EB666B24D9A609F/1509443936439/SpeedGrade_9_LS20.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Edge Animate CC 2015&lt;/td&gt;
&lt;td&gt;149 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/EDGE/6/win64/Edge_Animate_6_0_0_LS17.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuse CC 2017&lt;/td&gt;
&lt;td&gt;3.8 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Fuse/52AD40CCDACB4CC58AE88A281E0F3FDC/1507859734218/Fuse%20Installer.7z&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adobe Scout CC&lt;/td&gt;
&lt;td&gt;18 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Adobe%20Scout/00B594044C0F409D82F41E1E719AF93B/1510396350714/Scout_1_1_3_LREFJC.msi&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CC Desktop App&lt;/td&gt;
&lt;td&gt;326 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/KCCC/CCD/4_9/win32/ACCCx4_9_0_504.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adobe Acrobat Pro DC 2018&lt;/td&gt;
&lt;td&gt;786 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/APRO/18/win32/Acrobat_DC_Web_WWMUI.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adobe Camera Raw 12.2.1&lt;/td&gt;
&lt;td&gt;460 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://download.adobe.com/pub/adobe/photoshop/cameraraw/win/12.x/CameraRaw_12_2_1.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Flash Builder 4.7 Prem.&lt;/td&gt;
&lt;td&gt;1.0 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Flash%20Builder/C06A256DD8FD4DF186D90CE0ADCF0B2C/1509476504960/FlashBuilder_4_7_LS10.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fireworks CS6&lt;/td&gt;
&lt;td&gt;438 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/FWKS/12/win32/Fireworks_12_LS16.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Encore CS6&lt;/td&gt;
&lt;td&gt;1.1 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/99CABBAC-C975-4A06-8D99-064C6871EE80/PPRO/6/win32/PremierePro_6_LS7.7z&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ExtendScript Toolkit CC&lt;/td&gt;
&lt;td&gt;94 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/ExtendScriptToolkit/85C17E5FC8B34A7B8483796F0367F97C/1509443329438/AdobeExtendScriptToolkit_4_LS22.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adobe Gaming SDK 1.4&lt;/td&gt;
&lt;td&gt;296 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Adobe%20Gaming%20SDK/06B0741879AF47E0A4F9770FCE3899DB/1509446318486/AdobeGamingSDK_1_4_LS1.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Touch App Plugins&lt;/td&gt;
&lt;td&gt;4 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://prdl-download.adobe.com/Touch%20App%20Plugins/7204D106061140928580FD958699CADD/1509478425533/TouchApp_1_CCM_WWEFDJ.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Creative Cloud Packager&lt;/td&gt;
&lt;td&gt;356 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/KCCP/1/win32/CreativeCloudPackager.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;As an alternative, you can use Adobe Creative Suite 6 (CS6). The files are from official Adobe servers and they are trial (but can be cracked for full version with an &amp;ldquo;altered&amp;rdquo; &lt;a class=&#34;hidden-link&#34; href=&#34;files/amtlib.dll.zip&#34;&gt;amtlib.dll&lt;/a&gt;).&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Software&lt;/th&gt;
&lt;th style=&#34;width:80px&#34;&gt;Size&lt;/th&gt;
&lt;th style=&#34;width:100px&#34;&gt;Download&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Illustrator CS6&lt;/td&gt;
&lt;td&gt;1.8 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/ILST/16/win32/Illustrator_16_LS16.7z&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Photoshop CS6&lt;/td&gt;
&lt;td&gt;1.1 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/PHSP/13/win32/Photoshop_13_LS16.7z&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dreamweaver CS6&lt;/td&gt;
&lt;td&gt;272 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/DRWV/12/win32/Dreamweaver_12_LS16.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fireworks CS6&lt;/td&gt;
&lt;td&gt;438 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/FWKS/12/win32/Fireworks_12_LS16.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;InDesign CS6&lt;/td&gt;
&lt;td&gt;879 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/IDSN/8/win32/InDesign_8_LS16.7z&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;InCopy CS6&lt;/td&gt;
&lt;td&gt;638 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/AICY/8/win32/InCopy_8_LS16.7z&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Flash Pro CS6&lt;/td&gt;
&lt;td&gt;1.1 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/FLPR/12/win32/FlashPro_12_LS16.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Flash Builder 4.7&lt;/td&gt;
&lt;td&gt;1.0 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/FLBR/4_7/win32/FlashBuilder_4_7_LS10.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Premiere Pro CS6&lt;/td&gt;
&lt;td&gt;1.1 GB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/PPRO/6/win32/PremierePro_6_LS7.7z&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;After Effects CS6&lt;/td&gt;
&lt;td&gt;997 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/AEFT/11/win64/AfterEffects_11_LS7.7z&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audition CS6&lt;/td&gt;
&lt;td&gt;223 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/AUDT/5/win32/Audition_5_LS7.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Prelude CS6&lt;/td&gt;
&lt;td&gt;488 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/PRLD/1/win32/Prelude_1_LS7.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SpeedGrade CS6&lt;/td&gt;
&lt;td&gt;95 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/legacy/SPGD/6/win64/SpeedGrade_6_LS17.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adobe Muse&lt;/td&gt;
&lt;td&gt;32 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/MUSE/3_2/win32/Muse_3_2_CCM_LS19.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Edge Animate 1.5&lt;/td&gt;
&lt;td&gt;143 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/EDGE/1_5/win32/Edge_Animate_1_5_CCM_LS17.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Acrobat X Pro&lt;/td&gt;
&lt;td&gt;465 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;https://trials.adobe.com/AdobeProducts/APRO/10/win32/AcrobatPro_10_Web_WWEFD.exe&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Camera Raw 9.1.1&lt;/td&gt;
&lt;td&gt;220 MB&lt;/td&gt;
&lt;td&gt;&lt;a rel=&#34;noopener noreferrer&#34; href=&#34;http://swupdl.adobe.com/updates/oobe/aam20/win/PhotoshopCameraRaw7-7.0/9.1.88/setup.zip&#34;&gt;download link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 id=&#34;jetbrains-ide&#34;&gt;JetBrains IDE&lt;/h2&gt;
&lt;p&gt;JetBrains IDEs last version with 32bit support is the &lt;strong&gt;2021.1&lt;/strong&gt; one, so make sure you download it and never upgrade. As an extra perk, this version can have the trial extended indifinitely, so there&amp;rsquo;s that.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://download.jetbrains.com/cpp/CLion-2021.1.3.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;CLion 2021.1.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://download.jetbrains.com/datagrip/datagrip-2021.1.3.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;DataGrip 2021.1.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://download.jetbrains.com/go/goland-2021.1.3.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;GoLand 2021.1.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://download.jetbrains.com/webide/PhpStorm-2021.1.4.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;PhpStorm 2021.1.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://download.jetbrains.com/python/pycharm-professional-2021.1.3.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;PyCharm 2021.1.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://download.jetbrains.com/ruby/RubyMine-2021.1.3.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;RubyMine 2021.1.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://download.jetbrains.com/webstorm/WebStorm-2021.1.3.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;WebStorm 2021.1.3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You&amp;rsquo;ll need to add some VM options to your &lt;code&gt;bin/&amp;lt;IDE&amp;gt;.exe.vmoptions&lt;/code&gt; file, where &lt;code&gt;&amp;lt;IDE&amp;gt;&lt;/code&gt; can be clion, webstorm, phpstorm or whatever JetBrains IDE you are using.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.base/java.lang&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.base/java.util&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/java.awt&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/java.awt.event&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/java.awt.peer&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/javax.swing&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/javax.swing.plaf.basic&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/javax.swing.text.html&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/sun.awt&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/sun.awt.X11&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/sun.font&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-opens&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/sun.swing&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-exports&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/sun.awt.X11&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-exports&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/sun.awt.datatransfer&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-exports&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/sun.awt.image&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--add-exports&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;java.desktop/sun.font&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;ALL-UNNAMED
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Resetting the IDEs trial status can be done with a simple script (that can be ran when the trial expires):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;#!/bin/sh
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rm -r ~/.config/JetBains/*/eval/*
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sed -i &lt;span class=&#34;s1&#34;&gt;&amp;#39;s/&amp;lt;property name=&amp;#34;evlsprt.*&amp;gt;//&amp;#39;&lt;/span&gt; ~/.config/JetBrains/*/options/other.xml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Won&amp;rsquo;t run fast but they are usable. If you like the IDEs buy them, but it&amp;rsquo;s not worth if you&amp;rsquo;re using an expired version from several years ago.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;borland-delphi-7&#34;&gt;Borland Delphi 7&lt;/h2&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/delphi.png&#34; alt=&#34;Borland Delphi 7&#34;&gt;
&lt;figcaption&gt;Borland Delphi 7&lt;/figcaption&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;What is a Windows 7 retro machine without some developer tools? No Microsoft Visual Studio (it can be installed but I severely dislike Visual Basic), but Borland Delphi? Yespls.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://winworldpc.com/download/96a786bd-ccb6-11e7-a73f-fa163e9022f0&#34; rel=&#34;noopener noreferrer&#34;&gt;Download the archive from here&lt;/a&gt;, extract it and mount the ISO file using UltraISO. Make sure you read the text file inside the archive, it has the activation data, and you will need to replace &lt;code&gt;dent.slip&lt;/code&gt; inside the directory where you installed Delphi, &lt;strong&gt;before you run Delphi&lt;/strong&gt; for the first time.&lt;/p&gt;
&lt;p&gt;Also, you will need to allow the users of the laptop to modify the contents of the main Delphi directory (in this case &lt;code&gt;C:\Program Files\Borland\Delphi7&lt;/code&gt; unless you installed in a different directory), so right click the specified directory in Windows Explorer, choose Properties, go to Permissions and give Full Control access to your user.&lt;/p&gt;
&lt;p&gt;Starting Delphi after installing will display a &amp;ldquo;Program Compatibility Assistant&amp;rdquo; window that will warn you that &amp;ldquo;This program has compatibility issues&amp;rdquo; but you can check the &amp;ldquo;Don&amp;rsquo;t show this message again&amp;rdquo; checkbox and click the &amp;ldquo;Run program&amp;rdquo; button. It will only bug you once.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;visual-studio&#34;&gt;Visual Studio&lt;/h2&gt;
&lt;p&gt;If you need Microsoft&amp;rsquo;s Visual Studio for some reason I cannot grasp right now, you can install any version before 2019, included. Visual Studio 2022 doesn&amp;rsquo;t have support for Windows 7 anymore, so that&amp;rsquo;s a no-no. You can download the old versions of Visual Studio from &lt;a href=&#34;https://visualstudio.microsoft.com/vs/older-downloads/&#34; rel=&#34;noopener noreferrer&#34;&gt;Microsoft&amp;rsquo;s website&lt;/a&gt; (but you will need a MSDN subscription), you can use a trusted torrent or the &lt;a href=&#34;https://archive.org/search?query=microsoft&amp;#43;visual&amp;#43;studio&amp;#43;iso&#34; rel=&#34;noopener noreferrer&#34;&gt;Internet Archive&lt;/a&gt;. If you want to install Visual Studio 2019, make sure you &lt;a href=&#34;https://learn.microsoft.com/en-us/visualstudio/releases/2019/system-requirements&#34; rel=&#34;noopener noreferrer&#34;&gt;read the system requirements&lt;/a&gt; (the 2GB of RAM might be a stop-gap, the Booklet only has 1GB). The &lt;a href=&#34;https://learn.microsoft.com/en-us/visualstudio/releases/2015/vs2015-sysrequirements-vs&#34; rel=&#34;noopener noreferrer&#34;&gt;2015 version might be better suited&lt;/a&gt; for the retrobook.&lt;/p&gt;
&lt;p&gt;I can&amp;rsquo;t tell how slow it will work on the Booklet because I don&amp;rsquo;t need Visual Studio. &lt;a href=&#34;https://sizeof.cat/about/#communication&#34;&gt;Drop me an e-mail&lt;/a&gt; if you installed it.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;ida-pro&#34;&gt;IDA Pro&lt;/h2&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/idapro.png&#34; alt=&#34;IDA Pro&#34;&gt;
&lt;figcaption&gt;IDA Pro&lt;/figcaption&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;Last version of &lt;a href=&#34;https://hex-rays.com/ida-pro/&#34; rel=&#34;noopener noreferrer&#34;&gt;Hex Rays IDA Pro&lt;/a&gt; that works on a 32bit architecture is &lt;strong&gt;6.8&lt;/strong&gt;, so if you need to disassemble and/or debug binary code you should definitely get that version. &lt;strong&gt;Beware of the cracked versions.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;IDA Pro 6.8 works snappy and fast on the Booklet, and let&amp;rsquo;s be honest, it&amp;rsquo;s not like any of the alternatives can compare to IDA Pro.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;cygwin&#34;&gt;Cygwin&lt;/h2&gt;
&lt;p&gt;Cygwin is a Unix-like environment and command-line interface for Windows, last version that works on Windows 7 32bit is &lt;strong&gt;2.923&lt;/strong&gt;, so &lt;a href=&#34;https://cygwin.com/setup/setup-2.923.x86.exe&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt; and run it from Command Prompt with the &lt;code&gt;-X&lt;/code&gt; option (skips the lookup of the security signature, since we&amp;rsquo;re not using the default packages).&lt;/p&gt;
&lt;p&gt;When prompted by the setup, enter &lt;code&gt;http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/2022/11/23/063457&lt;/code&gt; as the User URL, click the &lt;strong&gt;Add&lt;/strong&gt; button to add it to the Available Download Sites and proceed to package selection screen. Save the setup file somwhere on your machine since you&amp;rsquo;ll need it if you want to install other packages.&lt;/p&gt;
&lt;p&gt;You might also want to install &lt;code&gt;apt-cyg&lt;/code&gt; &lt;a href=&#34;https://github.com/transcode-open/apt-cyg&#34; rel=&#34;noopener noreferrer&#34;&gt;from its repo&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg &amp;gt; apt-cyg
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;install apt-cyg /bin
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id=&#34;microsoft-office-2016&#34;&gt;Microsoft Office 2016&lt;/h2&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/word.png&#34; alt=&#34;Microsoft Word 2016&#34;&gt;
&lt;figcaption&gt;Microsoft Word 2016&lt;/figcaption&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;Office 2016 is the latest version that is supported on Windows 7, so &lt;a href=&#34;https://files.rg-adguard.net/file/22db917e-9de2-8af6-90fa-c20400efe84e&#34; rel=&#34;noopener noreferrer&#34;&gt;download&lt;/a&gt; and install it. Everything works as expected, quick and snappy.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;security&#34;&gt;Security&lt;/h2&gt;
&lt;p&gt;Basically make sure you run a firewall in front of your netbook, enable Windows Firewall on your netbook, you should block dangerous ports, disable all the services that aren&amp;rsquo;t needed or used, disable insecure SMB protocols, and do not download files that you are not sure what they actually are. Control the places you visit and the stuff you are downloading. And never download and execute &amp;ldquo;random&amp;rdquo; executable files that you found on shady sites, proper security mandates that you execute them in a virtual machine on another computer, and once you&amp;rsquo;re absolutely sure it&amp;rsquo;s not malware, you install/run them on your Windows 7 machine. Especially if you don&amp;rsquo;t have an antivirus installed.&lt;/p&gt;
&lt;p&gt;Inspect the processes in Task Manager and look for fishy items. That &lt;code&gt;nVidiaGPU.exe&lt;/code&gt; process on your system that doesn&amp;rsquo;t have an nVidia GPU? Especially if it launches from a temporary directory? Ding dong, we have malware.&lt;/p&gt;
&lt;p&gt;Ports that should be blocked:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;53&lt;/strong&gt; (Domain Name System)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;111&lt;/strong&gt; (Remote Procedure Call)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;135&lt;/strong&gt; (Microsoft End Point Mapper)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;138&lt;/strong&gt; (NetBIOS Datagram Service)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;139&lt;/strong&gt; (Server Message Block (SMB))&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;161&lt;/strong&gt; (Simple Network Management Protocol)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;389&lt;/strong&gt; (Lightweight Directory Access Protocol)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;445&lt;/strong&gt; (Microsoft-DS SMB file sharing)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;3389&lt;/strong&gt; (Remote Desktop Protocol)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Services that can be disabled safely:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Desktop Window Manager Session Manager&lt;/li&gt;
&lt;li&gt;Distributed Link Tracking Client&lt;/li&gt;
&lt;li&gt;Function Discovery Provider Host&lt;/li&gt;
&lt;li&gt;Function Discovery Resource Publication&lt;/li&gt;
&lt;li&gt;HomeGroup Listener, HomeGroup Provider&lt;/li&gt;
&lt;li&gt;Offline Files&lt;/li&gt;
&lt;li&gt;Remote Registry&lt;/li&gt;
&lt;li&gt;Shell Hardware Detection&lt;/li&gt;
&lt;li&gt;Volume Shadow Copy&lt;/li&gt;
&lt;li&gt;WebClient&lt;/li&gt;
&lt;li&gt;Windows Backup&lt;/li&gt;
&lt;li&gt;Windows Biometric Service&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Services that can be disabled if not used:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bluetooth Support Service&lt;/li&gt;
&lt;li&gt;Fax&lt;/li&gt;
&lt;li&gt;Group Policy Client&lt;/li&gt;
&lt;li&gt;Indexing Service&lt;/li&gt;
&lt;li&gt;Print Spooler&lt;/li&gt;
&lt;li&gt;Telephony&lt;/li&gt;
&lt;li&gt;Themes&lt;/li&gt;
&lt;li&gt;Windows Image Acquisition (WIA)&lt;/li&gt;
&lt;li&gt;Windows Search&lt;/li&gt;
&lt;li&gt;Windows Time&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Disable insecure SMB protocols to protect your computer against EternalBlue attack:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;config&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;lanmanworkstation&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;depend&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;bowser&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;mrxsmb20&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;nsi&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;config&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;mrxsmb10&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;start&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;disabled&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;config&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;lanmanworkstation&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;depend&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;bowser&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;mrxsmb10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;nsi&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;config&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;mrxsmb20&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;start&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;disabled&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Consider turning off Internet access when you don&amp;rsquo;t need it.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Standard user accounts must not be granted elevated privileges. Enabling Windows Installer to elevate privileges when installing applications can allow malicious persons and applications to gain full control of a system.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer\
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Name: AlwaysInstallElevated
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Type: REG_DWORD
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value: 0
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;The Kerberos v5 authentication protocol is the default for authentication for domains. NTLM which is less secure, is retained in later Windows versions for compatibility with standalone systems as well as applications that may still use it. Earlier versions of the LM/NTLM protocol are particularly vulnerable to attack and must be prevented.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Name: LmCompatibilityLevel
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Type: REG_DWORD
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value: 5
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;Autoplay begins reading from a drive as soon as you insert media in the drive. As a result, the setup file of programs and the music on audio media starts immediately. By default, autoplay is disabled on removable drives, such as the floppy disk drive (but not the CD-ROM drive) and on network drives. If you enable this policy, you can also disable autoplay on all drives.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Name: NoDriveTypeAutorun
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Type: REG_DWORD
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value: 0x000000ff (255)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;Allowing anonymous logon users (null session connections) to list all account names and enumerate all shared resources can provide a map of potential points to attack the system.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Name: RestrictAnonymous
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Type: REG_DWORD
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value: 1
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;Allowing anonymous logon users (null session connections) to list all account names, thus providing a list of potential points to attack the system.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Name: RestrictAnonymousSAM
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Type: REG_DWORD
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value: 1
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;Allowing autorun commands to execute may introduce malicious code to a system. Configuring this setting prevents autorun commands from executing.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Name: NoAutorun
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Type: REG_DWORD
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value: 1
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;Solicited Remote Assistance should not be allowed. This setting controls whether or not solicited remote assistance is allowed from this computer. Solicited assistance is help that is specifically requested by the user. This is a Category 1 finding because it may allow unauthorized parties access to the resources on the computer.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Terminal Services\
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value Name: fAllowToGetHelp
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Type: REG_DWORD
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Value: 0
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id=&#34;privacy&#34;&gt;Privacy&lt;/h2&gt;
&lt;h3 id=&#34;telemetry&#34;&gt;Telemetry&lt;/h3&gt;
&lt;p&gt;Windows operating system is leaking more than a one-legged hooker in Singapore (so I&amp;rsquo;ve heard) but there are ways to stop some of the leaking (unlike the case of the aforementioned hooker).&lt;/p&gt;
&lt;p&gt;Delete telemetry services:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;stop&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;RemoteRegistry&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;RemoteRegistry&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;stop&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;DiagTrack&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;DiagTrack&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;stop&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;dmwappushservice&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;sc &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;dmwappushservice&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Delete telemetry tasks:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Application Experience\AitAgent&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Application Experience\ProgramDataUpdater&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Autochk\Proxy&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\CloudExperienceHost\CreateObjectTask&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\IME\SQM data sender&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Maintenance\WinSAT&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\NetTrace\GatherNetworkInfo&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Shell\FamilySafetyMonitor&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;schtasks&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;delete&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;tn&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;\Microsoft\Windows\Shell\FamilySafetyRefresh&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;More cleaning up:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;takeown&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\Windows\System32\EOSNotify.exe&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;icacls&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\Windows\System32\EOSNotify.exe&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;grant&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;administrators&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;F&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;icacls&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\Windows\System32\EOSNotify.exe&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;inheritance&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;r &lt;/span&gt;&lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;deny&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;SYSTEM&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;F&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;grant&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Administrators&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;F&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;del &lt;/span&gt;&lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\Windows\System32\EOSNotify.exe&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;takeown&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;icacls&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;grant&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;administrators&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;F&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;icacls&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;inheritance&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;r &lt;/span&gt;&lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;deny&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;SYSTEM&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;F&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;grant&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Administrators&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;F&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;echo &lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ProgramData&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Microsoft&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Diagnosis&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ETLLogs&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;AutoLogger&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;AutoLogger-Diagtrack&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;-Listener&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;py&#34;&gt;etl&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Place the following Microsoft domains into your hosts file (&lt;code&gt;c:\windows\system32\drivers\etc\hosts&lt;/code&gt;):&lt;/p&gt;
&lt;details&gt;
&lt;summary&gt;click for a list&lt;/summary&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex-win.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 telecommand.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 telecommand.telemetry.microsoft.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 oca.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 oca.telemetry.microsoft.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 sqm.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 sqm.telemetry.microsoft.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 watson.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 watson.telemetry.microsoft.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 redir.metaservices.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 choice.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 choice.microsoft.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 df.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 reports.wes.df.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 wes.df.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 services.wes.df.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 sqm.df.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 watson.ppe.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 telemetry.appex.bing.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 telemetry.urs.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 telemetry.appex.bing.net:443
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 settings-sandbox.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex-sandbox.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 survey.watson.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 watson.live.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 watson.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 statsfe2.ws.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 corpext.msitadfs.glbdns2.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 compatexchange.cloudapp.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cs1.wpc.v0cdn.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0001.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 statsfe2.update.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 sls.update.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 fe2.update.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 65.55.108.23
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 65.39.117.230
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 23.218.212.69
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 104.41.219.140
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 134.170.30.202
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 137.116.81.24
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 diagnostics.support.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 corp.sts.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 statsfe1.ws.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 pre.footprintpredict.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 204.79.197.200
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i1.services.social.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i1.services.social.microsoft.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 feedback.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 feedback.microsoft-hohm.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 feedback.search.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 s0.2mdn.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 view.atdmt.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 2.22.61.43
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 2.22.61.66
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 157.56.106.189
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 65.52.108.33
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 64.4.54.254
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 onesettings-bn2.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 onesettings-cy2.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 onesettings-db5.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 onesettings-hk2.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 settings.data.glbdns2.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 telecommand.telemetry.microsoft.com.nsat­c.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 v10.vortex-win.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 v10.vortex-win.data.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex.data.glbdns2.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex.data.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex-bn2.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex-cy2.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex-db5.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex-hk2.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex-win.data.metron.live.com.nsatc.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0001.dc-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0002.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0003.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0003.dc-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0004.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0005.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0006.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0007.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0008.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0009.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0010.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0011.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-0012.a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a.ads1.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a.ads2.msads.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a.ads2.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 a.rad.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ac3.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 activity.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 adnexus.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 adnxs.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 adl.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ads.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ads1.msads.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ads1.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 aidps.atdmt.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 aka-cdn-ns.adtech.de
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array101-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array102-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array103-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array104-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array201-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array202-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array203-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array204-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array401-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array402-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array403-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array404-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array405-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array406-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array407-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 array408-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 b.ads1.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 b.ads2.msads.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 b.rad.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bingads.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bl3301-a.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bl3301-c.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bl3301-g.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn2b-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn2b-cor002.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn2b-cor003.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn2b-cor004.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn2wns1.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3p-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020010558.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020010560.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020010618.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020010629.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020010631.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020010635.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020010636.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020010650.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020011727.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020012850.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020020322.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020020749.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020022328.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020022335.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn3sch020022361.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101120814.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101120818.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101120911.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101120913.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121019.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121109.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121118.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121223.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121407.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121618.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121704.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121709.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121714.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101121908.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101122117.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101122310.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101122312.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101122421.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101123108.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101123110.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch101123202.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bn4sch102110124.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 bs.serving-sys.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 by3301-a.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 by3301-c.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 by3301-e.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 c-0001.dc-msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 c.atdmt.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 c.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cache.datamart.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cdn.atdmt.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds10.stn.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1203.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1204.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1209.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1219.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1228.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1244.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1257.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1265.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1269.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1273.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1285.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1287.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1289.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1293.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1307.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1310.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1325.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds1327.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds177.dus.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20005.stn.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20404.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20411.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20415.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20416.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20417.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20424.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20425.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20431.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20435.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20440.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20443.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20445.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20450.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20452.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20457.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20461.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20469.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20475.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20482.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20485.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds20495.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21205.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21207.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21225.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21229.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21233.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21238.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21244.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21249.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21256.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21257.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21258.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21261.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21267.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21278.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21281.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21293.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21309.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21313.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds21321.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds299.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds308.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds30027.stn.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds310.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds38.ory.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds54.ory.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds405.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds406.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds407.fra.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds416.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds421.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds422.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds425.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds426.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds447.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds458.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds459.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds461.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds468.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds469.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds471.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds483.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds484.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds489.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds493.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds494.lcy.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds812.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds815.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds818.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds832.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds836.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds840.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds843.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds857.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds868.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cds869.lon.llnw.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ch1-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ch1-cor002.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ch3301-c.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ch3301-e.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ch3301-g.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ch3302-c.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ch3302-e.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 compatexchange1.trafficmanager.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 continuum.dds.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cy2.settings.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 db5.settings.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 dev.virtualearth.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ec.atdmt.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ecn.dev.virtualearth.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 eu.vortex.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 flex.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 fs.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 g.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 geo.settings.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 geo-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 geover-prod.do.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 h1.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 h2.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020721.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020723.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020726.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020729.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020732.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020824.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020843.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020851.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020854.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020855.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020924.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020936.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020940.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020956.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020958.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130020961.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021017.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021029.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021035.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021137.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021142.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021153.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021217.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021246.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021249.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021260.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021264.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021322.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021323.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021329.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021334.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021360.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021432.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021433.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021435.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021437.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021440.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021450.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021518.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021523.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021526.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021527.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021544.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021554.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021618.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021634.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021638.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021646.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021652.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021654.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021657.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021723.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021726.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021727.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021730.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021731.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021754.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021829.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021830.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021833.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021840.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021842.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021851.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021852.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021927.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021928.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021929.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130021958.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130022035.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130022041.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130022049.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2sch130022135.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2wns1.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2wns1b.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-bl6p-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-bl6p-cor002.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-bn3p-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-by3p-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-by3p-cor002.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-ch1-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-ch1-cor002.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-sn2-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-sn2-cor002.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 inference.location.live.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 lb1.www.ms.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 live.rads.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 m.adnxs.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 mobile.pipe.aria.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 msntest.serving-sys.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 nexus.officeapps.live.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 nexusrules.officeapps.live.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 preview.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 rad.live.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 rad.msn.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 schemas.microsoft.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 secure.adnxs.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 secure.flashtalking.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 settings-win-ppe.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 settings-win.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 settings.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 sn3301-c.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 sn3301-e.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 sn3301-g.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 share.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 maps.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 spynet2.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 spynetalt.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 spyneteurope.microsoft.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ssw.live.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 storecatalogrevocation.storequality.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 t0.ssl.ak.dynamic.tiles.virtualearth.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 t0.ssl.ak.tiles.virtualearth.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 tele.trafficmanager.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 teredo.ipv6.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 test.activity.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 tsfe.trafficshaping.dsp.mp.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 version.hybrid.api.here.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 web.vortex.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 win10.ipv6.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 win1710.ipv6.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 win8.ipv6.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 www.msedge.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 alpha.telemetry.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 apac1.notify.windows.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 api.cortana.ai
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 asimov-win.settings.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 browser.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 browser.pipe.aria.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 cy2.vortex.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 db5.settings-win.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 db5.vortex.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 db5-eap.settings-win.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 eu.vortex-win.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 eu-v10.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 eu-v20.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 geo.settings-win.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 geo.vortex.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 hk2.settings.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 i-sn3p-cor001.api.p001.1drv.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ieonlinews.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 ieonlinews.trafficmanager.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 mobile.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 modern.watson.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 onecollector.cloudapp.aria.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 self.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 sg2p.wns.windows.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 telemetry.remoteapp.windowsazure.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 umwatsonc.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 us-v10.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 us-v20.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 us.vortex-win.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 v10.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 v10c.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 v20.events.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 v10-win.vortex.data.microsoft.com.akadns.net
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 v20.vortex-win.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;0.0.0.0 vortex-win-sandbox.data.microsoft.com
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/details&gt;
&lt;h3 id=&#34;openvpn&#34;&gt;OpenVPN&lt;/h3&gt;
&lt;p&gt;If you want to tunnel your connections through a VPN server, and you want to opt for a free VPN provider, your alternatives are RiseupVPN or ProtonVPN. &lt;a href=&#34;https://openvpn.net/community-downloads/&#34; rel=&#34;noopener noreferrer&#34;&gt;Download the latest version of the OpenVPN software&lt;/a&gt; (make sure you don&amp;rsquo;t download the OpenVPN Connect) for &lt;a href=&#34;https://swupdate.openvpn.org/community/releases/OpenVPN-2.6.8-I001-x86.msi&#34; rel=&#34;noopener noreferrer&#34;&gt;Windows 7&lt;/a&gt;, &lt;a href=&#34;https://account.protonvpn.com/downloads&#34; rel=&#34;noopener noreferrer&#34;&gt;download the ProtonVPN OpenVPN profiles&lt;/a&gt; from your account and import them into OpenVPN GUI.&lt;/p&gt;
&lt;p&gt;If you want to use RiseupVPN, skip their software because it&amp;rsquo;s not compatible with Windows 7 and instead use &lt;a href=&#34;https://sizeof.cat/project/riseupvpn-to-openvpn/&#34;&gt;my conversion tool&lt;/a&gt; to obtain a OpenVPN profile that can be imported into OpenVPN GUI.&lt;/p&gt;
&lt;p&gt;You can create a VPN killswitch that will only allow Internet connections through the VPN server and drop all connections outside (as much as Windows and Windows Firewall allow it, there are always exceptions).&lt;/p&gt;
&lt;h3 id=&#34;wireguard&#34;&gt;Wireguard&lt;/h3&gt;
&lt;p&gt;If you want to use Wireguard instead of OpenVPN, &lt;a href=&#34;https://download.wireguard.com/windows-client/&#34; rel=&#34;noopener noreferrer&#34;&gt;download the latest version&lt;/a&gt; and install it. Download the ProtonVPN Wireguard configuration files from &lt;a href=&#34;https://account.protonvpn.com/downloads&#34; rel=&#34;noopener noreferrer&#34;&gt;your account&lt;/a&gt; and import them into the Wireguard client.&lt;/p&gt;
&lt;h3 id=&#34;file-transfer&#34;&gt;File transfer&lt;/h3&gt;
&lt;p&gt;File transfer can be securely done between your main computer and the Booklet by using Tor transport (Ricochet Refresh is amazing for that, &lt;a href=&#34;https://github.com/blueprint-freespeech/ricochet-refresh/releases&#34; rel=&#34;noopener noreferrer&#34;&gt;install a 32bit release&lt;/a&gt;). Just make sure you don&amp;rsquo;t use SMB Network shares under any circumstances.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;mozilla-firefox&#34;&gt;Mozilla Firefox&lt;/h2&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/firefox.png&#34; alt=&#34;Mozilla Firefox&#34;&gt;
&lt;figcaption&gt;Mozilla Firefox&lt;/figcaption&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;Remember to install uBlock Origin on your Firefox, and tweak your Firefox installation to not leak so much telemetry data.&lt;/p&gt;
&lt;p&gt;Open &lt;code&gt;about:config&lt;/code&gt; in Firefox and make sure the settings below are setup as below (they should be if you&amp;rsquo;re on ESR):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;archive&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;unified&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;unifiedIsOptIn&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;bhrPing&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;firstShutdownPing&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;hybridContent&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;newProfilePing&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;reportingpolicy&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;firstRun&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;shutdownPingSender&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;updatePing&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;browser&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;newtabpage&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;activity&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;stream&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;feeds&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;browser&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;newtabpage&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;activity&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;stream&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;browser&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ping&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;centre&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;browser&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;vpn_promo&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;devtools&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;onboarding&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;logged&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;datareporting&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;healthreport&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;uploadEnabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;datareporting&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;policy&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;dataSubmissionEnabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;experiments&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;activeExperiment&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;experiments&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;experiments&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;supported&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;network&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;allow&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;experiments&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;rejected&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;coverage&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;opt&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;out&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;datareporting&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sessions&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;current&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;clean&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;server&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;toolkit&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;telemetry&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;prompted&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;app&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;normandy&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;extensions&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;pocket&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;identity&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;fxaccounts&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;For improved security you should also keep JavaScript disabled:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;javascript&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;WebGL should be disabled for privacy reasons:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;webgl&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;disabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Some more settings that should be disabled for security and privacy reasons:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;beacon&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;privacy&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;firstparty&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;isolate&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;privacy&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;resistFingerprinting&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;device&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sensors&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;device&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sensors&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;motion&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;device&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sensors&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;orientation&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;dom&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;battery&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;geo&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;dom&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;event&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;contextmenu&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;dom&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;event&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;clipboardevents&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;dom&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;gamepad&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;dom&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;push&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;dom&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;push&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;connection&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;dom&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;webnotifications&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;media&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eme&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;media&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;peerconnection&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;network&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;predictor&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;permissions&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;default&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;camera&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;permissions&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;default&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;geo&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;permissions&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;default&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;microphone&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;permissions&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;default&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;desktop&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;notification&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;permissions&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;default&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;xr&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;browser&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eme&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ui&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;enabled&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id=&#34;games&#34;&gt;Games&lt;/h2&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/alpha-centauri.png&#34; alt=&#34;Sid Meier&amp;amp;rsquo;s Alpha Centauri&#34;&gt;
&lt;figcaption&gt;Sid Meier&amp;#39;s Alpha Centauri&lt;/figcaption&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.gog.com&#34; rel=&#34;noopener noreferrer&#34;&gt;Good old Games&lt;/a&gt; is your best friend, the old games work without a problem, the only thing to consider is that some of the old games are looking for a fixed resolution, like 1024x768 or 800x600, and Booklet&amp;rsquo;s atypical resolution of 1280x720 will make some games complain. Don&amp;rsquo;t be afraid to use Compatibility mode!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;tips&#34;&gt;Tips&lt;/h2&gt;
&lt;p&gt;To uninstall a specific KB:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;wusa&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;uninstall&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;kb&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;mf&#34;&gt;30000000&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;quiet&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;norestart&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To run some Windows 8+ applications on Windows 7, &lt;a href=&#34;https://github.com/vxiiduu/VxKex&#34; rel=&#34;noopener noreferrer&#34;&gt;install Windows 7 API Extensions&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To create a system restore point from the command prompt:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Windows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;System32&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;wmic&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;py&#34;&gt;exe&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Namespace&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;root&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;default&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Path&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;SystemRestore&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Call&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;CreateRestorePoint&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;System Restore&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;mf&#34;&gt;100&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;mf&#34;&gt;7&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><category>hardware</category><category>retro</category><category>nokia</category><category>booklet</category><category>windows 7</category></item><item><title>I&#39;ll Read It</title><link>https://sizeof.cat/post/ill-read-it/</link><pubDate>Wed, 27 Dec 2023 03:22:38 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/ill-read-it/</guid><description>&lt;p&gt;&lt;a href=&#34;https://manuelmoreale.com/i-ll-read-it&#34; rel=&#34;noopener noreferrer&#34;&gt;Manuel Moreale&lt;/a&gt; started a cool project, saying:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you decide to start a blog in either English or Italian, I&amp;rsquo;ll read it. I don&amp;rsquo;t care about the topic. Start a blog, write something, send it to me, and I&amp;rsquo;ll read it. And you&amp;rsquo;ll have your first reader. If you add an RSS feed to your blog, I&amp;rsquo;ll add you to my reading list, and I&amp;rsquo;ll keep reading what you post.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So, if you write in English or Catalan, I&amp;rsquo;ll read it. &lt;a href=&#34;https://sizeof.cat/about/#communication&#34;&gt;Send it to my email address&lt;/a&gt;.&lt;/p&gt;</description><category>website</category><category>indieweb</category></item><item><title>Advice</title><link>https://sizeof.cat/post/advice/</link><pubDate>Sat, 23 Dec 2023 20:17:44 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/advice/</guid><description>&lt;p&gt;If there&amp;rsquo;s any single bit of advice I could give to younger people it would be this: Do not leave your youth without having: 1. a &amp;ldquo;thing&amp;rdquo; that you do or a &amp;ldquo;skill&amp;rdquo; at which you are better than everybody else, and 2. an overarching project or project that you would rather die than not finish, that makes use of that thing or skill.&lt;/p&gt;
&lt;p&gt;Love, sex, family, children, a comfortable life, hedonism, all of these things are potentially good but if your life isn&amp;rsquo;t &lt;em&gt;&amp;ldquo;for the sake of something&amp;rdquo;&lt;/em&gt; AND if you don&amp;rsquo;t feel like you have something you do every day (or at least most of the time), in which you are at your peak form and you feel like your whole soul is being actualized for its true purpose, you will be unhappy. Unless you are a normie, then maybe you can get by with just a big TV, newest phone and a mediocre family, I don&amp;rsquo;t know.&lt;/p&gt;
&lt;p&gt;I think this viewpoint has been badly skewed by modern culture which distorts it into &lt;em&gt;&amp;ldquo;Make enough money to live well&amp;rdquo;&lt;/em&gt; as well as &lt;em&gt;&amp;ldquo;Have &amp;lsquo;hobbies&amp;rdquo;&lt;/em&gt;. Fuck hobbies, like I said the idea of not engaging in this life-long project needs to be terrifying to you and you need to be willing to suffer greatly for it, or it&amp;rsquo;s just another subset of hedonism.&lt;/p&gt;
&lt;p&gt;Listen to your soul and figure out what it is for you. Sometimes it starts by just listening to what pisses you off. Ask yourself, why does it piss me off that all existing operating systems suck? Why does it piss me off that I have this haphazard insight into the true meaning of this sacred text but all these so-called experts with 40 years of philological experience miss the forest for the trees? If you follow this feeling, you&amp;rsquo;ll find your calling. Unfortunately so many people these days are instinctive materialists who can&amp;rsquo;t even conceptualize anything beyond satisfying the material needs of their meaningless organism, let alone conceptualize the universe, human destiny, etc., as a whole. If people could see those things again, they would find it easier to connect the dots latent in themselves and project their itinerary.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Happy New Year!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;</description><category>philosophy</category><category>humanism</category></item><item><title>2023 in review</title><link>https://sizeof.cat/post/2023-in-review/</link><pubDate>Mon, 11 Dec 2023 13:28:37 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/2023-in-review/</guid><description>&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;https://sizeof.cat/post/2023-in-review/img/charly.jpg&#34; alt=&#34;Charly&#34;&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s that time of the year again, when you count your blessings and retweets, and claim the moral high-ground on social media.&lt;/p&gt;
&lt;p&gt;The wildest era of the old West is over. With the creation, publication and global adoption of normatives, processes and regulatory bodies aiming to the international global homologation of knowledge and procedures (e.g. The Information Technology Infrastructure Library), Information Systems are controlled to the detail by huge corporations and nation-states.&lt;/p&gt;
&lt;p&gt;Long gone are the days when foreign actors offered Saddam Hussein remote access to the US railroad system, or a minor disgruntled insider wiring millions of dollars to bank accounts outside country. There&amp;rsquo;s little space for cowboys and shinobis, you live in a world of contractors and certifications, schedules to meet and reports to complete. &lt;a href=&#34;https://sizeof.cat/post/cyberpunk/&#34;&gt;Cyberpunk&lt;/a&gt; life is here, it&amp;rsquo;s just not as good as we expected it to be.&lt;/p&gt;
&lt;p&gt;But rejoice, my little friend, the long shadow of war is upon us. As if waiting for spring, it is possible in the short-term that from the flesh of thousands of anonymous heroes dying in Eurasian and Middle Eastern trenches, the foundations of a new, more dynamic, fluid, compartmentalised and intrinsically decentralised international order will rise. Let&amp;rsquo;s raise our glasses for that.&lt;/p&gt;
&lt;p&gt;This year can be summed up this way:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The line between stupid people and animals becomes more and more blurred every day.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;best&#34;&gt;Best&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Movie watched this year: &lt;a href=&#34;https://sizeof.cat/post/movies/#charly&#34;&gt;&lt;strong&gt;Charly, 1968&lt;/strong&gt;&lt;/a&gt;, the story of an intellectually disabled man undergoes an experiment that gives him the intelligence of a genius. Based on the &lt;strong&gt;Flowers for Algernon&lt;/strong&gt; short story by &lt;strong&gt;Daniel Keyes&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Movie of the year: I don&amp;rsquo;t usually watch movies made after 2015 (especially Western-made) unless I have very good reasons, but &lt;a href=&#34;https://sizeof.cat/post/movies/#three-body&#34;&gt;&lt;strong&gt;Three-Body&lt;/strong&gt;&lt;/a&gt; was an amazing TV series. Just don&amp;rsquo;t watch the new Netflix junk, kids.&lt;/li&gt;
&lt;li&gt;Music album listened this year: &lt;a href=&#34;https://sizeof.cat/music/sirotkin-echopark/&#34;&gt;&lt;strong&gt;Эхопарк&lt;/strong&gt; by &lt;strong&gt;Sirotkin&lt;/strong&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Song of the year: &lt;strong&gt;Black Seminole&lt;/strong&gt; by &lt;strong&gt;Lil&amp;rsquo; Yachty&lt;/strong&gt;, with &lt;strong&gt;Выше домов&lt;/strong&gt; by &lt;strong&gt;Sirotkin&lt;/strong&gt; a very close second.&lt;/li&gt;
&lt;li&gt;Book read this year: &lt;strong&gt;The Betrayal of the West&lt;/strong&gt;, by &lt;strong&gt;Jacques Ellul&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;worst&#34;&gt;Worst&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;People, social media, art, literature, cinema, society, governments, po{RN}litics, the Internet.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;website&#34;&gt;Website&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;91&lt;/strong&gt; &lt;a href=&#34;https://sizeof.cat/archive/#2023&#34;&gt;articles&lt;/a&gt;, &lt;strong&gt;61,898&lt;/strong&gt; words worth, up from &lt;strong&gt;82&lt;/strong&gt; &lt;a href=&#34;https://sizeof.cat/archive/#2022&#34;&gt;articles&lt;/a&gt; and &lt;strong&gt;35,578&lt;/strong&gt; words in 2022, including posts, projects, reviews, music and excluding links and notes, of course.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;816&lt;/strong&gt; &lt;a href=&#34;https://sizeof.cat/notes/&#34;&gt;notes&lt;/a&gt; posts, &lt;strong&gt;43,414&lt;/strong&gt; words worth, up from &lt;strong&gt;464&lt;/strong&gt; posts and &lt;strong&gt;30,270&lt;/strong&gt; words in 2022.&lt;/li&gt;
&lt;li&gt;used &lt;strong&gt;1,15GB&lt;/strong&gt; of disk space, up from &lt;strong&gt;609MB&lt;/strong&gt; in 2022.&lt;/li&gt;
&lt;li&gt;more &lt;a href=&#34;https://sizeof.cat/statistics/&#34;&gt;website statistics&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As for me, I believe in whatever political ideology kills the most people. I&amp;rsquo;m joking, or so you&amp;rsquo;d think. Onward to the new year.&lt;/p&gt;
&lt;p&gt;Oh, and pray for a world where our children become wolves.&lt;/p&gt;</description><category>personal</category><category>website</category></item><item><title>A cat</title><link>https://sizeof.cat/post/a-cat/</link><pubDate>Wed, 06 Dec 2023 02:10:05 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/a-cat/</guid><description>&lt;p&gt;Last week I noticed there&amp;rsquo;s a cat outside, so I buy a bag of dry food and a can of chicken, but the cat&amp;rsquo;s gone. Couple nights later the cat&amp;rsquo;s back. I give her the chicken. She came back tonight.&lt;/p&gt;
&lt;p&gt;I sit next to the cat on the stairwell as she eats. A few things come to mind. How does she survive out here alone? I guess from eating the odd garbage here, few rodents there. But also from people like us. I&amp;rsquo;ve known for years that cats are just opportunists. When they rub themselves against your calf or sniff your hand, or you run your hand on and along their smooth backs into that surprisingly stiff tail muscle, it&amp;rsquo;s all for show. They learned to do this because we like it and reward them with food &amp;ndash; nothing more. Because it looks like love, they do it for us, and we give them food. Thousands of years later, this relation stands unchanged. The Egyptians even revered them as gods. But really, they&amp;rsquo;re just cats. They sit, they eat, they shit, they sleep. And this is all just a transaction.&lt;/p&gt;
&lt;p&gt;I didn&amp;rsquo;t know this as a kid, but I do now.&lt;/p&gt;
&lt;p&gt;The cat appears to relax. She places a paw on my foot and extrudes her claws. A minute later, she runs through my crisscrossed legs, a sign of comfort. When I lean back on the stairwell door, it creaks and she briefly freezes. For all she knows her death is right around the corner. But nothing happens. Seconds later she relaxes and goes back to eating.&lt;/p&gt;
&lt;p&gt;The sky is black and all I hear is rain. I get up, and go back inside.&lt;/p&gt;</description><category>philosophy</category><category>humanism</category></item><item><title>Zivert: В мире весёлых</title><link>https://sizeof.cat/music/zivert-in-the-world-of-fun/</link><pubDate>Mon, 04 Dec 2023 02:27:04 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/music/zivert-in-the-world-of-fun/</guid><description>&lt;p&gt;&lt;strong&gt;В мире весёлых&lt;/strong&gt; (In the World of Fun) is a departure from Zivert&amp;rsquo;s vintage sounds and a search of those forms and genres that today reflect her inner world and state of mind. This album takes Zivert a little into the world of African percussion, into the world of disco house, jazz house, New York garage house from the 80s and house with vocals in the spirit of the Moloko song &amp;ldquo;Sing It Back&amp;rdquo;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I had a difficult year when I literally fell to the emotional bottom, but I found the strength to revive myself — both physically and mentally. Now I am super charged, full of inspiration to write new music. That&amp;rsquo;s my goal. I want to please people who love my work with new songs, new music videos and all that is actively born in my head every day. I write songs to people who need them at a given time in their lives. The most important thing is that music helps them, and in some situations it is for them a small separate world, a fictional island of happiness, where they can escape from their problems and everyday routine. That&amp;rsquo;s my mission. &lt;strong&gt;Zivert&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;track-listing&#34;&gt;Track listing&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&amp;ldquo;Место&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Бери И Беги&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Мятные Поцелуи&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Очень Одна&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Счастье&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Над Крышами&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Любовь&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Джин&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Джокер&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Думайдумай&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Птицы Летят За Музыкой&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;На Свет&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Карма-Киллер&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Выживут Человеки&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;
&lt;video controls preload=&#34;none&#34; poster=&#34;/img/video.jpg&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=E-7rjOwB4Io&amp;amp;itag=22&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.64001F, mp4a.40.2&amp;quot;&#34; label=&#34;hd720&#34; selected=&#34;true&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=E-7rjOwB4Io&amp;amp;itag=22&amp;amp;local=true&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.64001F, mp4a.40.2&amp;quot;&#34; hidequalityoption=&#34;true&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=E-7rjOwB4Io&amp;amp;itag=18&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.42001E, mp4a.40.2&amp;quot;&#34; label=&#34;medium&#34; selected=&#34;false&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=E-7rjOwB4Io&amp;amp;itag=18&amp;amp;local=true&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.42001E, mp4a.40.2&amp;quot;&#34; hidequalityoption=&#34;true&#34;&gt;
&lt;/video&gt;
&lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.zivert.com&#34; rel=&#34;noopener noreferrer&#34;&gt;Official website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://vk.com/zivert_public&#34; rel=&#34;noopener noreferrer&#34;&gt;VKontakte&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.discogs.com/artist/6554641-Zivert-2&#34; rel=&#34;noopener noreferrer&#34;&gt;Discogs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>music</category><category>albums</category><category>russia</category></item><item><title>Shitty feelings</title><link>https://sizeof.cat/post/shitty-feelings/</link><pubDate>Fri, 17 Nov 2023 09:02:17 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/shitty-feelings/</guid><description>&lt;p&gt;Shitty feelings, in no particular order:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;realizing your current wage or salary isn&amp;rsquo;t enough to afford a decent place to live.&lt;/li&gt;
&lt;li&gt;realizing you&amp;rsquo;re turning into your parents.&lt;/li&gt;
&lt;li&gt;realizing your parents had many more flaws than you could see when you were younger.&lt;/li&gt;
&lt;li&gt;realizing the career or skillset you&amp;rsquo;ve spent years of your life on, is worthless.&lt;/li&gt;
&lt;li&gt;realizing you have nothing to offer anyone in a relationship besides being yet another somewhat desperate 20-something whose bank account isn&amp;rsquo;t empty.&lt;/li&gt;
&lt;/ul&gt;</description><category>feelings</category></item><item><title>Сироткин: Эхопарк</title><link>https://sizeof.cat/music/sirotkin-echopark/</link><pubDate>Sun, 24 Sep 2023 00:03:15 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/music/sirotkin-echopark/</guid><description>&lt;p&gt;There are days when I don&amp;rsquo;t need anything at all except the emptiness of consciousness and Sirotkin&amp;rsquo;s songs pouring out of my headphones. Sometimes I&amp;rsquo;m outside, in a bad mood, and I want something that will level the pits of resentment, fatigue, loneliness and uncertainty. Don&amp;rsquo;t we all have such days?&lt;/p&gt;
&lt;p&gt;And sometimes it&amp;rsquo;s also so annoying this adult life that made me forget who I am. You have to work, work, and there is no time and opportunity to admit to yourself that everything is not going the way you want, and how I imagined it when I was younger. And then I want someone to understand, just understand and accept this melancholy.&lt;/p&gt;
&lt;p&gt;Sirotkin&amp;rsquo;s performances are what the performances of real musicians should be – his own. He doesn&amp;rsquo;t pretend to be a star, or a tortured rock musician, he just sings the songs he composed. Give a chance to a young guy with a guitar while he still sings what he wants, not what the producers want, and let&amp;rsquo;s hope together that everything will be the same for him in the future!&lt;/p&gt;
&lt;video controls preload=&#34;none&#34; poster=&#34;/img/video.jpg&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=lc73T02ZyPQ&amp;amp;itag=22&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.64001F, mp4a.40.2&amp;quot;&#34; label=&#34;hd720&#34; selected=&#34;true&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=lc73T02ZyPQ&amp;amp;itag=22&amp;amp;local=true&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.64001F, mp4a.40.2&amp;quot;&#34; hidequalityoption=&#34;true&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=lc73T02ZyPQ&amp;amp;itag=18&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.42001E, mp4a.40.2&amp;quot;&#34; label=&#34;medium&#34; selected=&#34;false&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=lc73T02ZyPQ&amp;amp;itag=18&amp;amp;local=true&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.42001E, mp4a.40.2&amp;quot;&#34; hidequalityoption=&#34;true&#34;&gt;
&lt;/video&gt;
&lt;h2 id=&#34;track-listing&#34;&gt;Track listing&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&amp;ldquo;Выше домов&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Рассвет&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Лисы волки&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Лилии&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;В пламени ракет&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://sirotkin.live&#34; rel=&#34;noopener noreferrer&#34;&gt;Official website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://sirotkin.shop&#34; rel=&#34;noopener noreferrer&#34;&gt;Shop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://sirotkin.bandcamp.com&#34; rel=&#34;noopener noreferrer&#34;&gt;Bandcamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://vk.com/sirotkinmusic&#34; rel=&#34;noopener noreferrer&#34;&gt;VKontakte&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>music</category><category>albums</category><category>russia</category></item><item><title>Have the courage to be a loner</title><link>https://sizeof.cat/post/have-the-courage-to-be-a-loner/</link><pubDate>Sat, 16 Sep 2023 15:21:17 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/have-the-courage-to-be-a-loner/</guid><description>&lt;p&gt;Life is just the intersection of fate and free will. We call that destiny.&lt;/p&gt;
&lt;p&gt;The fate part can be hard to swallow depending on what it is, and free will can sometimes feel more of a burden than a joy. But we should recognise it for what it is and understand that we are the captains of our ship. We can&amp;rsquo;t change the weather but we can steer the ship. And there&amp;rsquo;s some comfort in knowing that we have a bit of control and aren&amp;rsquo;t simply fated to be tossed around by the waves of life. If you feel like you&amp;rsquo;re being dragged down under, maybe it&amp;rsquo;s time to shift your focus to the steering wheel. You could be missing safe harbour just off the horizon and all you&amp;rsquo;ve got to do is turn hard. Do something different with your life.&lt;/p&gt;
&lt;p&gt;Have the courage to be a loner. Maybe things will work out for you better than you could ever have imagined.&lt;/p&gt;
&lt;p&gt;What did hermits of the past do when they got soul sick for companionship? When you long for something, usually you make do with a poor alternative of the thing. The body always finds a way to re-establish homeostasis.&lt;/p&gt;
&lt;p&gt;If the possibility of human interaction being regarded as a negative really seems that alien, you must be way too social for your own good.&lt;/p&gt;
&lt;p&gt;Read Kierkegaard, learn that regardless of what you pick, solitude or companionship, you will regret it. Now, instead of despairing at it, this should be freeing. Regardless of what you do, you will regret it, the result will always be the same. That miserable stability, once properly rationalized, will give you foundational security and from that paradox of the truth of life you can begin to hope.&lt;/p&gt;
&lt;p&gt;The world is comedically cruel and absurd in that way.&lt;/p&gt;</description><category>humanism</category><category>philosophy</category></item><item><title>Getting the Mi Band authkey from an iOS device</title><link>https://sizeof.cat/post/getting-mi-band-authkey-from-ios/</link><pubDate>Fri, 08 Sep 2023 20:51:04 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/getting-mi-band-authkey-from-ios/</guid><description>&lt;p&gt;If you want to play with your Xiaomi Mi Band{4,5,6,7} without using the official application (Zepp/MiFit) you can do that, but there are some steps before you can pair your band/watch to your favorite Linux distro.&lt;/p&gt;
&lt;p&gt;New devices (and older devices with updated firmware) require server based pairing. This means, that you absolutely must use the original MiFit/Amazfit/Zepp app to make the initial pairing, retrieve the pairing key and then use this key.&lt;/p&gt;
&lt;p&gt;Currently, Mi Band 4, Mi Band 5, Mi Band 6 and Mi Band 7 are known to be the first devices with this enabled from the beginning. You must not unpair the band/watch from the original application (Zepp, MiFit) because that will change the device&amp;rsquo;s Bluetooth MAC address and a new auth key will be required (auth keys are based on the device&amp;rsquo;s MAC). Every time you hard reset the band/watch, the Bluetooth MAC address will be changed and you must get a new key.&lt;/p&gt;
&lt;p&gt;As prerequisites, you should have Zepp Life installed on your device, create an account and pair the band/watch with your Apple device.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.freemyband.com&#34; rel=&#34;noopener noreferrer&#34;&gt;There are multiple ways&lt;/a&gt; of retrieving the authkey if you&amp;rsquo;re using an Android device (rooted or not), but if you want to do the same thing on an iOS device (iPhone), things get more complicated: you will need to jailbreak the device.&lt;/p&gt;
&lt;p&gt;I won&amp;rsquo;t talk about a specific way of jailbreaking your device because it depends on the device hardware and the installed iOS version, but &lt;a href=&#34;https://ios.cfw.guide/get-started/&#34; rel=&#34;noopener noreferrer&#34;&gt;this site&lt;/a&gt; will help you alot in your Apple-freedom quest. Basically it&amp;rsquo;s either &lt;a href=&#34;https://palera.in&#34; rel=&#34;noopener noreferrer&#34;&gt;palera1n&lt;/a&gt;, &lt;a href=&#34;https://checkra.in&#34; rel=&#34;noopener noreferrer&#34;&gt;checkra1n&lt;/a&gt; or &lt;a href=&#34;https://unc0ver.dev&#34; rel=&#34;noopener noreferrer&#34;&gt;unc0ver&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When your device is jailbroken and you have SSH access to it, next you need to figure out Zepp Life&amp;rsquo;s uuid and you can do that by grepping for a specific string inside the place where applications are stored on iOS: &lt;code&gt;/var/mobile/Containers/Data/Application/&lt;/code&gt;. This part is done on the device itself via SSH command, so &lt;code&gt;ssh mobile@192.168.x.x&lt;/code&gt; first, replacing 192.168.x.x with your device&amp;rsquo;s IP address.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ ssh mobile@192.168.x.x
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mobile@192.168.x.x&lt;span class=&#34;err&#34;&gt;&amp;#39;&lt;/span&gt;s password:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;iPhone:~ mobile% grep -rli &lt;span class=&#34;s2&#34;&gt;&amp;#34;Zepp Life&amp;#34;&lt;/span&gt; /var/mobile/Containers/Data/Application/
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/var/mobile/Containers/Data/Application/3BDFBA67-9BC4-47EC-B1DC-738AE491CC32/Library/Preferences/HM.wristband.plist
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now that you know the uuid (&lt;code&gt;3BDFBA67-9BC4-47EC-B1DC-738AE491CC32&lt;/code&gt;), use &lt;code&gt;scp&lt;/code&gt; to retrieve the SQLite database from the iOS device, replace 192.168.x.x with your device&amp;rsquo;s IP address. Also, keep in mind that the uuid changes each time you reinstall the application, Zepp Life in this case, so the uuid will be different for you.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ scp mobile@192.168.x.x:/var/mobile/Containers/Data/Application/3BDFBA67-9BC4-47EC-B1DC-738AE491CC32/Documents/HMDBDeviceInfoDataBaseV2.sqlite HMDBDeviceInfoDataBaseV2.sqlite
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mobile@192.168.x.x&lt;span class=&#34;err&#34;&gt;&amp;#39;&lt;/span&gt;s password:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HMDBDeviceInfoDataBaseV2.sqlite
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Make sure you have the &lt;code&gt;sqlite3&lt;/code&gt; package installed.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sqlite3 HMDBDeviceInfoDataBaseV2.sqlite
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;SQLite version 3.39.5 2022-10-14 20:58:05
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Enter &lt;span class=&#34;s2&#34;&gt;&amp;#34;.help&amp;#34;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;for&lt;/span&gt; usage hints.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sqlite&amp;gt; &lt;span class=&#34;k&#34;&gt;select&lt;/span&gt; deviceOAuthKey, deviceID, macAddr, serialNumber from device_info&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;BEF16FB4835124FF77FAE01A35CAEBAF&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;FFFBA9FFFE77B0CD&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;FFFBA977B0CD&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;17445/40431977
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sqlite&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You will only need the first part, &lt;code&gt;BEF16FB4835124FF77FAE01A35CAEBAF&lt;/code&gt; in my example (it&amp;rsquo;s all fake data anyway), that&amp;rsquo;s the auth key. If you want to retrieve all the application data you can use &lt;code&gt;scp&lt;/code&gt; to recursively download all the needed files.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ scp -r mobile@192.168.x.x:/var/mobile/Containers/Data/Application/3BDFBA67-9BC4-47EC-B1DC-738AE491CC32 3BDFBA67-9BC4-47EC-B1DC-738AE491CC32/
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Notice the &lt;code&gt;-r&lt;/code&gt; (recursively) flag. You might be interested in the &lt;code&gt;Documents&lt;/code&gt; directory, and inside it will be a numeric directory with your uid (similar to &lt;code&gt;7149747118&lt;/code&gt;, for example) which will hold the SQLite databases containing your band/watch data.&lt;/p&gt;
&lt;p&gt;Once you have the auth key you can use various &lt;a href=&#34;https://codeberg.org/Freeyourgadget/Gadgetbridge&#34; rel=&#34;noopener noreferrer&#34;&gt;applications&lt;/a&gt; and &lt;a href=&#34;https://github.com/satcar77/miband4&#34; rel=&#34;noopener noreferrer&#34;&gt;libraries&lt;/a&gt; to interact with your band/watch and will no longer require the original Zepp Life (or MiFit) application.&lt;/p&gt;</description><category>hardware</category><category>ios</category></item><item><title>One line password generator</title><link>https://sizeof.cat/post/one-line-password-generator/</link><pubDate>Thu, 07 Sep 2023 13:17:22 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/one-line-password-generator/</guid><description>&lt;p&gt;Quick guide for people who want to have a quick way to generate a random password without unlocking their favorite password manager. The only requirement (if you want clipboard copy) is &lt;code&gt;xclip&lt;/code&gt; which can be installed on your distro from its package manager.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ &amp;lt; /dev/urandom tr -dc &lt;span class=&#34;s2&#34;&gt;&amp;#34;A-Za-z0-9_+&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$?&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;=/\@!%&amp;amp;#()-&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; head -c &lt;span class=&#34;m&#34;&gt;32&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The above command takes output (redirects) from &lt;code&gt;/dev/random&lt;/code&gt;, passes it through &lt;code&gt;tr&lt;/code&gt; by filtering all characters except the ones explicitly defined and cuts the resulted string after 32 characters. If you want more/less than 32 characters, adjust that part.&lt;/p&gt;
&lt;p&gt;To copy the resulting string to clipboard:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ /bin/sh -c &lt;span class=&#34;s1&#34;&gt;&amp;#39;&amp;lt; /dev/urandom tr -dc &amp;#34;A-Za-z0-9_+$?=/\@!%&amp;amp;#()-&amp;#34; | head -c 32 | xclip -sel clip&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You can manually configure a menu item for Gnome/Xfce applications menu by copying this snippet of code to &lt;code&gt;~/.local/share/applications/passgen.desktop&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-ini&#34; data-lang=&#34;ini&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;[Desktop Entry]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;na&#34;&gt;Name&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;Random password generator&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;na&#34;&gt;Terminal&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;false&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;na&#34;&gt;Type&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;Application&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;na&#34;&gt;Comment&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;Random password generator&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;na&#34;&gt;Icon&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;gdu-encrypted-lock&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;na&#34;&gt;Exec&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;/bin/sh -c &amp;#39;&amp;lt; /dev/urandom tr -dc &amp;#34;A-Za-z0-9_+$?=/\@!%&amp;amp;#()-&amp;#34; | head -c 32 | xclip -sel clip&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><category>snippets</category><category>passwords</category></item><item><title>From a Globalping probe to ... something else</title><link>https://sizeof.cat/post/from-a-globalping-probe-to-something-else/</link><pubDate>Sat, 02 Sep 2023 18:07:35 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/from-a-globalping-probe-to-something-else/</guid><description>&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;https://sizeof.cat/post/from-a-globalping-probe-to-something-else/img/globalping.jpg&#34; alt=&#34;Globalping&#34;&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;A friend who read my &lt;a href=&#34;https://sizeof.cat/post/from-a-ripenet-probe-to-openwrt-router/&#34;&gt;how to turn a Ripe.net probe into a OpenWRT router&lt;/a&gt; article gave me a Globalping hardware probe to play with, two conditions attached: don&amp;rsquo;t expose any private information that might be hardcoded into the probe and return it with the same firmware. Because of his request, I&amp;rsquo;ll do this the &amp;ldquo;paranoid&amp;rdquo; way (no boot logs, no SD card manufacturer shown, no default firmware upload, etc) so this will basically be a short tutorial of how to connect one device to another via serial console and various hardware information about the probe.&lt;/p&gt;
&lt;p&gt;What is a Globalping hardware probe, you might be asking yourself right now. Well, it&amp;rsquo;s pretty simple:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Globalping is a platform that allows anyone to run networking commands such as ping, traceroute, dig, curl and mtr on probes distributed all around the world. Our goal is to provide a free and simple service for everyone out there to make the internet faster. You can use it to optimize your anycast network, monitor your latency, debug routing issues and even check for censorship in different countries. &lt;strong&gt;&lt;a href=&#34;https://www.jsdelivr.com/globalping&#34; rel=&#34;noopener noreferrer&#34;&gt;source&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;div class=&#34;a-right&#34;&gt;
&lt;img alt=&#34;GLobalping hardware probe&#34; src=&#34;https://sizeof.cat/post/from-a-globalping-probe-to-something-else/img/probe.jpg&#34; /&gt;
&lt;/div&gt;
Globalping is a service from &lt;a href=&#34;https://www.jsdelivr.com&#34; rel=&#34;noopener noreferrer&#34;&gt;jsDelivr&lt;/a&gt; and allows users to perform network tests (such as ping, mtr, dig, etc.) on probes all over the world through a simple HTTP RESTful API. It&amp;rsquo;s very similar to a much older &lt;a href=&#34;https://atlas.ripe.net/landing/probes-and-anchors/&#34; rel=&#34;noopener noreferrer&#34;&gt;RIPE Atlas hardware probe&lt;/a&gt; and people who know me would understand that I will not connect such a device to the Internet from my LAN unless heavily sedated (which is not the case right now) but it is what it is. It mostly likely doesn&amp;rsquo;t do anything nefarious but it definitely opens your local network to a whole new world of pain.&lt;/p&gt;
&lt;p&gt;It does have a serial number and it&amp;rsquo;s probably tied to the identity of the person it&amp;rsquo;s sent to.&lt;/p&gt;
&lt;p&gt;The probe seems secure, there is no shell access on it and you can only ssh into the &lt;code&gt;logs&lt;/code&gt; user account to view &amp;hellip; logs. Once you connect it to the Internet and power it up, figure out its IP from your home router and connect to it:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ ssh logs@x.x.x.x
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;package&#34;&gt;Package&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;probe inside a tiny metal case that&amp;rsquo;s quite pretty&lt;/li&gt;
&lt;li&gt;1x 32GB SD card.&lt;/li&gt;
&lt;li&gt;1x short CAT5e Ethernet cable&lt;/li&gt;
&lt;li&gt;1x USB-A to MicroUSB power cable&lt;/li&gt;
&lt;li&gt;1x AC adapter&lt;/li&gt;
&lt;li&gt;instructions&lt;/li&gt;
&lt;li&gt;some stickers for your laptop if you&amp;rsquo;re into that kind of fetish&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;hardware&#34;&gt;Hardware&lt;/h2&gt;
&lt;p&gt;Opening the metal case can be done easily, there are 4 screws on each side and you only need to remove one side-panel to slide out the heatsink with the board secured on top. No glue involved!&lt;/p&gt;
&lt;p&gt;The Globalping probe is actually a generic &lt;a href=&#34;https://wiki.friendlyelec.com/wiki/index.php/NanoPi_NEO&#34; rel=&#34;noopener noreferrer&#34;&gt;NanoPI NEO V1.4 SBC&lt;/a&gt; with 512MB RAM.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/NanoPi-NEO-layout.jpg&#34; alt=&#34;&#34;&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;CPU&lt;/td&gt;
&lt;td&gt;Allwinner H3, Quad-core Cortex-A7 Up to 1.2GHz&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;RAM&lt;/td&gt;
&lt;td&gt;512MB DDR3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ethernet&lt;/td&gt;
&lt;td&gt;10/100M&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MicroSD slot&lt;/td&gt;
&lt;td&gt;✓&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GPIO&lt;/td&gt;
&lt;td&gt;2.54mm pitch 36pin. It includes UART, SPI, I2C, IO etc&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Power supply&lt;/td&gt;
&lt;td&gt;DC 5V/2A&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;guide&#34;&gt;Guide&lt;/h2&gt;
&lt;p&gt;I have to admit I didn&amp;rsquo;t expect to have serial console pins on the board (not really familiar with the NanoPi hardware) and I was prepared to dump the flash from the uBoot prompt but fortunately the pins were present and usable.&lt;/p&gt;
&lt;p&gt;You should make a copy of the original SD card, just in case. Pop it inside a computer and use &lt;code&gt;dd&lt;/code&gt; to make a copy image (and make sure you have 32GB of free space on the disk):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo dd &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;/dev/sdb &lt;span class=&#34;nv&#34;&gt;of&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;globalping.img &lt;span class=&#34;nv&#34;&gt;bs&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;4M &lt;span class=&#34;nv&#34;&gt;status&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;progress
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Zip it somewhere for safekeeping and &lt;a href=&#34;https://github.com/ReFirmLabs/binwalk/&#34; rel=&#34;noopener noreferrer&#34;&gt;binwalk&lt;/a&gt;ing, but there is nothing special about that image.&lt;/p&gt;
&lt;p&gt;Start by downloading a Linux image: you can use &lt;a href=&#34;https://dietpi.com/docs/hardware/#nanopi-series-friendlyelec&#34; rel=&#34;noopener noreferrer&#34;&gt;DietPI&lt;/a&gt;, Armbian, Debian, Ubuntu, &lt;a href=&#34;https://openwrt.org/toh/hwdata/friendlyarm/friendlyarm_nanopi_neo&#34; rel=&#34;noopener noreferrer&#34;&gt;OpenWRT&lt;/a&gt;, Android, etc. I decided to use the &lt;a href=&#34;https://onedrive.live.com/?authkey=%21ACFNomemEVW6hxM&amp;amp;id=1F5B36BBA3D56743%219624&amp;amp;cid=1F5B36BBA3D56743&#34; rel=&#34;noopener noreferrer&#34;&gt;FriendlyWRT&lt;/a&gt; &amp;ldquo;distro&amp;rdquo; provided by FriendlyElec. Unzip the &lt;code&gt;h3_sd_friendlywrt_4.14_armhf_20210512.img.zip&lt;/code&gt; file to reveal a ~1GB image file that will be written to a new SD card. Make sure your SD card is &lt;code&gt;/dev/sdb&lt;/code&gt; or adjust the line below.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo dd &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;h3_sd_friendlywrt_4.14_armhf_20210512.img &lt;span class=&#34;nv&#34;&gt;of&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;/dev/sdb &lt;span class=&#34;nv&#34;&gt;bs&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;2M &lt;span class=&#34;nv&#34;&gt;conv&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;fsync
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Eject the SD card when it&amp;rsquo;s done writing.&lt;/p&gt;
&lt;p&gt;Since NanoPi NEO does not have a HDMI connector you will need to find a USB-to-Serial converter (like a &lt;a href=&#34;https://www.sparkfun.com/products/9873&#34; rel=&#34;noopener noreferrer&#34;&gt;Sparkfun FTDI Basic 3.3V&lt;/a&gt; for example) and connect 3 pins (RX, TX and GND) from your probe to the USB-to-Serial board.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;img/NEO_pinout-02.jpg&#34; alt=&#34;&#34;&gt;
&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;For the Sparkfun FTDI Basic 3.3V board, the connection is done like this: RX to TX, TX to RX, GND to GND.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;NanoPI NEO&lt;/th&gt;
&lt;th&gt;Sparkfun FTDI&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1 (GND)&lt;/td&gt;
&lt;td&gt;GND&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3 (UART0_TX)&lt;/td&gt;
&lt;td&gt;RXI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4 (UART0_RX)&lt;/td&gt;
&lt;td&gt;TXO&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Connect the USB-to-Serial board to a free USB port on your computer and install &lt;a href=&#34;https://linux.die.net/man/1/minicom&#34; rel=&#34;noopener noreferrer&#34;&gt;minicom&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo apt update &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; sudo apt install minicom
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Figure out which of the connected serial devices is your USB-to-Serial converter:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo dmesg &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; grep tty
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;[&lt;/span&gt; 43013.659214&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Start minicom and connect it to your serial device:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo minicom -D /dev/ttyUSB0 -b &lt;span class=&#34;m&#34;&gt;115200&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Insert the newly-written SD card into the microSD slot on the NanoPI, connect the MicroUSB power cable and you will get serial output from the board after few seconds. After it&amp;rsquo;s done booting press &lt;code&gt;ENTER&lt;/code&gt; and you&amp;rsquo;ll get into the root console, use the &lt;code&gt;ip&lt;/code&gt; utility to find out NanoPI&amp;rsquo;s IP address (if you didn&amp;rsquo;t forget to plug the Ethernet cable into your router).&lt;/p&gt;
&lt;p&gt;Once you have the IP it&amp;rsquo;s just a matter of entering that address into a browser on a machine that&amp;rsquo;s on the same LAN and you&amp;rsquo;ll get inside the OpenW&amp;hellip; I mean FriendlyWRT&amp;rsquo;s LuCi interface.&lt;/p&gt;
&lt;div class=&#34;a-n notify table danger&#34;&gt;&lt;p class=&#34;title&#34;&gt;Important&lt;/p&gt;
&lt;div class=&#34;contents&#34;&gt;Do not forget to pick a new root password when you first login into LuCi else the Russian and Chinese (never the American ones, no sir!) hackers will spread your nudes all over the Internet.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Also, if you installed a stock OpenWRT firmware you will need to resize the root partition and filesystem else it won&amp;rsquo;t use the whole SD card (provided you have a SD card bigger than 256MB). FriendlyWRT doesn&amp;rsquo;t have this problem but you will need to upgrade a bucketload of stuff with &lt;code&gt;opkg&lt;/code&gt; if you use FriendlyElec&amp;rsquo;s alternative.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# opkg update&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# opkg install parted losetup resize2fs&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# parted -s /dev/mmcblk0 resizepart 2 100%&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# losetup /dev/loop0 /dev/mmcblk0p2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# resize2fs -f /dev/loop0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# reboot&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If you use the &lt;code&gt;squashfs&lt;/code&gt; OpenWRT image the steps above won&amp;rsquo;t work.&lt;/p&gt;
&lt;h2 id=&#34;globalping-api&#34;&gt;Globalping API&lt;/h2&gt;
&lt;p&gt;I didn&amp;rsquo;t bother too much with the API (like I said, I will not connect the probe to the Internet under any circumstances) but if you want to play with it use Postman, Globalping&amp;rsquo;s interface or cURL to perform API requests. &lt;strong&gt;Assume all requests are logged.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To do a ping to &lt;code&gt;google.com&lt;/code&gt; from Brazil (&lt;code&gt;BR&lt;/code&gt; country code) first do a request to &lt;code&gt;https://api.globalping.io/v1/measurements&lt;/code&gt; to get a request ID.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ curl --location &lt;span class=&#34;s1&#34;&gt;&amp;#39;https://api.globalping.io/v1/measurements&amp;#39;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt; --header &lt;span class=&#34;s1&#34;&gt;&amp;#39;Content-Type: application/json&amp;#39;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt; --data &lt;span class=&#34;s1&#34;&gt;&amp;#39;{&amp;#34;type&amp;#34;:&amp;#34;ping&amp;#34;,&amp;#34;target&amp;#34;:&amp;#34;google.com&amp;#34;,&amp;#34;measurementOptions&amp;#34;:{},&amp;#34;locations&amp;#34;:[{&amp;#34;country&amp;#34;:&amp;#34;BR&amp;#34;,&amp;#34;limit&amp;#34;:1}],&amp;#34;inProgressUpdates&amp;#34;:true}&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;id&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;8J5o398DhgRea92H&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;probesCount&amp;#34;&lt;/span&gt;: &lt;span class=&#34;m&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And afterward do a GET request to &lt;code&gt;https://api.globalping.io/v1/measurements/REQUEST_ID&lt;/code&gt; where &lt;code&gt;REQUEST_ID&lt;/code&gt; is the id from the previous API call.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ curl --location &lt;span class=&#34;s1&#34;&gt;&amp;#39;https://api.globalping.io/v1/measurements/8J5o398DhgRea92H&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;id&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;8J5o398DhgRea92H&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;ping&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;status&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;finished&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;createdAt&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;2023-04-20T12:09:05.125Z&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;updatedAt&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;2023-04-20T12:09:06.312Z&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;target&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;google.com&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;probesCount&amp;#34;&lt;/span&gt;: 1,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;locations&amp;#34;&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;country&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;BR&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;results&amp;#34;&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;probe&amp;#34;&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;continent&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;SA&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;region&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;South America&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;country&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;BR&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;state&amp;#34;&lt;/span&gt;: null,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;city&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;Sao Paulo&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;asn&amp;#34;&lt;/span&gt;: 47787,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;longitude&amp;#34;&lt;/span&gt;: -46.6361,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;latitude&amp;#34;&lt;/span&gt;: -23.5475,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;network&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;EDGOO NETWORKS LLC&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;tags&amp;#34;&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;[]&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;resolvers&amp;#34;&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;private&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;result&amp;#34;&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;status&amp;#34;&lt;/span&gt;: &lt;span class=&#34;s2&#34;&gt;&amp;#34;finished&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; ...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If you&amp;rsquo;re wondering by now if there are any probes inside North Korea, no there aren&amp;rsquo;t, feel free to check, the ISO 3166 country code for North Korea is KP. But there are probes in Russia and China.&lt;/p&gt;
&lt;h2 id=&#34;photos&#34;&gt;Photos&lt;/h2&gt;
&lt;table class=&#34;no-borders&#34;&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a class=&#34;nob lightbox&#34; href=&#34;img/NanoPi_NEO-1.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;img/NanoPi_NEO-1.jpg&#34; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a class=&#34;nob lightbox&#34; href=&#34;img/NanoPi_NEO-2.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;img/NanoPi_NEO-2.jpg&#34; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a class=&#34;nob lightbox&#34; href=&#34;img/NanoPi_NEO-3.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;img/NanoPi_NEO-3.jpg&#34; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;h2 id=&#34;additional-links&#34;&gt;Additional links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://wiki.friendlyelec.com/wiki/index.php/NanoPi_NEO&#34; rel=&#34;noopener noreferrer&#34;&gt;FriendlyElec NanoPi NEO wiki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.friendlyelec.com/index.php?route=product/product&amp;amp;product_id=132&#34; rel=&#34;noopener noreferrer&#34;&gt;NanoPi NEO shop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://onedrive.live.com/?authkey=%21ACFNomemEVW6hxM&amp;amp;id=1F5B36BBA3D56743%219622&amp;amp;cid=1F5B36BBA3D56743&#34; rel=&#34;noopener noreferrer&#34;&gt;FriendlyElec H3 official download (OneDrive)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://openwrt.org/toh/hwdata/friendlyarm/friendlyarm_nanopi_neo&#34; rel=&#34;noopener noreferrer&#34;&gt;OpenWRT NanoPi NEO&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://linux-sunxi.org/FriendlyARM_NanoPi_NEO_%26_AIR&#34; rel=&#34;noopener noreferrer&#34;&gt;SUNXI NanoPi NEO wiki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/jsdelivr/globalping-hwprobe&#34; rel=&#34;noopener noreferrer&#34;&gt;Official Globalping firmware&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/jsdelivr/globalping-probe&#34; rel=&#34;noopener noreferrer&#34;&gt;Globalping on GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://wiki.friendlyelec.com/wiki/index.php/Building_U-boot_and_Linux_for_H5/H3/H2%2B&#34; rel=&#34;noopener noreferrer&#34;&gt;Building U-boot and Linux for H5/H3/H2+&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><category>hardware</category><category>nanopi</category><category>openwrt</category></item><item><title>Yesterday</title><link>https://sizeof.cat/post/yesterday/</link><pubDate>Thu, 31 Aug 2023 17:03:35 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/yesterday/</guid><description>&lt;p&gt;I no longer believe that I will get to live in the future I dreamed of when I was growing up.&lt;/p&gt;
&lt;p&gt;I grew up in a low-to-middle class suburban area, just few kilometers outside my country&amp;rsquo;s capital city. On a warm summer night, if I listened hard enough, I could hear the city buzzing - a siren from a police car, an occasional motorcycle screaming down the street, a helicopter sometimes, an airplane if we were lucky. But that&amp;rsquo;s the city.&lt;/p&gt;
&lt;p&gt;I grew up in a two story house that my father and my grandfather built themselves. We had a nice backyard where mother used to plant flowers, a garage for the family car. The whole street was like that. I was a kid. There were so many kids, I couldn&amp;rsquo;t even count them all.&lt;/p&gt;
&lt;p&gt;Everyone took care of everyone.&lt;/p&gt;
&lt;p&gt;I could go to my best friend&amp;rsquo;s house and just walk in there, up the stairs and into her room. We&amp;rsquo;d take turns playing on her computer, I believe it was Diablo. Her mom would always bring us snacks and icecream.&lt;/p&gt;
&lt;p&gt;Our parents all had cars.&lt;/p&gt;
&lt;p&gt;My parents certainly remember a time when nearly everyone they knew would watch the same primetime TV at the same hour, and the next day everyone would talk about that particular episode. That&amp;rsquo;s definitely gone, with streaming and personalised recommendations and the decline of conventional TV.&lt;/p&gt;
&lt;video controls preload=&#34;none&#34; poster=&#34;/img/video.jpg&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=Sx9RcI_EueM&amp;amp;itag=22&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.64001F, mp4a.40.2&amp;quot;&#34; label=&#34;hd720&#34; selected=&#34;true&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=Sx9RcI_EueM&amp;amp;itag=22&amp;amp;local=true&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.64001F, mp4a.40.2&amp;quot;&#34; hidequalityoption=&#34;true&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=Sx9RcI_EueM&amp;amp;itag=18&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.42001E, mp4a.40.2&amp;quot;&#34; label=&#34;medium&#34; selected=&#34;false&#34;&gt;
&lt;source src=&#34;https://yewtu.be/latest_version?id=Sx9RcI_EueM&amp;amp;itag=18&amp;amp;local=true&amp;amp;hmac_key=b35db2e851afa906316048d2e48fb91c5d791db9&#34; type=&#34;video/mp4; codecs=&amp;quot;avc1.42001E, mp4a.40.2&amp;quot;&#34; hidequalityoption=&#34;true&#34;&gt;
&lt;/video&gt;
&lt;blockquote&gt;
&lt;p&gt;This is your life, is it everything you dreamed that it would be when the world was younger and you had everything to lose? &lt;strong&gt;Switchfoot&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Even though I never learned how to ride one, everybody had bicycles, we&amp;rsquo;d go to the local abandoned places and explore. There used to be an old and abandoned excavator, it was huge and powerful and at the same time had a very comfortable feeling. Perhaps the person who used to operate it in the past would sit there, move some dirt, perhaps drink some coffee, read the paper and at the end of the day go back to his family.&lt;/p&gt;
&lt;p&gt;It was as big as a house.&lt;/p&gt;
&lt;p&gt;Back then I thought that when I grow up and have my own house and my own kids, they would get to experience all the same things and they would get to dream and play and grow up&amp;hellip; But no, the same type of house that I grew up in, now would cost me an insane amount. I am not okay with this but then again I have no idea how to change anything about the situation.&lt;/p&gt;
&lt;p&gt;When I was a kid there were older men in my neighbourhood that would just work on their cars in their front yards, smoke cigars, hang around drinking beer and talking about football. They seemed so happy.&lt;/p&gt;
&lt;p&gt;I can&amp;rsquo;t imagine ever having that again.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When I look back&lt;/p&gt;
&lt;p&gt;I see the landscapes&lt;br&gt;
That I have walked through&lt;br&gt;
But it is different&lt;/p&gt;
&lt;p&gt;All the great trees are gone&lt;br&gt;
It seems there are&lt;br&gt;
Remnants of them&lt;/p&gt;
&lt;p&gt;But it is the afterglow&lt;br&gt;
Inside of you&lt;/p&gt;
&lt;p&gt;Of all those you met&lt;/p&gt;
&lt;p&gt;Who meant something in your life. &lt;strong&gt;Olav Rex, August 1977&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><category>philosophy</category><category>personal</category></item><item><title>Captain Blackbeard Radio #18</title><link>https://sizeof.cat/post/captain-blackbeard-episode18/</link><pubDate>Mon, 28 Aug 2023 22:15:17 +0000</pubDate><author>sizeofcat.nospam@riseup.net (sizeof(cat))</author><guid>https://sizeof.cat/post/captain-blackbeard-episode18/</guid><description>&lt;p&gt;&lt;strong&gt;#18: Bet Yer Life, CaptainBlackbeard!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In this episode, we follow America&amp;rsquo;s number one game show host, Wink Payola. As we find out what America&amp;rsquo;s favorite son, does with the other twenty three hours of their day?&lt;/p&gt;
&lt;p&gt;This episode is the most ambitious thing we have ever attempted. Bet Yer Life, CaptainBlackbeard is a hilarious, wild and darkly fascinating story that explores Media, Consumerism, Greed, Fame. And what it is to live on the dark side of the internet. The highs and lows that come from it. This story is also strongly about AI technology, how incredible it is and the consequences of how fast it&amp;rsquo;s progressing.&lt;/p&gt;
&lt;p&gt;Bet Yer Life, CaptainBlackbeard was a whole lot of fun to make for ye! This story ties up a lot of different things in the CaptainBlackbeard Universe, and marks the beginning of a new era for CaptainBlackbeard Radio. It is challenge to create the right balance for ye, mates. When we come up with an idea for the show, it evolves into deeply rich universes that could span many hours to tell the full story of. However, we respect yer time and do not wish to Tommy and Pam ye. So we hope ye enjoy this wild and darkly hilarious story that we promise ye, everything works out in the end.&lt;/p&gt;
&lt;p&gt;&lt;audio preload=&#34;none&#34; controls src=&#34;https://endchan.org/.media/a27ce30e8d584663738cfc76af3e0e4d-audiompeg.mp3&#34;&gt;Your browser does not support the &lt;code&gt;audio&lt;/code&gt; element.&lt;/audio&gt;&lt;/p&gt;
&lt;p&gt;This episode also features a number of the wild humor and short pieces ye have come to know and love CaptainBlackbeard Radio for. As well as the best soundtrack on either side of the Dark Seas!&lt;/p&gt;
&lt;p&gt;We view CaptainBlackbeard Radio, as existing and being created in different eras. We feel a new era began with #17 and has exploded with this episode. This is truly the most exciting and ground breaking time for this project. When we started, we loved bringing ye classic film epics, because we wanted to give ye the best possible auditory thrill ride and hopefully have ye feel the wonderful feelings we did when we experienced those epics. However, now, with this new technology. We can create everything, ourselves. Everything ye hear in this episode, outside of the opening, was created with current generation or the previous generation technology. This is game changing in every way imaginable.&lt;/p&gt;
&lt;p&gt;We had a lot of fun, pushing our AI Voice Actors to their limits. We hope ye enjoy it as well. As with all our broadcasts, this one is highly experimental. But we think this is one of the best stories and productions we have ever put together.&lt;/p&gt;
&lt;p&gt;Mates, this is the most exciting and wonderful thing we could be doing in right now. The technology used in this project has exploded into a golden age. This project has advanced from beginning with completely archaic, difficult to understand, 1980s technology. To now mind bending, reality shattering incredible technology that is advancing so quickly, with each generation being game changing. This technology will change the world and completely shift the creative balance away from the current monopolized power structures. Much like how animation is an altered medium where anything is possible visually. This new technology is exactly that but with sound. We hope ye give this episode a listen, if for nothing else, just to hear and experience what is possible now and how incredible, mindbending and game changing this new technology is!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Music From&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Floydshayvious&lt;br&gt;
President of the United States&lt;br&gt;
Viagra Boys&lt;br&gt;
Franz Ferdinand&lt;br&gt;
Charles Bradley Featuring Menahan Street Band&lt;br&gt;
Nightbus&lt;br&gt;
Perturbator&lt;br&gt;
Wooden Shjips&lt;br&gt;
The Moody Blues&lt;br&gt;
Kid Machine&lt;br&gt;
Jim Johnston&lt;br&gt;
Pylot&lt;br&gt;
Fun Lovin&amp;rsquo; Criminals&lt;br&gt;
Taylor Swift&lt;br&gt;
Notice&lt;br&gt;
Digitalism&lt;br&gt;
RE-PLUS&lt;br&gt;
FEARCITY&lt;br&gt;
The Oh Sees&lt;br&gt;
Pulp&lt;br&gt;
The Echocentrics (Feat. Alex Maas)&lt;br&gt;
&amp;hellip;And so many more!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Guest Stars&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Taylor Swift&lt;br&gt;
Joe Pesci&lt;br&gt;
Alex Jones&lt;br&gt;
Michael Jackson&lt;br&gt;
Billy Mays&lt;br&gt;
Joe Biden&lt;br&gt;
Barack Obama&lt;br&gt;
Joe Rogan&lt;br&gt;
John Madden&lt;br&gt;
Sir David Attenborough&lt;br&gt;
Tucker Carlson&lt;br&gt;
Heath Ledger&lt;br&gt;
Klaus Schwab&lt;br&gt;
Bill Gates&lt;br&gt;
Mario Lopez&lt;br&gt;
&amp;hellip;And so many more!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Links&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://endchan.org/.media/a27ce30e8d584663738cfc76af3e0e4d-audiompeg.mp3&#34; rel=&#34;noopener noreferrer&#34;&gt;https://endchan.org/.media/a27ce30e8d584663738cfc76af3e0e4d-audiompeg.mp3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://redcircle.com/shows/CaptainBlackbeard&#34; rel=&#34;noopener noreferrer&#34;&gt;https://redcircle.com/shows/CaptainBlackbeard&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Magnet&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The (currently) complete collection, contains EP 1-17 (MP3), all corresponding poster art and additional art, total download size 3.02GB.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;magnet:?xt=urn:btih:65b8065e7ad108c728c32dda9871177b1c06b1db&amp;amp;dn=Captain%20Blackbeard%20Radio%20Ep%201%20-%2017&amp;amp;tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&amp;amp;tr=http%3a%2f%2fopenbittorrent.com%3a80%2fannounce
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;CaptainBlackbeard Radio is a universal pirate radio humor and music broadcast unlike anything ye have ever heard, for the lads and lasses of action across the Dark Seas.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img decoding=&#34;async&#34; loading=&#34;lazy&#34; src=&#34;https://sizeof.cat/post/captain-blackbeard-episode18/img/captain-blackbeard-full.png&#34; alt=&#34;&#34;&gt;
&lt;/figure&gt;&lt;/p&gt;</description><category>cyberpunk</category><category>radio</category></item></channel></rss>