-
nicholaus04
Howdy, folks!
-
delta0
Does anyone know of a terminal based way to read the FreeBSD Documentation without installing an additional tool?
-
delta0
I have something I created, but think there has to be something that does this already within the OS
-
ketas
was it in *roff too?
-
ketas
never checked
-
ketas
unsure what markup handbook used
-
delta0
I do not know what ketas is
-
delta0
I mean what *roff is
-
ketas
well manpages are i think only thing that base has viewer for
-
delta0
That's what I thought. I wonder why that is
-
the_oz
AsciiDoc could use a rst generator
-
delta0
What is that?
-
delta0
Ah. EPL license.
-
the_oz
AsciiDoc is what the documentation files asre written in,
docs.freebsd.org/en/books/fdp-primer/doc-build
-
the_oz
so the idea is make rst would build to rst files
-
delta0
Oh okay. Could someone take a look at my script, which uses the freebsd handbook package to make it terminal readable?
-
ximon
HER the plastic is always the worst
-
ximon
because of microplastic
-
briandaed
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
-
ximon
guys is it possible to run Freebsd on a playstation 3
-
ximon
xd
-
TommyC
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.
-
briandaed
TommyC: thanks, so planning package support one should take care of two branches, right?
-
TommyC
It should. Ports has quite a bit of separation from the base system.
-
briandaed
TommyC: thanks again, that's what I needed.
-
CrtxReavr
-
dstolfa
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)
-
dstolfa
although there are parts of llvm dynamically linked from the system, namely libgcc_s, libc++ and libcxxrt
-
dstolfa
but that's a different llvm to the one that rustc expects to use
-
CrtxReavr
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.
-
CrtxReavr
That really is a huge to chunk to rebuild.
-
dstolfa
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
-
dstolfa
so... yeah, it takes a while (:
-
SponiX
Rust source build sucks time and resources wise
-
GoSox
so how good is freebsd at repelling syn flood attacks these days?
-
GoSox
i ask because my current server is pretty much under synflood attack 24 hours a day, 7 days a week, forever
-
GoSox
and my current server is not running bsd, and it does not handle this well
-
TommyC
What is your current server running and what have you tried to handle it?
-
GoSox
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
-
GoSox
i am behind my data center's anti ddos system but stoping syn floods specifically is not it's strong suit
-
TommyC
Not familiar with Mac OS or its firewall there, sorry.
-
GoSox
thats ok. i'm not asking about macos, i'm asking about freebsd :D
-
GoSox
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
-
GoSox
i haven't gotten to network/firewall stuff yet in my exploration of the system
-
the_oz
-
GoSox
lol thats my post
-
GoSox
but i was actually asking about macos not freebsd
-
GoSox
and thats the feature that doesn't work on macos, hopefully it does on freebsd
-
the_oz
well there's freebsd pf, but also openbsd's pf as well, depending on your preference