<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Recovery on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/tags/recovery/</link>
		<description>Recent content in Recovery on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Mon, 24 Aug 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/tags/recovery/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Organize LMS Downloads and Lecture Notes into a Clean Course Workspace</title>
				<link>https://workyoucanexplain.com/posts/organizing-lms-downloads-and-lecture-notes/</link>
				<pubDate>Mon, 24 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/organizing-lms-downloads-and-lecture-notes/</guid>
				<description>&lt;p&gt;Use Downloads as an inbox, not as your course system. For each item, identify&#xA;the course and responsibility, move it to one canonical location, and verify&#xA;that the copy opens before deleting anything. Keep the syllabus register and&#xA;other source-linked records close to the course information they describe.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-this-matters&#34;&gt;Why this matters&lt;/h2&gt;&#xA;&lt;p&gt;An LMS is useful for delivery, but browser history and a downloads folder are&#xA;poor long-term indexes. A file named &lt;code&gt;document (7).pdf&lt;/code&gt; does not tell you which&#xA;course it belongs to, whether it is current, or where its related notes live.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Run a Semester-Start Readiness Audit and Tool Check</title>
				<link>https://workyoucanexplain.com/posts/semester-start-readiness-audit-and-tool-check/</link>
				<pubDate>Mon, 24 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/semester-start-readiness-audit-and-tool-check/</guid>
				<description>&lt;p&gt;Run a short readiness audit before the first day of a course. Check access,&#xA;source materials, required tools and accounts, submission locations, and a&#xA;recovery or support route. Record evidence and mark unknowns. Do not install&#xA;everything that looks useful; install or configure only what the course&#xA;evidence requires.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-this-matters&#34;&gt;Why this matters&lt;/h2&gt;&#xA;&lt;p&gt;The first deadline is a poor time to discover that a student cannot access the LMS,&#xA;does not have a required compiler, has no writable course folder, or cannot&#xA;recover an account. A readiness audit turns a vague feeling of preparedness&#xA;into a starting-state record.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Communicating with Instructors During a Technical Crisis</title>
				<link>https://workyoucanexplain.com/posts/communicating-with-instructors-during-a-technical-crisis/</link>
				<pubDate>Wed, 19 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/communicating-with-instructors-during-a-technical-crisis/</guid>
				<description>&lt;p&gt;When a technical problem may affect an assignment, contact the instructor as soon as the risk is clear. The message should make the situation easy to understand: identify the course and assignment, describe what happened, state what you have checked, explain the current risk, and make one specific request.&lt;/p&gt;&#xA;&lt;p&gt;You do not need to prove the final cause before sending the first message. You do need to be accurate about what you observed and what you have tried.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Emergency Triage for Broken Assignments and Files</title>
				<link>https://workyoucanexplain.com/posts/emergency-triage-for-broken-assignments-and-files/</link>
				<pubDate>Wed, 19 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/emergency-triage-for-broken-assignments-and-files/</guid>
				<description>&lt;p&gt;When an assignment file disappears or stops opening, your first job is not to fix it. Your first job is to preserve what still exists and understand the situation well enough to choose a safe next step.&lt;/p&gt;&#xA;&lt;p&gt;Do not keep editing the only copy. Do not reinstall software because one file failed. Do not run a destructive command because an AI assistant suggested it. Make a protected copy, write down the facts, and work from the copy.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Post-Crisis Review and System Hardening</title>
				<link>https://workyoucanexplain.com/posts/post-crisis-postmortem-and-system-hardening/</link>
				<pubDate>Wed, 19 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/post-crisis-postmortem-and-system-hardening/</guid>
				<description>&lt;p&gt;After a technical crisis, do not settle for “it works again.” Record what happened, identify the protection that was missing or unclear, and test one small improvement while the evidence is still available.&lt;/p&gt;&#xA;&lt;p&gt;A postmortem is not a confession and it is not a search for someone to blame. It is a short record that helps you make the next failure less damaging and easier to explain.&lt;/p&gt;&#xA;&lt;h2 id=&#34;capture-the-incident-before-memory-edits-it&#34;&gt;Capture the incident before memory edits it&lt;/h2&gt;&#xA;&lt;p&gt;Write the first version from your working log, file history, messages, and recovery evidence. Use five sections:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Recovering Git History and Lost Code</title>
				<link>https://workyoucanexplain.com/posts/recovering-git-history-and-lost-code/</link>
				<pubDate>Wed, 19 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/recovering-git-history-and-lost-code/</guid>
				<description>&lt;p&gt;Git may be able to recover code that disappeared from your current branch, but recovery begins with inspection. A reflog records local movements of references such as &lt;code&gt;HEAD&lt;/code&gt;; it does not guarantee that every file or commit still exists, and it is not a substitute for a remote or tested backup.&lt;/p&gt;&#xA;&lt;p&gt;The safe pattern is: protect the repository, inspect history, create a recovery reference, compare the candidate, and restore only after verification.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Recover a Student Mac from a Broken Setup</title>
				<link>https://workyoucanexplain.com/posts/recover-a-student-mac-from-a-broken-setup/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/recover-a-student-mac-from-a-broken-setup/</guid>
				<description>&lt;p&gt;Test recovery before a failure, but do not erase, reinstall, or reset a working&#xA;student Mac for practice. Run a non-destructive rehearsal that verifies account&#xA;and FileVault responsibility, restores one disposable test artifact, clones one&#xA;project to a new directory, checks the reproducible setup record, identifies&#xA;device management, and records the correct macOS Recovery path.&lt;/p&gt;&#xA;&lt;p&gt;If no setup artifact exists yet, first create the &lt;a href=&#34;https://workyoucanexplain.com/posts/build-a-reproducible-macos-setup/&#34;&gt;small, secret-free macOS&#xA;setup record&lt;/a&gt;. A recovery rehearsal&#xA;cannot verify documentation that exists only in memory.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Recover Linux from a Broken Setup</title>
				<link>https://workyoucanexplain.com/posts/recover-linux-from-a-broken-setup/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/recover-linux-from-a-broken-setup/</guid>
				<description>&lt;p&gt;Prepare recovery before Linux stops booting, but do not break or reinstall a&#xA;working computer for practice. Rehearse the evidence and access paths:&#xA;identify the failure layer, verify backups by restoring a test file, verify&#xA;recovery media and documentation, clone a project into a new location, and test&#xA;the setup repository in a disposable environment.&lt;/p&gt;&#xA;&lt;p&gt;Before treating a backup as recovery evidence, use &lt;a href=&#34;https://workyoucanexplain.com/posts/your-backup-is-only-real-if-you-can-restore-it/&#34;&gt;your backup is only real if&#xA;you can restore it&lt;/a&gt; to&#xA;test one file restore and record what the test proves.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Set Up a Safe Mac for College</title>
				<link>https://workyoucanexplain.com/posts/set-up-a-safe-mac-for-college/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/set-up-a-safe-mac-for-college/</guid>
				<description>&lt;p&gt;A safe college Mac has a known owner, an understood administrator path, a&#xA;recoverable encrypted startup disk, and current software. Establish that state&#xA;before installing course tools. The student should perform the checks and keep a&#xA;non-secret record that another person can understand.&lt;/p&gt;&#xA;&lt;p&gt;Do not remove management profiles, accounts, or security controls from a&#xA;school-owned or institution-managed Mac. Follow the institution&amp;rsquo;s instructions&#xA;and contact its IT service when ownership or policy is unclear.&lt;/p&gt;</description>
			</item>
			<item>
				<title>A College Folder Structure That Can Survive Four Years</title>
				<link>https://workyoucanexplain.com/posts/a-college-folder-structure-that-can-survive-four-years/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/a-college-folder-structure-that-can-survive-four-years/</guid>
				<description>&lt;p&gt;A useful college folder structure should answer one question quickly: &lt;strong&gt;where&#xA;would I look for this file?&lt;/strong&gt; It should not require a complex tagging system or&#xA;a new organization project every semester.&lt;/p&gt;&#xA;&lt;p&gt;Start with one academic root. Organize course work by year or term and course,&#xA;keep administrative records separate, and give substantial projects their own&#xA;folders. Add another level only after a repeated retrieval problem justifies it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;use-a-small-stable-top-level&#34;&gt;Use a small stable top level&lt;/h2&gt;&#xA;&lt;p&gt;Create one folder such as &lt;code&gt;Education&lt;/code&gt; in a location that fits your device,&#xA;institutional rules, and backup plan.&lt;/p&gt;</description>
			</item>
			<item>
				<title>BitLocker and Recovery Keys Without Regret</title>
				<link>https://workyoucanexplain.com/posts/bitlocker-and-recovery-keys-without-regret/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/bitlocker-and-recovery-keys-without-regret/</guid>
				<description>&lt;p&gt;Drive encryption protects data only when recovery is also planned. Before a&#xA;hardware change or boot failure asks for a key, verify whether encryption is&#xA;enabled, who controls it, where the matching recovery key is stored, and how the&#xA;student can reach it from another device.&lt;/p&gt;&#xA;&lt;p&gt;Do not disable encryption or trigger recovery as a beginner test.&lt;/p&gt;&#xA;&lt;h2 id=&#34;distinguish-the-windows-features&#34;&gt;Distinguish the Windows features&lt;/h2&gt;&#xA;&lt;p&gt;Microsoft describes two related experiences:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Device Encryption&lt;/strong&gt; is available on a wider range of supported devices,&#xA;including some running Windows Home, and may enable automatically.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;BitLocker Drive Encryption&lt;/strong&gt; provides advanced management on Windows Pro,&#xA;Enterprise, and Education editions.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;See Microsoft&amp;rsquo;s current &lt;a href=&#34;https://support.microsoft.com/en-us/windows/security/encryption/device-encryption-in-windows&#34;&gt;Device Encryption&#xA;documentation&lt;/a&gt;&#xA;and &lt;a href=&#34;https://support.microsoft.com/en-us/windows/security/encryption/bitlocker-overview&#34;&gt;BitLocker&#xA;overview&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Prefer Reversible Changes</title>
				<link>https://workyoucanexplain.com/posts/prefer-reversible-changes/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/prefer-reversible-changes/</guid>
				<description>&lt;p&gt;A technical change is safer when you can explain the starting state, predict&#xA;the intended result, and return to the starting state if the evidence does not&#xA;match your prediction.&lt;/p&gt;&#xA;&lt;p&gt;Prefer reversible changes. Inspect first, protect important work, change one&#xA;thing, verify the result, and keep a clear rollback path. This method does not&#xA;make every action harmless, but it limits uncertainty and makes mistakes easier&#xA;to diagnose.&lt;/p&gt;&#xA;&lt;h2 id=&#34;reversibility-is-a-property-of-the-procedure&#34;&gt;Reversibility is a property of the procedure&lt;/h2&gt;&#xA;&lt;p&gt;A change is not reversible merely because an &lt;strong&gt;Undo&lt;/strong&gt; button exists. A&#xA;reversible procedure answers six questions:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Rebuild a Student Windows PC from Documentation</title>
				<link>https://workyoucanexplain.com/posts/rebuild-a-student-windows-pc-from-documentation/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/rebuild-a-student-windows-pc-from-documentation/</guid>
				<description>&lt;p&gt;Test recovery before a device failure, but do not reset a working student&#xA;computer for practice.&lt;/p&gt;&#xA;&lt;p&gt;Run a non-destructive rehearsal: inventory accounts and recovery access, restore&#xA;test files to another location, clone a project into a new directory, inspect&#xA;package manifests, follow setup documentation, and run verification. Record&#xA;every missing dependency.&lt;/p&gt;&#xA;&lt;p&gt;An actual Windows reset or reinstall is a separate destructive operation. It&#xA;requires a real need, complete backup, BitLocker recovery access, official&#xA;instructions, time, power, network access, and authorization for managed&#xA;devices.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Set Up a Safe Windows Account for College</title>
				<link>https://workyoucanexplain.com/posts/set-up-a-safe-windows-account-for-college/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/set-up-a-safe-windows-account-for-college/</guid>
				<description>&lt;p&gt;A safe college Windows setup begins with accountable ownership and recovery.&#xA;The student should know which account owns the device, whether the school&#xA;manages it, which account approves administrator changes, how Windows Hello&#xA;relates to the account password, and how to recover access.&lt;/p&gt;&#xA;&lt;p&gt;Settings vary by Windows version, edition, hardware, and institutional policy.&#xA;Do not remove management or accounts from a school-owned device.&lt;/p&gt;&#xA;&lt;h2 id=&#34;identify-ownership-and-management&#34;&gt;Identify ownership and management&lt;/h2&gt;&#xA;&lt;p&gt;Record:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Device owner:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Windows edition and version:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Primary daily account:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Account type: Microsoft | local | work/school&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Administrator account:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Work/school account added:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Device management enrolled:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;IT contact:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;A personal Microsoft account, local Windows account, and institutional&#xA;work/school account have different roles. Adding a work/school account to an&#xA;application does not always mean the same thing as enrolling the device in&#xA;management.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Sync, Git, and Backup Solve Different Problems</title>
				<link>https://workyoucanexplain.com/posts/sync-git-and-backup-solve-different-problems/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/sync-git-and-backup-solve-different-problems/</guid>
				<description>&lt;p&gt;Sync, Git, and backup can all create additional copies of data, but they solve&#xA;different problems. Sync keeps selected files available across locations. Git&#xA;records deliberate versions of a project. Backup preserves recoverable copies&#xA;for loss or damage. A reliable student system assigns each layer a specific job.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-one-extra-copy-is-not-enough&#34;&gt;Why one extra copy is not enough&lt;/h2&gt;&#xA;&lt;p&gt;Suppose a student keeps a programming project in a synchronized folder. The&#xA;folder appears on a laptop and in a cloud service. This helps when the student&#xA;moves between devices. It does not answer every recovery question:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Your Backup Is Only Real If You Can Restore It</title>
				<link>https://workyoucanexplain.com/posts/your-backup-is-only-real-if-you-can-restore-it/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/your-backup-is-only-real-if-you-can-restore-it/</guid>
				<description>&lt;p&gt;A backup should answer a practical question: can you recover the needed data&#xA;when the original is unavailable? The smallest useful proof is a restoration&#xA;test. Restore one harmless file to a different location, open it, compare it&#xA;with the source, and record what happened.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-successful-backup-job-is-not-yet-a-successful-recovery&#34;&gt;A successful backup job is not yet a successful recovery&lt;/h2&gt;&#xA;&lt;p&gt;A status message can show that a backup process ran. It does not prove that:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
