Skip to content

Instantly share code, notes, and snippets.

View LittleFreak's full-sized avatar

LittleFreak

View GitHub Profile
@LittleFreak
LittleFreak / install.md
Created April 26, 2022 18:01 — forked from prochor666/install.md
Mount Google drive under Debian Linux (Jessie and later)
@LittleFreak
LittleFreak / ohmyposhv3-v2.json
Created September 27, 2021 04:16 — forked from shanselman/ohmyposhv3-v2.json
ohmyposhv3-v2
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
@LittleFreak
LittleFreak / AuthyToOtherAuthenticator.md
Created September 25, 2021 18:07 — forked from gboudreau/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy

Generating Authy passwords on other authenticators


There is an increasing count of applications which use Authy for two-factor authentication. However many users who aren't using Authy, have their own authenticator setup up already and do not wish to use two applications for generating passwords.

Since I use 1Password for all of my password storing/generating needs, I was looking for a solution to use Authy passwords on that. I couldn't find any completely working solutions, however I stumbled upon a gist by Brian Hartvigsen. His post had a neat code with it to generate QR codes for you to use on your favorite authenticator.

His method is to extract the secret keys using Authy's Google Chrome app via Developer Tools. If this was not possible, I guess people would be reverse engineering the Android app or something like that. But when I tried that code, nothing appeared on the screen. My guess is that Brian used the

@LittleFreak
LittleFreak / lighttpd.default.conf
Last active August 20, 2021 10:38 — forked from alghanmi/lighttpd.default.conf
Lighttpd Default Configuration File
server.port = 80
#server.bind = ""
server.tag ="lighttpd"
server.modules = (
"mod_access",
"mod_alias",
"mod_accesslog",
# "mod_deflate",
"mod_expire",