diff --git a/retrieve-files-guide.html b/retrieve-files-guide.html new file mode 100644 index 0000000..3c03e05 --- /dev/null +++ b/retrieve-files-guide.html @@ -0,0 +1,302 @@ + + + + + +Getting Kyle's Files — Step by Step + + + + +
+ +
+
+

Getting the Files to Kyle

+
A simple, step-by-step guide. Take your time — there is no rush.
+
+
+ +
+ + + + + +
+

⚠ Kyle — read & remove this box before you send the page

+
    +
  1. Phone: he already has your number, so the [YOUR PHONE] line is optional — fill it in or delete it.
  2. +
  3. Folder: you don't need to know the path. Step 5 searches by name for any folder matching *def*con* (case-insensitive, so it catches DEFCON34, DEF_CON_34, DEF CON 34, DEF-CON-34) and prints what it found so you can confirm it on the phone before it sends.
  4. +
  5. Transfer — pick ONE and delete the other: Option A (Magic Wormhole) is live; Option B (USB → Windows) is commented out below it. Use A only if wormhole is installed (which wormhole). You can't check that remotely, so if you're not sure it's there, switch to B now.
  6. +
  7. Confirmed from your notes: GRUB shows, Windows is default (he presses ↑ to reach Ubuntu), and it's login only — no separate disk-unlock screen. Steps already reflect this.
  8. +
  9. If the files aren't already encrypted and you want them zipped with a password first, tell me and I'll add it.
  10. +
+
+ +
+ 📞 Call Kyle any time: [YOUR PHONE]
+ If anything looks different from this page, or you're unsure, stop and call. Nothing here can break the computer. +
+ + +
+
1
+

Restart the computer

+

Right now the computer is in Windows — the way you normally use it. We need to start it up in the other system, called Linux (Ubuntu), where Kyle's files live.

+
+ Do this: +
    +
  1. Close anything you have open.
  2. +
  3. Click the Start menu, then the power icon, then Restart.
  4. +
  5. Watch the screen closely as it comes back on — the next step happens quickly.
  6. +
+
+
+ + +
+
2
+

Choose "Ubuntu" from the menu

+

As the computer restarts, a dark screen with a short list appears. The top line is usually Ubuntu; Windows is lower down and is highlighted by default. There's a 5-second countdown — but don't let that rush you:

+
+ Do this: +
    +
  1. As soon as the list appears, tap the up-arrow key once. This stops the countdown, so now you have all the time you need.
  2. +
  3. Press as many times as needed until the line that says Ubuntu is highlighted.
  4. +
  5. Press Enter.
  6. +
+
+
+ If the countdown runs out and Windows loads, no harm done — just go back to Step 1, restart, and this time tap the moment the list appears. +
+
+ + +
+
3
+

Log in (Kyle reads you the password)

+

After a moment you'll reach a login screen with Kyle's name on it.

+
+ Do this: +
    +
  1. Click Kyle's name if it isn't already selected.
  2. +
  3. Type the password Kyle reads you over the phone. You'll see dots as you type — that's fine.
  4. +
  5. Press Enter. You're now in Linux.
  6. +
+
+
+ The password is not written on this page, for safety — Kyle reads it to you. If any other password screen shows up before this login screen, stop and call Kyle. +
+
+ + +
+
4
+

Open the Terminal

+

The Terminal is a window where you paste one command.

+
+ Do this: +
    +
  1. Hold Ctrl and Alt together, then tap the T key.
  2. +
  3. A dark window opens with text ending in $. That's the Terminal.
  4. +
+

If that doesn't work: click Activities (top-left), type terminal, and click the Terminal icon.

+
+
+ + + + + + + +
+
5
+

Find and send the files

+

Click Copy, then paste into the Terminal with Ctrl+Shift+V, and press Enter.

+
+ D=$(find ~ -type d -iname '*def*con*' 2>/dev/null | head -1); if [ -z "$D" ]; then echo ">>> NOTHING FOUND - call Kyle"; else echo ">>> FOLDER FOUND: $D"; wormhole send "$D"; fi + +
+
+ It will print a line such as:
+ >>> FOLDER FOUND: /home/kyle/Documents/DEFCON34
+ and then a code line such as:
+ Wormhole code is: 7-crossover-clockwork +
+
+ 📞 Read both lines to Kyle: first the "FOLDER FOUND" line (so he can confirm it's the right folder), then the code, exactly as shown — numbers and both words. He receives the files on his end. Keep this window open until he says he has them. +
+
+ If it says NOTHING FOUND, or you see wormhole: command not found, don't worry — just read that to Kyle and he'll take it from there. +
+
+ + +
+
6
+

Wait for Kyle to confirm

+

When Kyle says the transfer finished, you'll see the $ prompt again. That means it worked.

+
+ That's it — you're done! Thank you. You can leave the computer as it is, or restart and let Windows load normally — whatever Kyle tells you. +
+
+ + + + + + + + +
+
?
+

If something looks wrong

+ +
+ + +
+ + + +