This gist contains information about TOTP token storage in the myGov Code Generator app, along with instructions on how to extract tokens.
/data/user/0/au.gov.dhs.centrelink.mygovauthenticator:
├───files
│ myGov.ks
This gist contains information about TOTP token storage in the myGov Code Generator app, along with instructions on how to extract tokens.
/data/user/0/au.gov.dhs.centrelink.mygovauthenticator:
├───files
│ myGov.ks
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters] | |
"BluetoothAacEnable"=dword:00000000 |
Windows Registry Editor Version 5.00 | |
; Disables the new "Sticky Notes" feature in OneNote. | |
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\OneNote\Options\Other] | |
"IsMemoryWindowDisabled"=dword:00000001 |
let | |
pkgs = import <nixpkgs> { | |
crossSystem = { | |
config = "aarch64-unknown-linux-musl"; | |
gcc.arch = "armv9-a"; | |
useLLVM = true; | |
isStatic = true; | |
}; | |
# Optimisation - disable unnecessary X11 dependencies. |
# Usage: | |
# | |
# $ genconfig | |
# $ launch | |
# | |
# In QEMU, press CTRL+X, h for help. | |
{ pkgs ? import <nixpkgs> { } }: | |
let |
Sometimes, Widevine L1 can be lost on the Redmi K20 Pro when switching ROMs. This is how to restore it.
$ adb shell am start -n com.miui.cloudservice/com.miui.cloudservice.alipay.provision.FingerprintListActivity
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm] | |
"ForceDisableModeChangeAnimation"=dword:00000001 |
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\SolidWorks\AllowList\Gl2Shaders\Other\Intel(R) Arc(TM) Graphics] | |
"Workarounds"=dword:00032408 |
Download the Office Deployment Tool
# winget install -e Microsoft.OfficeDeploymentTool
# https://github.com/microsoft/winget-pkgs/pull/105205
Install Office
& 'C:\Program Files\OfficeDeploymentTool\setup.exe' /configure office_configuration.xml
https://api.gitkraken.com/oauth/github/login?action=login&in_app=true&needs_gk_permissions=false |