HackerTrans
トップ新着トレンドコメント過去質問紹介求人

granddave

no profile record

投稿

[untitled]

1 ポイント·投稿者 granddave·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 granddave·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 granddave·昨年·0 コメント

[untitled]

1 ポイント·投稿者 granddave·昨年·0 コメント

[untitled]

1 ポイント·投稿者 granddave·昨年·0 コメント

[untitled]

1 ポイント·投稿者 granddave·昨年·0 コメント

Ctrl+P in Docker Container

davidisaksson.dev
1 ポイント·投稿者 granddave·2 年前·0 コメント

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

github.com
2 ポイント·投稿者 granddave·2 年前·0 コメント

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

davidisaksson.dev
11 ポイント·投稿者 granddave·3 年前·6 コメント

Format JSON in Vim with Jq

davidisaksson.dev
3 ポイント·投稿者 granddave·3 年前·0 コメント

Backup files quick with Bash's brace expansion

davidisaksson.dev
3 ポイント·投稿者 granddave·3 年前·0 コメント

Closing a stale SSH connection

davidisaksson.dev
188 ポイント·投稿者 granddave·3 年前·87 コメント

Downloading Jenkins Artifacts via the CLI

davidisaksson.dev
1 ポイント·投稿者 granddave·3 年前·0 コメント

コメント

granddave
·2 年前·議論
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 年前·議論
That's true! Self hosting opens up possibilities for a better backup system.
granddave
·3 年前·議論
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 年前·議論
Check out autossh(1)!