HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moviuro

no profile record

Submissions

A Shared Vision of Software Bill of Materials (SBoM) for Cybersecurity [pdf]

cisa.gov
2 points·by moviuro·قبل 10 أشهر·0 comments

Remote code execution in CentOS Web Panel – CVE-2025-48703

fenrisk.com
1 points·by moviuro·السنة الماضية·0 comments

[untitled]

1 points·by moviuro·قبل سنتين·0 comments

The Performance Inequality Gap, 2024

infrequently.org
39 points·by moviuro·قبل سنتين·14 comments

A data corruption bug in OpenZFS?

despairlabs.com
220 points·by moviuro·قبل 3 سنوات·111 comments

Pixel 8 and Pixel 8 Pro

blog.google
25 points·by moviuro·قبل 3 سنوات·4 comments

Mashing Enter to bypass [FDE] with TPM, Clevis, dracut and systemd

pulsesecurity.co.nz
3 points·by moviuro·قبل 3 سنوات·0 comments

comments

moviuro
·قبل 3 أشهر·discuss
That sounds like a lot of extra steps. How do I validate the authenticity of a signing request? Should my signing machine be able to challenge the requester? (This means that the CA key is on a machine with network access!!)

Replacing the distribution of a revocation list with short-lived certificates just creates other problems that are not easier to solve. (Also, 1h is bonkers, even letsencrypt doesn't do it)
moviuro
·قبل 3 أشهر·discuss
All those articles about SSH certificates fall short of explaining how the revocation list can/should be published.

Is that yet another problem that I need to solve with syncthing?

https://man.openbsd.org/ssh-keygen.1#KEY_REVOCATION_LISTS
moviuro
·قبل سنتين·discuss
Search forums local to your country and write documentation on how to use Linux or BSD as a modem.

For OpenBSD on Orange France FTTH: https://lafibre.info/remplacer-livebox/remplacer-sa-livebox-... or https://try.popho.be/securing-home2.html
moviuro
·قبل سنتين·discuss
OpenBSD's team has already reacted and added Word to OpenBSD

* https://marc.info/?l=openbsd-tech&m=170742832804260&w=2

* https://news.ycombinator.com/item?id=39309638
moviuro
·قبل سنتين·discuss
Unbound with tags?

* https://unbound.docs.nlnetlabs.nl/en/latest/topics/filtering...

* https://try.popho.be/securing-home3.html

* https://git.sr.ht/~moviuro/moviuro.bin/tree/master/item/lie-...
moviuro
·قبل 3 سنوات·discuss
It's a very rare race condition, odds are very low that you were impacted. If you were, you would have noticed (heavy builds with files being moved around where suddenly files are zero).

[0] https://bugs.gentoo.org/917224

[1] https://github.com/openzfs/zfs/issues/15526 (referenced in the article)
moviuro
·قبل 3 سنوات·discuss
See the explanation on the blog itself [0]

[0] https://joshcsimmons.com/post/H4sIAAAAAAAA%2F3xV227cRgx911cQ...
moviuro
·قبل 3 سنوات·discuss
> The signals required a lot of patience to learn and I'm not entirely sure I still understand them.

Chain signals before an intersection; regular signals after those, and on the track to split the track for multiple trains simultaneously.

See: https://wiki.factorio.com/Tutorial:Train_signals if you haven't already.
moviuro
·قبل 5 سنوات·discuss
Sounds like a job for SSH certificates.

See e.g. https://news.ycombinator.com/item?id=20955465 ; https://goteleport.com/blog/ssh-certificates ; and the usual man pages
moviuro
·قبل 7 سنوات·discuss
FWIW, when entering my CPGE [0] in France, our math teacher asked we forget everything about math except: natural numbers (0, 1, etc.), addition and multiplication. Everything needed to be scraped and "taught correctly", and it took only 2 years to get back up to speed (the entire program for the school year is available (in French): https://prepas.org/ups.php?entree=programmes).

Math is incredibly simple to build from scratch (as in: doesn't require a ton of knowledge) [1]. How long it takes for it to "click" though is another matter: I've had a very hard time with calculus and basic logic in first year, and thoroughly failed my second year.

I don't have a book to recommend though (everything was taught in class, no textbook); though I remember vaguely some books that others here do recommend.

[0] https://en.wikipedia.org/wiki/Classe_pr%C3%A9paratoire_aux_g...

[1] https://en.wikipedia.org/wiki/Axiom
moviuro
·قبل 8 سنوات·discuss
I do it differently on my own DNS ad blocker: it returns the IP of my "happy" webserver that always returns `204 No Content`, whatever query you send to it. Of course, there's still the issue of https failing, but I've never had any performance issues - much more the opposite actually.

I wrote a tiny bit about how I do it: https://try.popho.be/byeads.html