0v0

joined 1 year ago
[–] [email protected] 1 points 5 months ago

You can give chisel a try. It tunnels all traffic over http/https, and the client can then create port forwards, just as with ssh, to access other services.

[–] [email protected] 2 points 7 months ago

https://linux-tc-notes.sourceforge.net/tc/doc/cls_u32.txt:

The base operation of the u32 filter is actually very simple. It extracts a bit field from a 32 bit word in the packet, and if it is equal to a value supplied by you it has a match. The 32 bit word must lie at a 32 bit boundary.

[–] [email protected] 4 points 10 months ago (1 children)

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.

[–] [email protected] 5 points 10 months ago (4 children)

GRUB works just fine with LUKS2 these days. There is no need to switch bootloaders.

[–] [email protected] 4 points 10 months ago (1 children)

This seems right and exactly the way I've set it up. On subvolid=5 I have subvolumes @ and @home, in /etc/fstab I mount / as subvol=@, and /home as subvol=@home.

[–] [email protected] 41 points 10 months ago

https://stackoverflow.com/questions/10602504/how-does-user-js-work-in-firefox-in-detail:

It just looks like a JavaScript file. Once upon a time in Netscape 3 and maybe 4 it actually was, but now it's just a file with a .js extension and a very restricted syntax that's parsed by a separate (non-JS) parser and not executed in any way.

[–] [email protected] 2 points 11 months ago

Could you run sudo lshw -C network and post the output for the wireless interface?

[–] [email protected] 4 points 1 year ago

We have those on I2P already, see tracker2.postman.i2p for example.

[–] [email protected] 12 points 1 year ago (1 children)

You should not torrent over the tor network, but you can torrent over the I2P network. qBittorrent even has experimental I2P support built in.

[–] [email protected] 3 points 1 year ago (1 children)

I occasionally experience the same thing. When this happens, it appears the jwt token is not sent with the initial request (thus appearing to be logged out), but it is sent with api requests on the same page (unread_count, list, etc.), so the cookie is not lost (document.cookie also shows it). Sometimes refreshing again fixes it, but I haven't yet found a good workaround. I'll experiment a bit next time it happens.

[–] [email protected] 4 points 1 year ago
view more: next ›