This profile is from a federated server and may be incomplete. Browse more on the original instance.
0v0, 1 year ago to linux in [help] docker conflicts with host network, causing no internet connectivity Try perhaps the solution in unix.stackexchange.com/…/docker-interface-tears-d…
Try perhaps the solution in unix.stackexchange.com/…/docker-interface-tears-d…
0v0, 1 year ago to linux in [not solved] I think I messed something up in the router settings but cannot understand what... now I have no internet connection Try removing all the superfluous default routes.
Try removing all the superfluous default routes.
0v0, 1 year ago to privacy in Self-hosted rotating proxy I think glider can do this, with -strategy rr (Round Robin mode). I have not used it in this way myself, so you might need to experiment a little. Proxychains can also do this, but it doesn’t present a socks5 interface itself (it uses https://stackoverflow.com/questions/426230/what-is-the-ld-preload-trick, so it won’t work everywhere).
I think glider can do this, with -strategy rr (Round Robin mode). I have not used it in this way myself, so you might need to experiment a little. Proxychains can also do this, but it doesn’t present a socks5 interface itself (it uses https://stackoverflow.com/questions/426230/what-is-the-ld-preload-trick, so it won’t work everywhere).
-strategy rr
0v0, 1 year ago to linux in EndeavourOS encrypted partition Argon2id (cryptsetup default) and Argon2i PBKDFs are not supported (GRUB bug #59409), only PBKDF2 is. There is this patch, although I have not tested it myself. There is always cryptsetup luksAddKey --pbkdf pbkdf2.
Argon2id (cryptsetup default) and Argon2i PBKDFs are not supported (GRUB bug #59409), only PBKDF2 is.
There is this patch, although I have not tested it myself. There is always cryptsetup luksAddKey --pbkdf pbkdf2.
cryptsetup luksAddKey --pbkdf pbkdf2
0v0, 1 year ago to linux in EndeavourOS encrypted partition GRUB works just fine with LUKS2 these days. There is no need to switch bootloaders.
GRUB works just fine with LUKS2 these days. There is no need to switch bootloaders.