Skip to content

Instantly share code, notes, and snippets.

@NickelMattera
NickelMattera / Switch-Update-Blocking.md
Created December 23, 2023 15:20
Switch Update Blocking

Switch Update Blocking

This is a simple guide to setting up a DNS Server to block all communications with Nintendo.

Setting up Ubuntu Server

For my server I will be installing Ubuntu Server LTS 18.04. Once you have it installed lets make sure that everything is up to date.

sudo apt-get update
@izackp
izackp / UpdatingSwitchSoftware.md
Last active July 8, 2024 23:57
Updating Switch Software

Notes

Don't do any of this on a mac. Macos sets bits on file attributes as well as adds spotlight files and a ton of metadata files which interfer.

This is for a setup with emummc.

Steps

  1. Backup Hekate and atmosphere by copying bootloader atomosphere sept
  2. Download and overwrite atmosphere on the sd card (https://github.com/Atmosphere-NX/Atmosphere/releases)
    • Daybreak should be included
    • I used the version with mesosphere which is just an opensource version of the switch kernal.
@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active April 29, 2025 14:42 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy

Exporting your 2FA tokens from Authy to transfer them into another 2FA application

IMPORTANT - Update regarding deprecation of Authy desktop apps

Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.

And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export your tokens.

If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.