02:54:19 Howdy, folks! 05:25:55 Does anyone know of a terminal based way to read the FreeBSD Documentation without installing an additional tool? 05:26:13 I have something I created, but think there has to be something that does this already within the OS 05:38:45 was it in *roff too? 05:39:00 never checked 05:40:57 unsure what markup handbook used 05:48:28 I do not know what ketas is 05:48:39 I mean what *roff is 05:49:35 well manpages are i think only thing that base has viewer for 05:51:25 That's what I thought. I wonder why that is 05:56:16 AsciiDoc could use a rst generator 06:01:55 What is that? 06:02:46 Ah. EPL license. 06:03:05 AsciiDoc is what the documentation files asre written in, https://docs.freebsd.org/en/books/fdp-primer/doc-build/ 06:03:52 so the idea is make rst would build to rst files 06:03:52 Oh okay. Could someone take a look at my script, which uses the freebsd handbook package to make it terminal readable? 09:13:00 HER the plastic is always the worst 09:13:05 because of microplastic 09:29:04 I just became aware of two incoming relases, 13.5 and 14.3 - was it always like this, or something changed 'recently'? sorry for the dumb question, couldn't find answer googling 09:31:11 guys is it  possible to run Freebsd on a playstation 3 09:31:12 xd 09:32:16 briandaed: FreeBSD still supports the 13.X series and the next one in that is 13.5 We also have the 14.X series and the next one in that is 14.3. 09:33:03 TommyC: thanks, so planning package support one should take care of two branches, right? 09:33:40 It should. Ports has quite a bit of separation from the base system. 09:33:59 TommyC: thanks again, that's what I needed. 14:42:04 dstolfa, https://termbin.com/er9w 14:43:02 CrtxReavr: yeah, as you can see there's no libllvm there, so it should be statically linked into rustc (and it will be whatever version rustc uses) 14:43:34 although there are parts of llvm dynamically linked from the system, namely libgcc_s, libc++ and libcxxrt 14:43:44 but that's a different llvm to the one that rustc expects to use 14:45:20 dstolfa, you're probably reacting to when rustc was coring on me. . . that paste was on a different system that I upgraded to 13.4 and rebuilt the port chain that needed rust. 14:45:30 That really is a huge to chunk to rebuild. 14:53:53 rebuilding rust usually involves building a clean llvm as a part of it and a bunch of its rust dependencies which take forever to link 14:53:58 so... yeah, it takes a while (: 21:11:11 Rust source build sucks time and resources wise 22:59:37 so how good is freebsd at repelling syn flood attacks these days? 22:59:57 i ask because my current server is pretty much under synflood attack 24 hours a day, 7 days a week, forever 23:00:23 and my current server is not running bsd, and it does not handle this well 23:05:36 What is your current server running and what have you tried to handle it? 23:06:48 it runs an old version of macos and i've done nothing to handle it because there are no built in solutions for it. the syn packet protection built into pf is missing and there doesn't seem to be any way to correct that. its not something people at the genius bar are going to know anything about 23:07:08 i am behind my data center's anti ddos system but stoping syn floods specifically is not it's strong suit 23:07:41 Not familiar with Mac OS or its firewall there, sorry. 23:07:58 thats ok. i'm not asking about macos, i'm asking about freebsd :D 23:08:21 i'm overdue for a new server anyway so I'm toying with freebsd, i like how similar it is to macos in many ways 23:08:38 i haven't gotten to network/firewall stuff yet in my exploration of the system 23:42:19 https://forums.freebsd.org/threads/trying-to-fight-syn-flood.76879/ 23:42:51 lol thats my post 23:43:06 but i was actually asking about macos not freebsd 23:43:20 and thats the feature that doesn't work on macos, hopefully it does on freebsd 23:44:04 well there's freebsd pf, but also openbsd's pf as well, depending on your preference