Damus
Marek profile picture
Marek
@Marek

Hi :02hai:, I am very interested in the overlay networks, especially I2P :i2p: and the dn42. I live in Hannover, Germany. As programming language I prefer Ruby :language_ruby: or C++ :cpp_language:. I want to stand up for security and privacy. Therefore, I mainly use free software.

:archlinux: :debian: :i2p: :tor:

I2P router family "bandura" | AS4242422923 | AS4201272923 | CRXN fd92:58b6:2b2::/48 | ygg{1-4}.mk16.de (TCP 1337 / TLS 1338)

er/ihm he/him

Relays (1)
  • wss://relay.ditto.pub – read & write

Recent Notes

Thomas Schäfer · 4w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqu6c7efaq0l9mqdpr783dat0jydepgzjkmw9qhpa9l4evu5tlzhns7m2stm I wrote already why. It's is only a dev problem. I installed NetworkManager with the default (for dev) under /usr/local/ Then the NetworkManager writes the system connections to /usr/...
LinuxNews.de · 4w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqu6c7efaq0l9mqdpr783dat0jydepgzjkmw9qhpa9l4evu5tlzhns7m2stm Das ist by design, das funktioniert so: https://www.45drives.com/community/articles/zfs-caching/
LinuxNews.de · 21w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqu6c7efaq0l9mqdpr783dat0jydepgzjkmw9qhpa9l4evu5tlzhns7m2stm Du kannst KI generell abschalten und dann den Übersetzer wieder freischalten.
uvok · 70w
re: bird on my Hetzner VPS uses too much CPU. I still get an average of 80% CPU load. I decided to filter all prefixes >= /48. This removes about half of the routes.
Marek profile picture
@nprofile1q... For the dn42 or for the Clearnet?

In the dn42 it is also recommended according to filter6.txt.

In general, I would also do it in Clearnet: https://bgpfilterguide.nlnog.net/guides/small_prefixes/
> Routes smaller than a /24 (IPv4) or /48 (IPv6) should not be expected to have working global routing.
1
uvok · 70w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqu6c7efaq0l9mqdpr783dat0jydepgzjkmw9qhpa9l4evu5tlzhnsgnk6le Clearnet. And I while /48 itself is valid, I filter it too. (import where source = RTS_BGP && net.len < 48;) Like I said before, I have no clue what causes the CPU strain. I'm just docto...