top | item 38221972

(no title)

pseudostem | 2 years ago

1. Servers, I'm partial to openBSD because of a saner IMO /etc and works-out-of-the-box (for me). My coworker is the more freebsd kind and since he does the work, his opinion prevails.

2. I moved houses 3 days ago. Had installed MX linux prior to moving on my desktop computer. Today, no DHCP IP on my computer. Man and apropos didn't help much. Ifconfig, arp don't exist. They require an apt install. I'm clueless as to what's happening. GUI tools didn't help much. So yeah to all predictable systems including windows.

3. VSCode (which when I last checked a week ago didn't work on freebsd either) and a lot of other programs which aren't there on OpenBSD. NetBSD haven't touched, so won't comment.

4. Userland stuff. BSDs in general pitch themselves as complete OSs, but the whole getting X working is like assembling a GUI stack IMO.

5. Continuing from the previous point (yeah, I'm a hypocrite), a few hundred MBs of RAM and very little GHzs on the CPU gets you a fully functional Desktop environment. If a browser is needed, add a bit more RAM and maybe some CPU.

PS: I use really old hardware

discuss

order

wkat4242|2 years ago

Vscode works totally fine, I use it all the time. It's in the packages and ports.

pseudostem|2 years ago

I might be wrong, but VSCode didn't work (for me) on 13.x and I ran across a few forum posts for others who couldn't get it done either. I had very little time to figure out the right "distro", and VSCode was a requirement. Went to distrowatch, and installed the top choice (please don't roast me about it).

shiomiru|2 years ago

> BSDs in general pitch themselves as complete OSs, but the whole getting X working is like assembling a GUI stack IMO.

FWIW, NetBSD comes with X & ctwm out of the box. (But of course it's not the same as a whole DE you get in Debian.)

dizhn|2 years ago

ifconfig (on most linuxes) has been deprecated because it doesn't support all network features anymore. You're meant to use "ip". It also does some of what used to be netstat/route. And there's 'ss' for the rest of netstat things.