HackerTrans
TopNewTrendsCommentsPastAskShowJobs

granddave

no profile record

Submissions

[untitled]

1 points·by granddave·8 maanden geleden·0 comments

[untitled]

1 points·by granddave·8 maanden geleden·0 comments

[untitled]

1 points·by granddave·vorig jaar·0 comments

[untitled]

1 points·by granddave·vorig jaar·0 comments

[untitled]

1 points·by granddave·vorig jaar·0 comments

[untitled]

1 points·by granddave·vorig jaar·0 comments

Ctrl+P in Docker Container

davidisaksson.dev
1 points·by granddave·2 jaar geleden·0 comments

Aegis-rs – A CLI companion to the Aegis 2FA app

github.com
2 points·by granddave·2 jaar geleden·0 comments

Back up your Bitwarden vault in a future-proof and secure way

davidisaksson.dev
11 points·by granddave·3 jaar geleden·6 comments

Format JSON in Vim with Jq

davidisaksson.dev
3 points·by granddave·3 jaar geleden·0 comments

Backup files quick with Bash's brace expansion

davidisaksson.dev
3 points·by granddave·3 jaar geleden·0 comments

Closing a stale SSH connection

davidisaksson.dev
188 points·by granddave·3 jaar geleden·87 comments

Downloading Jenkins Artifacts via the CLI

davidisaksson.dev
1 points·by granddave·3 jaar geleden·0 comments

comments

granddave
·2 jaar geleden·discuss
I've written a similar tool for the Aegis backup file that lets you fuzzy find entries, auto generation of codes and includes clipboard support.

https://github.com/Granddave/aegis-rs
granddave
·3 jaar geleden·discuss
That's true! Self hosting opens up possibilities for a better backup system.
granddave
·3 jaar geleden·discuss
Yes, that's correct. The script takes the output from bw-cli and pipes it directly (sort of since we also store it in a variable to calculate the number of rows) to gpg which then encrypts it.

The only secret we have in plain text here is the API token for Todoist which I'm OK with. It's always the balance between security and comfort.
granddave
·3 jaar geleden·discuss
Check out autossh(1)!
granddave
·4 jaar geleden·discuss
This is where 2FA comes in to play.