fox

joined 1 year ago
[–] fox@vlemmy.net 1 points 1 year ago

yes, I just found this out recently ! privacy guides have a section on this: https://www.privacyguides.org/en/dns/#android

Android 9 and above support DNS over TLS. The settings can be found in: Settings → Network & Internet → Private DNS.

[–] fox@vlemmy.net 2 points 1 year ago

cool ! I am using Hews, but I might switch to this.

[–] fox@vlemmy.net 20 points 1 year ago

This release includes major improvements to performance, specifically optimizations of database queries. Special thanks to @phiresky, @ruud, @sunaurus and many others for investigating these.

Love to see the community coming together to improve things !

[–] fox@vlemmy.net 4 points 1 year ago (2 children)

long time i3 user, now switched to sway

[–] fox@vlemmy.net 3 points 1 year ago

I think its a nice alternative to developers to offer software that is not available on your package manager, but having a distro offer multiple different ways of installing a package is not a good idea, I'm talking about ubuntu of course, as a user I just want to apt-get update/upgrade and be sure my system is up to date, snap undermines that because I'm not sure anymore. also I don't understand why I need to close the app I'm using to update it with snap, if the app is containerized I should be able to install multiple versions without affecting each other.

[–] fox@vlemmy.net 5 points 1 year ago (1 children)

yup pretty sure

$ cat /etc/passwd
fox:hunter2:1000:1000::/home/fox:/usr/bin/zsh

😉

[–] fox@vlemmy.net 2 points 1 year ago (7 children)

you don't need to be root to read /etc/passwd

[–] fox@vlemmy.net 3 points 1 year ago

love parallel !, for example encoding a bunch wavs to opus:

parallel --eta 'opusenc --bitrate 256 {} {.}.opus' ::: *.wav
[–] fox@vlemmy.net 1 points 1 year ago

However, the two Jumpsec Red Team members found that they could go around the restriction by changing the internal and external recipient ID in the POST request of a message, thus fooling the system into treating an external user as an internal one.

so they only do the check on client side. classic.

[–] fox@vlemmy.net 5 points 1 year ago* (last edited 1 year ago) (1 children)

love cat -n, when working with csv files I often use a command like this to figure out which column I need:

head -n1 file.csv | sed 's/,/\n/g' | cat -n

[–] fox@vlemmy.net 2 points 1 year ago (2 children)

duc, aur: it indexes file sizes of all your files and lets you browse it with a ncurses ui, for me that lives in the terminal this is a very handy tool for finding where all my disk space went.

view more: next ›