Owen Le Blanc: creator of the first Linux distribution "MCC Interim Linux", released publicly in early 1992 - Article by LWN #Linux https://lwn.net/Articles/1017846/
Software engineer specialized in Cybersecurity
Linux OpenBSD FreeBSD - FOSS Contributor
Lyon (France) addict
Messages in French đ«đ· and English đŹđ§
Owen Le Blanc: creator of the first Linux distribution "MCC Interim Linux", released publicly in early 1992 - Article by LWN #Linux https://lwn.net/Articles/1017846/
#vendredilecture Scrum, un outil convivial pour une agilité radicale.
Je le relis ou disons plutÎt que je le parcours pour préparer la master class sur Scrum et l'agilité qu'on va enregistrer la semaine prochaine avec @pablopernot
#scrum #agile
Looks like mpi@ has been roleplaying as Doomguy, R.I.P and tearing the reaper process out of the #OpenBSD kernel. :flan_hacker:â :flan_cleaver:â :flan_evil:â
https://marc.info/?l=openbsd-tech&m=174618517712499&w=2
If people are interested, Martin is looking for test reports.
I'd appreciate tests reports on many different setups as well as other architectures.
David Gwynne (dlg@) has imported a new daemon to #OpenBSD -current, not yet linked to the build.
lldpd(8), a new LLDP (Link Layer Discovery Protocol) agent daemon.
This daemon uses the newly added AF_FRAME socket protocol type.
dlg@ modified src/usr.sbin/lldpd/*: lldpd(8): a daemon that acts as an LLDP agent on Ethernet interfaces.
lldpd uses the recently added AF_FRAME Ethernet sockets to listen for LLDP packets on all Ethernet interfaces in the system, and stores them so a lldp(8) client connecting to the control socket can fetch and display the packets.
AF_FRAME means we can avoid BPF for receiving LLDP packets, which has a couple of benefits.
firstly, BPF needs to look at all packets entering an interface so it can filter for the ones you're interested in, which is annoying for low packet/data rate protocols like LLDP. AF_FRAME is handled late in ether_input, and only after other protocols (like ip) are handled, so it's lower overhad compared to BPF listeners.
secondly, attaching a BPF filter to new interfaces relies on having access to and the privileges to open /dev/bpf, while AF_FRAME provides a wildcard listener that is able to receive LLDP from all interfaces on a single socket, like how binding to on 0.0.0.0 with an AF_INET socket let's you receive packets for all the IPs on your system from a single socket. lldp can create and configure this socket when it starts up just use it from then on. this means lldpd is simpler and needs fewer privileges to operate than if it went the BPF route.
at the moment lldpd only handles LLDP packet reception on all interfaces, you can't disable reception on interfaces yet. it also doesn't transmit LLDP packets (yet).
there is no intention of implementing any protocol other than LLDP in this daemon either.
ok djm@ deraadt@ general enthusiasm from many
Moins connu que Tor ou les VPN, un rĂ©seau capable de brouiller les pistes au point de rendre toute surveillance caduqe : câest la promesse du Mixnet. #Privacy https://www.clubic.com/actualite-553113-tor-vpn-et-maintenant-mixnet-en-route-vers-un-anonymat-absolu.html
Ah bah super le principe des péages à flux libre...
Tu veux stalker quelqu'un ? Tu va sur www.sanef.com, tu rentre le numéro de la plaque d'immatriculation, et tu vois si elle a été sur une zone à péage, avec la date.
T'as pas le détails des trajets (sauf si tu créé un compte...), mais rien qu'avec la date et le prix, tu peux deviner des choses...
Comment des gens peuvent se dire que c'est une bonne idée de faire ça ??
Call for testing and comment: Make the installer prefer >1G disks https://undeadly.org/cgi?action=article;sid=20250502060000
The #HardenedBSD April 2025 status report is out! https://hardenedbsd.org/article/shawn-webb/2025-05-01/hardenedbsd-april-2025-status-report
There is no official OpenBSD Handbook.
The site claiming to be so is not from the project, and on top of just copy and pasting a lot of FAQ content (at one point) without credit, it has lots of things that are incorrect.
The amount of times I see "Well, that's what the handbook says" on reddit. :flan_rage:â
2024 Zero-Day Exploitation Analysis by Google Threat Intelligence Group (GTIG): 75 0Day Vulnerabilities exploited in the Wild in 2024, nearly 53% of Total attributed to traditional Espionage Actors #ThreatIntelligence #CyberSecurity https://cloud.google.com/blog/topics/threat-intelligence/2024-zero-day-trends
#EU_OS looks out for potential early adopters in the public sector to inform the design of the proof of concept.
Many current Linux on the Desktop deployments are in the education sector: schools and universities.
Dear @primtux or any other education Linux project, would you be interested to join the first developer sprint in person in Paris or online?
Event: https://hackdays.numerique.gouv.fr/
Planning: https://gitlab.com/eu-os/eu-os.gitlab.io/-/issues/31
@bluehats @codegouvfr @blagarrigue
@ThierryM
#plasma #gcompris #endof10
World's first successful Lightning triggering and guiding using a Drone by harnessing Electric Field Fluctuations - Demonstration by NTT in Japan #Research https://group.ntt/en/newsrelease/2025/04/18/250418a.html
I'm wrapping the next Rust sysinfo
crate release, however I have one last issue I can't figure out how to fix.
On Windows, I can't figure out how to retrieve (user but not user's) groups.
I originally tried with NetGroupEnum
and just updated to use NetQueryDisplayInformation
as it was supposed to be faster.
If there is anyone who knows how to fix this bug, it'd be super appreciated!
You can test it by running cargo run --example simple
and then type the "groups" command.
Code: https://github.com/GuillaumeGomez/sysinfo/blob/master/src/windows/groups.rs#L48-L86
Le programme de l'édition 2025 des Journées du Logiciel Libre est en ligne : https://pretalx.jdll.org/jdll2025/schedule/. Voilà de quoi remplir votre week-end du 24-25 mai, dans tout juste un mois !
Pour rappel, notre financement participatif est toujours en cours : https://www.helloasso.com/associations/journees-du-logiciel-libre/collectes/jdll-2025
Derniers jours pour le financement participatif des JdLL 2025 !
Sur place, il ne sera pas possible d'acheter ces t-shirts et hoodiesâŠ
Montrez-vous avec style aux repas de famille avec le t-shirt JdLL đ
C'est par ici jusqu'au dimanche 4 mai : https://www.helloasso.com/associations/journees-du-logiciel-libre/collectes/jdll-2025
#JdLL2025 #JdLL #FinancementParticipatif #HelloAsso #Tshirts #Hoodies
too many things are dependent on github
Lots of sensible advice from @Marcus in this blogpost, on giving conference talks.
https://marcusnoble.co.uk/2025-04-30-my-tips-on-giving-technical-talks
Japanâs YKK, the worldâs largest Zipper Manufacturer, has announced a prototype self-propelled Zipper with a built-in Motor and gear Mechanism it can use to zip itself up at the Push of a Button on a wired Remote. https://www.theverge.com/news/656535/ykk-self-propelled-zipper-prototype
Call for Testing: Parallel fault handler #openbsd
https://undeadly.org/cgi?action=article;sid=20250430184440