Blog

Google Authenticator: move all accounts to a new phone

Steps to move all “google authenticator” accounts to new phone.

  1. Open Google Authenticator on your old phone.
  2. Tap on the three dots on the top right of the screen and select “Transfer accounts”.
  3. Select “Export accounts.” You may be asked to verify your identity.
  4. Select the accounts you want to export, default all accounts are checked. Click “Next.”
  5. You’ll be shown a QR code.
  6. Open Google Authenticator on your new phone.
  7. Tap on the three dots on the top right of the screen and select “Transfer accounts”.
  8. Select “Impoprt accounts.” and “Scan QR code”.
  9. Scan the code on your old phone with your new phone.
  10. When there are are 2 QR codes, click “Next.” on your old phone and scan the 2nd QR code also with your new phone.

 

Building Stakeholder Confidence

Building Stakeholder Confidence

Confidence in:

  • Production is always up
  • Features will be built correctly

Exercises to Build Confidence

  • Build team-wide, deep understanding of each feature’s requirements and characteristics before coding starts
  • Expect collaborative, comprehensive grooming of features that include team and stakeholders
  • Ruthless slicing of features to smallest valuable increments
  • Write comprehensive automated unit tests in front-end and back-end layers
  • Shoot for high coverage from automated back-end integration tests
  • Shoot for high feature critical-path coverage from end-to-end UI tests
  • Include automated smoke tests that can be run on production-candidates
  • Ensure all post-commit tasks and hand-offs must be automated in CI/CD
  • Strive for quick, reliable rollback if smoke tests fail

Grub error: symbol “grub_calloc” not found. Entering rescue mode… grub rescue.

Since this morning, when i start my laptop, i only see the text:

Grub error: symbol "grub_calloc" not found.
Entering rescue mode...
grub rescue>

I recently updated the packages on my Ubuntu laptop.
I’m guessing it has something to do with the updates for the vulnerability “boothole” in Grub2.

I found this additional information:
https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/GRUB2SecureBootBypass#Recovery

working on this now….

because my laptop is not by default suited for Ubuntu <= 18.04 (did not test on >= 20.04) (because of a video card driver issue).
i could not use the default boot / install USB approach. (installed Ubuntu originally by use of the CLI).

the solution i used for most physical systems is: Boot-repair and running the “recommended repair”.