Michael Altfield

Results 529 comments of Michael Altfield

For examples of "verifying this release" project documentation, see: 1. https://www.apache.org/info/verification.html#CheckingSignatures 1. https://docs.featherwallet.org/guides/linux#verifying-the-download-optional 1. https://support.torproject.org/tbb/how-to-verify-signature/ 1. https://ubuntu.com/tutorials/how-to-verify-ubuntu 1. https://tails.net/install/expert/index.en.html#verify-key 1. https://calyxos.org/install/verify/#additional-verification

Note: it appears that it's not possible for users to block apps from being able to initiate an `Intent.ACTION_GET_CONTENT` * https://android.stackexchange.com/questions/256092/permissions-how-to-deny-an-app-intent-action-get-content

See also: * https://github.com/dessalines/jerboa/issues/1361 * https://github.com/dessalines/jerboa/issues/1363

For additional context of this issue, please see [Nightmare on Lemmy Street (A Fediverse GDPR Horror Story)](https://tech.michaelaltfield.net/2024/03/04/lemmy-fediverse-gdpr/) [![Nightmare on Lemmy St - A GDPR Horror Story](https://tech.michaelaltfield.net/wp-content/uploads/sites/5/lemmy-fediverse-gdpr_featuredImage2.jpg)](https://tech.michaelaltfield.net/2024/03/04/lemmy-fediverse-gdpr/)

How the heck do you even set your location?? This [should be documented](https://github.com/Alovoa/alovoa/issues/380)

> I mean the app specifically asks for location permissions after onboarding and throws error messages when the permissions are missing. Should be self explanatory. The app never asked for...

works for me, just requires `jq` to be installed. ``` user@disp9870:~$ cat /etc/issue Debian GNU/Linux 11 \n \l user@disp9870:~$ user@disp9870:~$ echo $((`curl -sd '{"jsonrpc":"2.0","id":"0","method":"get_info"}' http://node.moneroworld.com:18089/json_rpc | jq .result.database_size` / 1024...

@justincormack Thank you. Can you please inform what is the minimum required files to pin the root public key used to sign a given set of images in the `docker.io`...

@zyitingftnt afaik, docker has not documented this anywhere. I wrote-up the commands (with a verification) for how seed/pin a given docker publisher's public keys (trust initialization) here: * https://devops.stackexchange.com/questions/13987/how-to-pin-public-root-key-when-downloading-an-image-with-docker-pull-docker-co/13988

@zyitingftnt those links are great! How did you find those docs??