[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

best non-linux/windows/macOS OSes thread

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 140
Thread images: 18

File: freeBSD is best OS.jpg (6KB, 274x184px) Image search: [Google]
freeBSD is best OS.jpg
6KB, 274x184px
FreeBSD best OS
>>
>>62056407
FreeBSD has the best logo. Too bad the OS doesn't live up to it.
>>
>>62056407
It's not the best OS but it's good for what it's aimed at.That is networking.I have my seedbox/NFS share box running it and have a way better experience/speed than on Linux/Windows.
>>
>>62056407
shitty driver and no support.
Call me when nvidia release deep learning sdk for bsd.
>>
I fell for the BSD meme.
Worthless shit.
>>
File: glenda_classic_medium.jpg (6KB, 172x187px) Image search: [Google]
glenda_classic_medium.jpg
6KB, 172x187px
The future and past of unix.
>>
jesus fuck how autistic are you idiots do you guys think anyone actually fucking uses FreeBSD as anything other than a meme

how do THREE of you fall for a fucking FreeBSD bait meme
>>
>>62056489
I'm not very smrt.
>>
File: Beastie sick dunk.jpg (46KB, 820x749px) Image search: [Google]
Beastie sick dunk.jpg
46KB, 820x749px
Agreed. The handbook is simply wonderful for learning anything you could ever need to know about the system, how to manage it, and how to utilize it.
>>
Meh, not sure about the best OS but it's decent, does the trick.

Installed it just the other day for shits and giggles and have enjoyed spending time getting things setup, it's no different than Linux and vice versa, seemless transition from one to another. I do like the idea of pkg and ports. Shit, I don't even mind csh.

My two cents.
>>
>>62056464
plan9 has some great ideas but it was made unusable to end users because rob pike is an autist that can't take criticism
acme and rio are some of the most unusable graphical programs i have ever seen
>>
>>62056489
Just out of curiosity, which OS do you run?
>>
File: 1982.jpg (116KB, 800x532px) Image search: [Google]
1982.jpg
116KB, 800x532px
>>62056645
In my opinion is the best window manager to exist. Perfection since 1982.
Acme is really not for everyone, but there are alternative editors.
>>
File: 1398553229411.jpg (147KB, 500x375px) Image search: [Google]
1398553229411.jpg
147KB, 500x375px
>>62056646
FreeBSD.
>>
File: giphy-facebook_s.jpg (28KB, 480x270px) Image search: [Google]
giphy-facebook_s.jpg
28KB, 480x270px
>>62056808
>>
>>62056407
yeah, freeBSD is great minus the fact there are NO FUCKING WIFI DRIVERS AT ALL
>>
>>62056407
temple os > satan os
>>
>>62056443
welcome to the world of gnu
>>
>>62057994
satan is my saviour
>>
This piece of shit has no packages for ppc or ppc64, I'm not building firefox on a dual core G5.
>>
>>62058108
>using ppc in 2017
>>
>>62056440
>dude satan is so cool le 666 XDDD
yeah fuck the logo
>>
File: 1500003868244.jpg (214KB, 1920x1080px) Image search: [Google]
1500003868244.jpg
214KB, 1920x1080px
>>62056407
OpenBSD is better because it's made by the devs for the devs. FreeBSD is made to be appealing to big companies and so the code quality suffers.

>>62056464
>>62056645
Plan9 is fucking garbage. Mouse gestures make the window manager a steaming pile of shit. Why does it support networking when you can't even view Wikipedia pages with this shit? It's about as useful as FreeDOS except nobody even knows about it.

>>62058355
Why not? I still use a PowerBook G4 with Debian.
>>
>>62058407
>FreeBSD is made to be appealing to big companies and so the code quality suffers.
you're just pulling shit out of your ass

dumb frogposter
>>
>>62057976
That's weird, I was able to get my Realtek wireless card up and running with a couple of edits to the rc and loader configuration files and an entry to the wpa_supplicant.
>>
>>62058420
OpenBSD devs don't care whether or not the end users are satisfied with it because they know what they're doing and they don't need your input unless you're there to contribute code that's up to their standards. FreeBSD is the opposite. Their graphical installer is also inferior to the OpenBSD text installer. I can get OpenBSD up and running nearly twice as fast as FreeBSD.
>>
File: foglio.jpg (142KB, 688x833px) Image search: [Google]
foglio.jpg
142KB, 688x833px
>>62057976
If it works in Windows it should work in BSD.
https://www.freebsd.org/doc/handbook/config-network-setup.html

>>62058108
You could set up a cross compiling pkg repo on another machine and use that or you could set up distcc(or an alternative) so that your compilation is distributed or set it to act in a remote only way so you issue compile commands locally but they're compiled on another machine/machines. There might be third party repos already. If you are setting up a package repo you could (and should) still set up stuff like ccache, distcc, and set your port build prefix to a ramdisk (I use tmpfs), I find with Firefox specifically it was the i/o that was killing my build times, building on ram alone helped significantly, adding in ccache, etc. only made it better.

There's a lot of guides for all of these online.

>>62058429
Every device I've used has worked out of the box except 1 intel card which I just had to accept some license to enable, literally just setting some variable from 0 to 1 in loader.conf and it told me all about it in dmesg.

>>62058367
>satan
I think Beastie is just a generic daemon. I still do remember some religious group complaining enough for them to change the logo and default boot loader ascii art, unfortunate.
>>
>>62058407
>OpenBSD
>claims to be secure
>no mandatory access control
>no jails
>no namespaces/sandboxes
they don't care about local exploits as much as they care about remote ones
OpenBSD itself might be secure, but what about other software that runs on it?
do they guarantee that everything I install from the ports is as secure as the base system or should I not use software outside the base system at all?
I guess I'll just stick to GNU/Linux, since it's actually secure
>>
>>62058556
Same with Realtek, had to accept a license with an entry to the loader.conf, caught this both in dmesg as well the man page for the driver.
>>
File: 1409939538441.png (72KB, 475x507px) Image search: [Google]
1409939538441.png
72KB, 475x507px
>>62058634
Is it terrible being dependent on anonymous attention or are you content with it? I'm always curious what drives people to act this way, my mind instantly makes the assumption that you'd have to be really repulsive to not have any other source of it. No offense intended, just curious.
>>
>>62058677
wow nice argument faggot
too bad it has nothing to do with what I said
or did you reply to a wrong post?
>>
>>62058704
>nice argument
It's an inquire not an argument. A question.
>too bad it has nothing to do with what I said
I don't think I implied otherwise.
>or did you reply to a wrong post?
Nope, I think you're being stupid on purpose for the sole purpose of garnering attention and I wanted to ask you about it, if you're not doing that then tell me so or answer the question. Or ignore it if it makes you uncomfortable, I don't care, I'm just asking, you're not obligated to answer obviously. I'm just curious and you'll get your attention either way.
>>
>>62058789
why don't you address what I actually said in my original post and explain why it's stupid instead of bullshitting
>>
>>62058407
Dumb frogposter.

There are no mouse gestures in plan 9 besides moving it and click and hold for menus.
In fact, you can view and edit Wikipedia on it - the proper way- with wikifs.

But basically you miss the point, lincuck.
>>
>>62058893
>why don't you address what I actually said
Because I have no stake the argument you're having, I'm interested in why you're acting this way. I feel like you're making the assumption that everyone who replies to you is the same person, that's typical for people not familiar with imageboards.
>>
>>62058955
>tells me I'm being stupid for making certain claims
>therefore implies my opinion is wrong
>hence an argument
>can't even explain why he thinks my opinion is wrong
>has "no stake in the argument"
how convenient
>I'm interested in why you're acting this way
what way
>you're making the assumption that everyone who replies to you is the same person
how did you get that impression
>>
>>62059080
The last few posts of yours have only reinforced my belief, I feel like you're trying to goad me into wasting our time instead of being sincere, you're continuing to dodge the question and failed to even give a stance, you're being difficult and vague on purpose to drag this out. I just wish I knew why.

If you were being genuine you could have easily just done one of these
>if you're not doing that then tell me so or answer the question. Or ignore it if it makes you uncomfortable
instead you're just trying to rope me into the argument you were previously having of which I have no stake in. Just because I assert that you are wrong does not make it the primary focus, I'm assuming you're being wrong on purpose but the whole question is above that, I want to know if that's what you're doing and if so why, it's not important to me to prove to the public why you're wrong nor to convince you that I'm right, it's to find out what your intent is. I would say "I don't know why you're having trouble understanding something so basic" but we both know why. I don't think there's any point in continuing this if you're not going to give me a straight answer, so I withdraw. Maybe someone else will humor you. For what it's worth I was just trying to understand you, if you were being genuine try not being so defensive to a simple question, I even made it clear I wasen't trying to upset you.
>>
>>62058634
>no mac
Bloat
>no jails
Uber dangerous bloat
>no namespaces/sandboxes
Bloat.
Enjoy your shitty joke of a minix clone.
>>
>>62059215
>you're continuing to dodge the question and failed to even give a stance, you're being difficult and vague on purpose to drag this out. I just wish I knew why.
I could say the same about you
>I'm assuming you're being wrong on purpose
why
>it's not important to me to prove to the public why you're wrong nor to convince you that I'm right
why did you even reply to me and imply that I am wrong in the first place if that's the case
>why you're having trouble understanding something so basic
if it's so basic, why is it so hard for you to share your knowledge
>I don't think there's any point in continuing this if you're not going to give me a straight answer
if you haven't figured out that I'm being genuine based on our interaction, you're literally autistic
>I withdraw. Maybe someone else will humor you.
oh how convenient
>if you were being genuine try not being so defensive to a simple question
you're acting like a complete fucking faggot

now are you going to tell me why I'm wrong?
>>
>>62056407

>FreeBSD best OS

Kek, not even the FreeBSD developers use it, they develop it on OSX using a VM.

It basically only exists so that companies can build proprietary products based upon it, actual end users of FreeBSD ? Count them on one hand.
>>
>>62058634
>OpenBSD itself might be secure, but what about other software that runs on it?
>do they guarantee that everything I install from the ports is as secure as the base system or should I not use software outside the base system at all?
it's called M I T I G A T I O N S

base is better but if you have to run firefox, might as well run it on openbsd, where every single program gets stack canaries, malloc protection, aslr, W^X, PIE, SROP mitigation, trapsleds, randomized libc and kernel.

or you can continue shitposting from your linux box. have fun with your grsec that nobody except hardened gentoo enables by default. oh wait, even they don't do that anymore. https://www.gentoo.org/news/2017/08/19/hardened-sources-removal.html
>>
>>62059452
>>62059323
what if some javascript malware encrypts my home folder because of some zero day firefox vuln
is there a way to prevent firefox from accessing things it needs not access
what if I want to block network access for certain programs
>>
>>62059521
sure, regular unix filesystem permissions

http://lists.dragonflybsd.org/pipermail/users/2015-August/228324.html

to block network access, i'd do the same thing: run a program a separate user and filter that user with pf

openbsd runs all its daemons as separate users, including daemons from packages
>>
>>62058429
Wtf are you talking about?
>>
>>62059561
interesting, a bit inconvenient, but thanks
>>
>>62059404
>say I'm withdrawing
>reply anyway
lel, I aint readin that shit.
>>
>>62059741
how convenient
>>
>>62059621
Added the following to /boot/loader.conf:

if_rtwn_load="YES"
legal.realtek.license_ack=1

Added the following to /etc/rc.conf:

wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"

And the following to /etc/wpa_supplicant.conf:

network={
ssid="SSID NAME"
psk="PASSWORD"
}

Wireless working as expected.
>>
>>62058634
always you faggots with "muh jails"

jails share the kernel with the host OS, they're insecure
>>
>>62059521
a lot of the more paranoid openbsd users run firefox as its own user
>>
>>62061126
chroots also share the kernel with the host OS, yet they're a recommended compartmentalization method by the OpenBSD project
>>
>>62059561
but what do I do if a program I don't expect to misbehave misbehaves and deletes all files in my home dir or something
>>
>>62059521
you can run browser as another user and not giving world-write permissions on everything
chromium and firefox have pledge bindings (chromium from port patches, ff from upstream)
>>
>>62056645
Hey, Acme is actually an amazing peace of software. It's unbloated, fast and has a very well thought out user interface once you acceppt it being differrent.
>>
>>62058677
>>62058789
>>62058955
>>62059215
I knew bsd guys were fags, but this type of extreme faggotry transcends all limits of my imagination.
Fuck you and your useless cucked "O"S.
>>
File: 1496831861684.jpg (161KB, 1300x804px) Image search: [Google]
1496831861684.jpg
161KB, 1300x804px
>>62062465
OpenBSD "security" is only in contrast to how other systems suck at this, especially Linux ignoring decade of security mitigation. Properly made software is not affected, but sometimes my Chromium still gets killed for use-after-free. If OS with such marketshare as Linux would implement proper mitigation, there would be massive shitstorm because so many things would get broken on userspace where devs don't cooperate.
Cleaner system, networking tools and interfaces one can get to understand even after a long tiring day is why OpenBSD is so comfy.
>>
>>62056430
They even lose out on the logo front,. because OpenBSD's is better
>>
>best non-linux/windows/macOS OS
why don't you create a best non-amd/intel cpu thread while you're at it, fuck off
>>
>>62063968
I'm sorry.
It won't happen again.
>>
>>62063539
It's not. The red daemon head looks sexy as fuck. OpenBSD's is an ugly 90s puffer fish. Also, when a puffer fish puffs up like that it dies...
>>
>>62062340
Regular automated offsite backups?
>>
>>62064658
what's the point in using the self proclaimed "most secure operating system in the multiverse" then?
>>
>>62062143
only when combined with privsep. FreeBSD believes jails are perfectly safe and encourages running apps as root within them. OpenBSD knows better, and does privilege separation and dropping in all their daemons so that chroots make sense.
>>
>>62064686
OpenBSD raises the bar by making it almost impossible for bad guys to exploit your programs. It does so largely through mitigations baked into the kernel and libc, combined with separating processes and files out so that classic Unix filesystem permissions can do their thing. But nothing in the multiverse can prevent you from fat-fingering a rm command. That's why backups are necessary.
>>
File: hpux.jpg (14KB, 749x262px) Image search: [Google]
hpux.jpg
14KB, 749x262px
>>62056407
HP-UX best OS

>>62056464
Linux implements a good number of Plan9 features, so at least some of the legacy survives to this day.
>>
>>62064865
>fat-fingering a rm command
that's not what I meant
look, firejail has default profiles for a LOT of common software
things that some would say it's pointless to put in a sandbox
things like mpv, mupdf, openbox, vlc, feh, evince, xonotic, gedit, gimp, inkscape, atom, wireshark, xchat, transmission, tar, unzip, etc
do you know why?
do those programs need access to absolutely everything?
the answer is no
so why allow them access?
why allow vlc network access?
why allow xonotic access to your whole home directory?
security is all about providing minimum access
on the off chance that some of those programs misbehaves, they won't be able to do a lot of damage

how does OpenBSD prevent xonotic from deleting my files?
how does it prevent vlc from sending data to a botnet master
dumb examples, but I hope you get the point
>>
So i am an avid ubuntu user and after reading all these threads i tried freebsd

That shit wouldn't even boot lol and i had no mouse???
Get a life instead of shilling your nonworking os
>>
>>62056464
Is 9front a worthwhile fork?
>>
File: forimmediaterelease.front.png (466KB, 500x647px) Image search: [Google]
forimmediaterelease.front.png
466KB, 500x647px
>>62065592
Yes.
>>
>>62065134
get a life instead of fishing for (You)'s
>>
File: Untitled.png (67KB, 1222x556px) Image search: [Google]
Untitled.png
67KB, 1222x556px
>>62062437
I use Windows you mongoloid. Why even make an assumption like that.
>>
File: NetBSD.png (18KB, 1200x919px) Image search: [Google]
NetBSD.png
18KB, 1200x919px
>>62063539
Umm sweetie...
>>
>>62067497
Why would you confess that you use Windows?

>>62067524
I like the logo and the fact NetBSD ships ksh93 in the base install.
>>
>>62067546
>Why would you confess that you use Windows?
No fear. Besides this is a BSD thread, BSD users are not insane like GNU zealots, they won't give a shit at all. GNU "people" would rather infight with BSD users anyway for whatever reason.

I don't think anybody likes GNU advocates, not Windows users, not BSD users, not even other GNU users. Terrible people.
>>
>>62067600
Sure, as long as we differentiate between Linux and GNU.
>>
>>62067546
>ships ksh93 in the base install.
They do?
>>
>>62056464
Why did they write it in a home grown dialect of C using a home grown compiler? That just insured software sharing between other operating systems was nearly impossible.
>>
>>62067749
Turns out I confused it with something and they actually ship pdksh.
Still a better shell than csh.
>>
>>62067878
FreeBSD has a version of pdksh they ship too. It's just they default everything to tcsh
>>
>>62067917
Do they have a reason to still use that evil besides muh legacy?
There are so many better shells like ksh, bash, and zsh.
>>
>>62067805
It needed to be improved, so they improved it.
>>
>>62067917
I think only root defaults to tcsh, everyone else is standard sh which I think is a derivative of Almquist sh.

>>62068081
What's wrong with tcsh? I use it on purpose because I like how it handles command history traversal. I know I can make zsh work the same way but I never saw a need for zsh. People talk up ksh a lot but never say why, I'm interested in learning about it.
>>
>>62067497
>wincuck false flagger
of course
>>
>>62068227
>What's wrong with tcsh?
Retarded scripting mess which sometimes leaks into interactive use because you sometimes want to solve things with a one liner.
Refer to this http://www.grymoire.com/Unix/CshTop10.txt
and this http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/
I'd say it's OK for interactive use, but I've never seen a point in it since there are other shells.

As for ksh, it has many enhancements for interactive use and scripting. Things like associative arrays, better arithmetic, structured variables, discipline functions, name spaces, etc. A lot of bash features come from ksh.
>>
>>62059323
>bloat
bloat is something useless that only exists for the sake of itself
how are those things "bloat"?
we all know why those things haven't been implemented yet
it's because OpenBSD devs are few, lazy and unpaid
also, nobody actually uses their OS besides them, so they have little incentive to be productive
>Enjoy your shitty joke of a minix clone.
enjoy your shitty joke of a secure operating system
>>
>>62067600
>No fear.
>on an anonymoos taliban plank
congrats faggot
I hope you're proud
>>
>>62068386
>false flag
How?

>>62068614
What's there to be proud about? Why would anyone be afraid of telling the truth while anonymous? You're not a sissy are you?
>>
>>62068775
>How?
obnoxiously shitposting and fishing for (You)'s under the guise of a bsdfag
>>
>>62068899
>under the guise of a bsdfag
In case you're being serious, I mentioned several times I had no stake in the OpenBSD argument and never claimed to be an OpenBSD user. If you thought otherwise that's your fault for jumping to such a hasty conclusion based on nothing.
>>
>>62062624
t. I have no idea what I'm talking about
>>
Newfag in /g/ here. What does everyone mean by a meme OS? Is Gentoo actually a bad distro? Are ThinkPad's actually trash?

Image irrelevant
>>
>>62058634
Are MACs and jails really relevant these days when full virtualization is so cheap?
>>
>>62058453
>i can get OpenBSD up and running nearly twice as fast as FreeBSD.

This. Installing OpenBSD is both the easiest and fastest way to install an OS.
Not to mention that OpenBSD Is secure out-of-the-box.

Their philosophy is one I can get behind:
Make it secure by default so that the user must change default settings to get it working - inadvertently learning about the security implications of enabling/disabling said program/script/setting.
>>
>>62067878
if the lack of ksh really bothers you on freebsd, you can always install mksh
>>
>>62070483
>full virtualization
rather inconvenient overkill imo
>>
>>62070565
only the base system is secure, as soon as you install a 3rd party program, it ceases being secure
>>
>>62060276
do you literally type "ssid name" and "password"?
>>
>>62071323
no
>>
>>62071368
well then how would you connect to public wifi? do you literally have to configure every network you use?

why not just you know, scan and connect like most OSes do?
>>
>>62071392
you can scan with ifconfig in openbsd i believe

don't know about freebsd
>>
>>62070483
Yes, because full virtualization is neither cheap nor built for security.
>>
>>62071392
scan:
iw dev wlan0 scan | grep SSID

connect:
wpa_supplicant -iwlan0 -c<(wpa_passphrase <SSID> <pass>) -B && dhclient wlan0

didn't even use a config file
you could function alias the long commands
>>
>>62071392
You may be stupid.
>>
>>62071392
>literally
no, figuratively
>>
>>62071315
Ah I see. I didn't think of that.
>>
>>62071451
this is helpful, thank you. good point on using an alias for the long stuff.

>>62071456
this contributes nothing
>>
>>62071508
a function, not alias (I said function alias because it technically serves as an alias)
because you're gonna want to supply arguments, like <SSID> and <pass>
>>
What's the point of free BSD?

Seriously, when would I use this instead of a normal Gentoo Installation like everyone else? Ethical argument? Functionality? E-Peen? Anything?
>>
>>62071557
there's no point to any BSD
Linux with GNU or busybox or whatever can do everything that any BSD can and more
>>
>>62071596
>and more
not really, if you think that you're really small minded and inexperienced

both suck
every operating system sucks
you also suck
>>
>>62071623
>not really, if you think that you're really small minded and inexperienced
tell me then, what can *BSD do that */Linux can't?
>both suck
>every operating system sucks
yeah everything sucks
but Linux certainly sucks less than anything else (prove me wrong)
>you also suck
y-you too
>>
>>62071508
>this contributes nothing

And stupiding all over the place is actively unhelpful.
>>
>>62071714
don't be mean to n00bz
>>
>>62071451
I get a "command failed, no such device (-19)" error on the first command, any idea what's up?
>>
>>62071740
>any idea what's up?
yeah, you've got no such device
replace wlan0 with your wifi interface (device)
you can see what it is when you run ifconfig
>>
>>62071758
ah, thanks!
>>
>>62071790
np
>>
>>62071802
i've figured out it's actually called wlol rather than wlan0, oddly enough. thanks again for all your help, anon, and sorry for my lack of understanding.
>>
File: 1497187748999.png (16KB, 327x192px) Image search: [Google]
1497187748999.png
16KB, 327x192px
>>62056407
install source mage
>>
File: -20C.jpg (54KB, 300x359px) Image search: [Google]
-20C.jpg
54KB, 300x359px
>>62056808
Whut
>>
i still don't understand why portmaster is not bundled with freebsd
>>
>>62072270
stop shilling your botnet distro
>>
>>62064982
Linux just implements a tiny bit of the surface features.
>>62065592
It's pretty good.
>>62067805
Their C is standard; just their standard library is a bit different from Unix. They did that because old one was archaic. Theres plan9port so its not that hard to have the new library on unices.
>>
>>62067497
enjoy your proprietary (as in non-free) operating system
>>
>>62073581
I'll try my best. It gets better with each release but there's still a handful of things about it that are frustrating to deal with. Unfortunately there's no real alternative, OS X seems like a good contender but audio doesn't work on my system with it, which is kind of important.
>>
>>62071315
The ports tree is audited and patched to keep full W^X too.
>>
>>62074103
Linux audio is unironically really nice these days. MIDI and output juggling is 100% plug and play, and JACK exists for real time.
>>
File: 1481763072137.jpg (56KB, 907x661px) Image search: [Google]
1481763072137.jpg
56KB, 907x661px
>>62074125
>Linux audio is unironically really nice these days.
>pulse audio
>>
>>62074125
I think Windows handles audio the worst so anything is a step up in that regard, I heard good things about OS X's "core audio" but I've never looked into it myself, I've used OSS on FreeBSD and it's never given me issues.

What I meant though was not the sound system but I guess drivers, people say the hardware I have is supported but I install the drivers for it and get no output.
>>
>>62074148
PulseAudio has come a long way. I get better audio with it than with raw ALSA nowadays.
>>
>>62065118
OpenBSD introduced the pledge(2) API to restrict capabilities of software. Almost every program in base uses it. Only a handful of ports use it though.

If you read earlier in the thread, you'd see where people run Firefox and other desktop programs as separate users, which provides filesystem isolation and easy network filtering with pf. It only requires simple configuration, but it's not seamless. So if Firejail works like you say, that's definitely an area OpenBSD could improve on.

The mitigations OpenBSD does provide make a serious impact in reducing exploitability of applications though.
>>
>>62071315
running non-base programs is definitely a step down in security, but it's way better than running those same programs on linux
>>
>>62074125
Linux audio is unironically fucked and they shouldve just used oss again
>>
i've said it a million times. only reason your precious mac exists is because it was made mandatory in government policy (usa). how does it feel when your "security" is mandated by beaurocracy? no one uses that annoying shit unless their boss tells them to.
>>
>>62075028
this

SELinux is literally known for the fact that people disable it as soon as it inconveniences them
>>
>>62071323
No. One would use their own SSID and password.
>>
>>62071323
>the current state of /g/
Its uppercase idiot. shits case sensitive.
>>
>ITT butt hurt loonix fags who can't load modules or read the handbook

Seriously I learned so much with freebsd about unix and freebsd itself. That fucking handbook and the forums were God incarnate. Learned more in a month of FreeBSD than an entire year of linux.
>>
>>62075042
As a lifelong Windows users I knew immediately that SELinux was the UAC of Linux.
>People are complaining about our lack of security, we need a solution for this
>okay we have a solution but we also need to maintain compatibility so we'll make it configurable, including a setting that makes it as if you don't even have it at all
>>
>>62071392
>why not just you know, scan and connect like most OSes do?
You can and there are graphical network managers to prettify it if you want that.
Thread posts: 140
Thread images: 18


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.