<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>tech chunks on handy tech tips &amp; reminders</title>
		<link>https://vamota.com/tech/</link>
		<description>Recent content in tech chunks on handy tech tips &amp; reminders</description>
		<generator>Hugo</generator>
		<language>en-gb</language>
		
		
		
		
			<lastBuildDate>Wed, 02 Sep 2026 09:41:12 +0100</lastBuildDate>
		
			<atom:link href="https://vamota.com/tech/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Windows 11 on an older PC</title>
				<link>https://vamota.com/tech/posts/windows11-on-older-pc/</link>
				<pubDate>Wed, 02 Sep 2026 09:41:12 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/windows11-on-older-pc/</guid>
				<description>&lt;h2 id=&#34;how-to-get-an-old-pc-or-laptop-to-run-windows-11&#34;&gt;How to get an old PC or laptop to run Windows 11&lt;/h2&gt;&#xA;&lt;p&gt;If you have an old laptop which is running Windows 10 very nicely, but when you tried to upgrade it to Windows 11 you got a message telling you your PC was too old and not supported by Windows 11, it&amp;rsquo;s quite likely that your PC is perfectly able to run Windows 11, but Microsoft have put some artificial limits in place to prevent older PCs and laptops from upgrading.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Reminders for Microsoft Windows</title>
				<link>https://vamota.com/tech/posts/windows-reminders/</link>
				<pubDate>Tue, 01 Sep 2026 11:51:46 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/windows-reminders/</guid>
				<description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#clean-up-windows-winsxs-folder&#34;&gt;Clean up WinSxS folder using DISM /cleanup-image&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#how-to-enable-the-built-in-administrator-account&#34;&gt;How to enable the built-in Administrator account&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#sysprep-fails-reserved-storage-in-use&#34;&gt;SYSPREP fails: &amp;lsquo;reserved storage in use&amp;rsquo;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#disable-wifi-from-the-command-line&#34;&gt;Disable Wi-Fi from the command line&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#windows-kernel-versions&#34;&gt;Windows kernel versions&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#another-topic&#34;&gt;Topic&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Various handy tips and shortcuts&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;Shift-F10&lt;/code&gt; : (during OOBE) open a Command Window&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Control-Shift-F3&lt;/code&gt; : (during OOBE ) logs you in as Administrator&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Control-Shift-Win-B&lt;/code&gt; : Windows desktop manager/display reset&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Useful command-window commands:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Reboot now : &lt;code&gt;C:&amp;gt; SHUTDOWN /R /T 0&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;see who is logged on : &lt;code&gt;C:&amp;gt; QUERY USER&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;see if PC is joined to a domain : &lt;code&gt;C:&amp;gt; SET USER&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;see when last rebooted  : &lt;code&gt;C:&amp;gt; NET STATISTICS WORKSTATION&lt;/code&gt;  OR  &lt;code&gt;C:&amp;gt; SYSTEMINFO&lt;/code&gt;  (also shows lots of other useful info, such as which Hotfixes have been installed)&lt;/li&gt;&#xA;&lt;li&gt;recursive search for a file : &lt;code&gt;C:&amp;gt; DIR /S *REALTEK*&lt;/code&gt; ( /S meaning &amp;ldquo;scan subfolders too&amp;rdquo; )&lt;/li&gt;&#xA;&lt;li&gt;Laptop battery health report: &lt;code&gt;C:&amp;gt;POWERCFG /BatteryReport&lt;/code&gt; -  will write the report to a file and show you the filename&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Useful Powershell/&amp;lsquo;Terminal&amp;rsquo; commands :&lt;/strong&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Linux apt Package Manager</title>
				<link>https://vamota.com/tech/posts/apt-package-manager/</link>
				<pubDate>Sun, 30 Aug 2026 10:11:27 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/apt-package-manager/</guid>
				<description>&lt;p&gt;Since I mainly use Debian-based Linux flavours, I have had to get used to the &lt;strong&gt;apt&lt;/strong&gt; package manager which Debian uses. I find it a bit  unintuitive to use, as there seem to be several different programs to do basic things.&lt;/p&gt;&#xA;&lt;p&gt;Note: many of the apt commands shown below need to run as root, so you should prefix each command with &amp;lsquo;sudo&amp;rsquo; if running as a normal user.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;# apt update&lt;/code&gt; - this downloads package information from the internet on which packages/versions are available. N.B. it does &lt;strong&gt;not&lt;/strong&gt; actually update any packages, it just updates the package manager&amp;rsquo;s catalogue/cache/list of what updates are available.&lt;/p&gt;</description>
			</item>
			<item>
				<title>M.2 SSD info</title>
				<link>https://vamota.com/tech/posts/m2-ssd-info/</link>
				<pubDate>Sat, 29 Aug 2026 11:47:44 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/m2-ssd-info/</guid>
				<description>&lt;p&gt;M.2 SSDs come in 3 different physical sizes :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&amp;lsquo;2230&amp;rsquo; : 22mm wide, 30mm long&lt;/li&gt;&#xA;&lt;li&gt;&amp;lsquo;2242&amp;rsquo; : 22mm wide, 42mm long&lt;/li&gt;&#xA;&lt;li&gt;&amp;lsquo;2280&amp;rsquo; : 22mm wide, 80mm long&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://vamota.com/tech/images/SSD-M2-sizes.png&#34; alt=&#34;SSD sizes comparison &#34; title=&#34;Three different sizes of M.2 SSD&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;An M.2 SSD&amp;rsquo;s connector has one of two shapes : &amp;lsquo;M key&amp;rsquo; or &amp;lsquo;B+M key&amp;rsquo; :&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;goat svg-container &#34;&gt;&#xA;&#x9;&#xA;&#x9;&#x9;&lt;svg&#xA;&#x9;&#x9;&#x9;xmlns=&#34;http://www.w3.org/2000/svg&#34;&#xA;&#x9;&#x9;&#x9;font-family=&#34;Menlo,Lucida Console,monospace&#34;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;viewBox=&#34;0 0 416 105&#34;&#xA;&#x9;&#x9;&#x9;&gt;&#xA;&#x9;&#x9;&#x9;&lt;g transform=&#39;translate(8,16)&#39;&gt;&#xA;&lt;path d=&#39;M 24,0 L 112,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 128,0 L 144,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 232,0 L 248,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 264,0 L 320,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 336,0 L 352,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 8,16 L 24,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 112,16 L 128,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 144,16 L 160,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 216,16 L 232,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 248,16 L 264,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 320,16 L 336,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 352,16 L 368,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 8,16 L 8,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 24,0 L 24,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 112,0 L 112,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 128,0 L 128,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 144,0 L 144,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 160,16 L 160,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 216,16 L 216,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 232,0 L 232,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 248,0 L 248,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 264,0 L 264,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 320,0 L 320,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 336,0 L 336,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 352,0 L 352,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 368,16 L 368,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;40&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;M&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;56&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;k&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;64&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;e&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;72&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;y&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;136&#39; y=&#39;36&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;M&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;240&#39; y=&#39;36&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;B&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;248&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;B&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;256&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;+&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;264&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;M&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;280&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;k&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;288&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;e&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;296&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;y&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;344&#39; y=&#39;36&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;M&lt;/text&gt;&#xA;&lt;/g&gt;&#xA;&#xA;&#x9;&#x9;&lt;/svg&gt;&#xA;&#x9;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;M-key are normally &lt;strong&gt;NVMe&lt;/strong&gt; SSDs, which use PCIe x2  or PCIe x4 .&lt;/p&gt;</description>
			</item>
			<item>
				<title>Mac keyboard shortcuts</title>
				<link>https://vamota.com/tech/posts/mac-keyboard-shortcuts/</link>
				<pubDate>Fri, 28 Aug 2026 08:46:27 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/mac-keyboard-shortcuts/</guid>
				<description>&lt;p&gt;Handy reminders of some of the many useful things you can do with keyboard combinations on a Mac.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Note: if you&amp;rsquo;re using a PC keyboard,  &amp;lsquo;Option&amp;rsquo; is the &lt;strong&gt;Alt&lt;/strong&gt; key , and &amp;lsquo;Command&amp;rsquo; is the &lt;strong&gt;Windows&lt;/strong&gt; key&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Key combination&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;what it does&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Command-Shift-4&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Take a screen capture (selected area)&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Command-Shift-3&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Take a screen capture (whole screen, saved straight to your desktop)&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Option-#&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;print the £ sign (if you have a U.S keyboard)&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Ctrl-Command-spacebar&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;to type an emoji&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Command-F1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;display on external monitor&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;AT POWER-ON :&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;(i.e. hold the keys down when powering on)&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Option (Alt)&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Boot menu - e.g to boot from a USB stick&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;D&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Diagnostics mode&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Command-R&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Recovery mode&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Option-Command-R&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;?Internet Recovery mode - may offer more recovery options&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Reset combinations :&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;SMC Reset&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Shutdown your Mac, then hold &lt;code&gt;Left-hand-Shift + Control + Option (Alt)&lt;/code&gt; , then press Power button for 10 sec . &lt;em&gt;( can be useful for power/charging issues, fans, hot PC, or webcams not working)&lt;/em&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;NVRAM Reset&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;hold down &lt;code&gt;Option+Command+P+R&lt;/code&gt; for about 20 sec when powering on. Release after 2nd startup sound. &lt;em&gt;( only for older/Intel Macs, not for M1 and later. Can resolve problems with audio, screen resolution, clock, slow startup etc)&lt;/em&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;</description>
			</item>
			<item>
				<title>How to reset Windows password</title>
				<link>https://vamota.com/tech/posts/windows-reset-password/</link>
				<pubDate>Wed, 26 Aug 2026 10:52:10 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/windows-reset-password/</guid>
				<description>&lt;h3 id=&#34;locked-out-of-your-pc-&#34;&gt;Locked out of your PC ?&lt;/h3&gt;&#xA;&lt;p&gt;If you forget the password of the account on your Windows 10/11 PC/laptop, and you&amp;rsquo;re not able to log into it, here&amp;rsquo;s how you can reset your password.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Note: this method probably won&amp;rsquo;t work if you have BitLocker encryption set up on your PC/laptop.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;find a USB stick or CD/DVD which can be used to boot your PC. This could be&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;a USB stick or DVD which was used to install Windows;&lt;/li&gt;&#xA;&lt;li&gt;a &amp;lsquo;system repair disk&amp;rsquo; DVD created by Windows Backup (in Windows Control Panel).&lt;/li&gt;&#xA;&lt;li&gt;Or if you have a blank USB stick, you can create  your own bootable USB stick using Microsoft&amp;rsquo;s &lt;strong&gt;Media Creation Tool&lt;/strong&gt; which you can download from the &lt;a href=&#34;https://www.microsoft.com/en-us/software-download/windows11&#34;&gt;Microsoft Windows website&lt;/a&gt;  . But obviously you will need access to another PC or laptop to do this download &amp;amp; write onto the USB stick.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Boot your PC or laptop from the USB stick or DVD you created  in Step 1.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Choose &amp;lsquo;Repair my PC&amp;rsquo;, then &amp;lsquo;Troubleshoot&amp;rsquo; , then &amp;lsquo;Command prompt&amp;rsquo;.  A black Command window should appear.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Dell Latitude blink codes</title>
				<link>https://vamota.com/tech/posts/dell-latitude-blink-codes/</link>
				<pubDate>Wed, 26 Aug 2026 08:52:44 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/dell-latitude-blink-codes/</guid>
				<description>&lt;p&gt;When a Dell laptop encounters a hardware problem, it may blink its LEDs in a certain pattern, which indicates where the fault lies.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dell-latitude-2017-2023&#34;&gt;Dell Latitude 2017-2023&lt;/h2&gt;&#xA;&lt;p&gt;The battery charge LED will blink X times in &lt;strong&gt;amber&lt;/strong&gt; (orange) colour, then Y times in &lt;strong&gt;white&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;X , Y&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;FAULT&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2 , 1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;CPU&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2 , 2&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Motherboard BIOS/ROM error&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2 , 3&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;No RAM detected&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2 , 4&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;RAM failure&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2 , 5&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;invalid RAM&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2 , 6&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;motherboard Chipset error&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2 , 7&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;LCD failure&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2 , 8&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;LCD power rail failure&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;3 , 1&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;RTC/CMOS battery&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;3 , 2&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;PCI or graphics/video card&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;3 , 3&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;BIOS recovery image not found&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;3 , 4&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;BIOS recovery image invalid&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;3 , 5&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Power rail failure&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;3 , 6&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;SBIOS flash corruption&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;3 , 7&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;ME error&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;latitude-2015-2017&#34;&gt;Latitude 2015-2017&lt;/h2&gt;&#xA;&lt;p&gt;Same blink codes as above, but it&amp;rsquo;s the &lt;strong&gt;Power button LED&lt;/strong&gt; which flashes.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Reminders for MacOS</title>
				<link>https://vamota.com/tech/posts/mac-reminders/</link>
				<pubDate>Sun, 23 Aug 2026 12:30:22 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/mac-reminders/</guid>
				<description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#section-one&#34;&gt;Topic 1&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#create-a-usb-stick-to-install-macos&#34;&gt;Create a USB stick to install MacOS&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#macos-versions&#34;&gt;MacOS versions&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;section-one&#34;&gt;Section ONE&lt;/h3&gt;&#xA;&lt;h3 id=&#34;create-a-usb-stick-to-install-macos&#34;&gt;Create a USB stick to install MacOS&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Find a download link for the version of MacOS you want ( usually a large 7GB file named something like &amp;lsquo;Install macOS Sequioa&amp;rsquo; )&lt;/li&gt;&#xA;&lt;li&gt;Use the MacOS Disk Utility to erase a 16GB USB stick : choose format type &amp;lsquo;MacOS Extended format&amp;rsquo;, and give it a name like &amp;lsquo;sequoiastick&amp;rsquo; or similar&lt;/li&gt;&#xA;&lt;li&gt;In a Terminal Window , type&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo /Applications/Install\ macOS\.Sequioa.App/Contents/Resources/createinstallmedia --volume /Volumes/sequoiastick&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;macos-versions&#34;&gt;MacOS versions&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;from Catalina back to Mountain Lion were known as &amp;lsquo;OS X&amp;rsquo; ; Lion back to Leopard were &amp;lsquo;Mac OS X&amp;rsquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Version&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Name&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Date&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;16&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;T&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;June 2025&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;15&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Sequoia&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2024&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;14&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Sonoma&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2023&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;13&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Ventura&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2022&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;12&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Monterey&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2021&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;11&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;BigSur&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2020&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.15&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Catalina&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2019&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.14&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Mojave&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2018&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.13&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;High Sierra&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2017&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.12&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Sierra&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2016&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.11&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;El Capitan&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2015&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.10&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Yosemite&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2014&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.9&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Mavericks&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2013&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.8&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Mountain Lion&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2012&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.7&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Lion&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2010&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.6&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Snow Leopard&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;2008&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;10.x&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Leopard&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;</description>
			</item>
			<item>
				<title>various Linux reminders </title>
				<link>https://vamota.com/tech/posts/linux-reminders/</link>
				<pubDate>Sun, 16 Aug 2026 09:31:46 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/linux-reminders/</guid>
				<description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#section-one&#34;&gt;Topic 1&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#section-two&#34;&gt;Next Topic 2&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#section-three&#34;&gt;Another Topic 3&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Reminders on how to do various things in Linux which I always have difficulty remembering.&#xA;Many are for Debian Linux, since I mainly use Debian-based systems: Raspberry Pi , Ubuntu, Zorin OS and small ARM/embedded systems such as Seagate Dockstar.&lt;/p&gt;&#xA;&lt;h2 id=&#34;section-one&#34;&gt;Section One&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;ps -ef |grep ntp&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;code&gt;find . -name &amp;quot;pnec*&amp;quot; -mtime +50 | xargs ls -l &lt;/code&gt;  &lt;em&gt;( takes a couple of minutes)&lt;/em&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>about</title>
				<link>https://vamota.com/tech/about/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://vamota.com/tech/about/</guid>
				<description>&lt;p&gt;** page under construction**&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
