by jaypatelani on 12/17/24, 4:51 AM with 63 comments
by Aldipower on 12/17/24, 9:35 AM
by bitwize on 12/17/24, 5:20 AM
Those screen shots make me 90s in my pants. That's what a real powerhouse workstation looked like in my college years.
by donquichotte on 12/17/24, 8:46 AM
With i3wm, tmux and helix with clangd it is a capable development machine with a surprisingly modern feel, only the compile times give away that the machine is from the early 2010s. Even WiFi is working, and pkgsrc is fast and well-stocked with the newest software.
by jmclnx on 12/17/24, 1:37 PM
The 2 "new" systems (T430, T61) runs NetBSD without any issues. FWIW, if running a BSD you may want to add your dmesg here:
Also curious, what is that file manager in the print ?
by justmarc on 12/17/24, 7:33 AM
by reidrac on 12/17/24, 9:46 AM
Kind of my feelings when I run OpenBSD on an old desktop back in early 2000. It was a Pentium 133MHz IIRC and I had it as a text only (although it run X11 with WindowMaker just fine), for text things, learning, tinkering with services, and things like that.
It felt UNIX, whatever that really means.
by aaaaaaron on 12/17/24, 10:34 AM
Just like Arch Linux and Gentoo, of course.
by rfmoz on 12/17/24, 8:53 PM
It's a miracle how simple NetBSD still is, a few foo=NO in /etc/rc.conf and a check with ps auxc after rebooting, that's all.
by bch on 12/17/24, 7:10 AM
Horses for courses - it's my daily driver for development and administration. To be fair though, I relegate the vast majority of consuming the web to a mobile device.
by _joel on 12/17/24, 9:31 AM
by LAC-Tech on 12/17/24, 10:20 AM
Has also encouraged me to take another look at xterm.
by AshamedCaptain on 12/17/24, 8:57 AM
Right until there is an update or anything and a bootloader or one of its required files gets written past the 8GB barrier, rendering your system unbootable.
by 1vuio0pswjnm7 on 12/17/24, 11:07 PM
A favourite component of NetBSD for me has always been the i386 bootloader. Perhaps it is personal taste but I have not found another one that I like better.
"Even NetBSD comes with some bloatware ;-) To save as much RAM as possible, you can turn it off by adding to /etc/rc.conf:
inetd=NO
postfix=NO
cron=NO
virecover=NO
makemandb=NO
powerd=NO
syslogd=NO"
Isn't powerd off by defaultFor example, if install provided sets from https://ftp.netbsd.org/pub/NetBSD/NetBSD-9.4/i386/binary/set...
Look at https://ftp.netbsd.org/pub/NetBSD/NetBSD-release-9/src/etc/d...
"You can also reduce the amount of consoles by commenting them out in /etc/ttys."
By default only one tty is enabled
Look at https://ftp.netbsd.org/pub/NetBSD/NetBSD-release-9/src/etc/e...
NetBSD might have some "bloatware" but _the user must enable it_ first
Everything is off by default. That is one of the things that makes NetBSD great IMHO
"I was able to fix it by adding usermod disable wss to the bootloader line."
Does he mean userconf
Another option is comment the driver out in the kernel source and recompile
For example https://ftp.netbsd.org/pub/NetBSD/NetBSD-release-9/src/sys/a...
"... I think it's the ultimate UNIX to put on a spare, underpowered machine."
100%
Some folks who are not "developers" or gamers use underpowered computers every day
I've used it for decades as a daily driver
by Borg3 on 12/17/24, 9:00 AM
by wkat4242 on 12/17/24, 8:03 AM
Yeah I feel the same way though to a lesser extent about FreeBSD.
It's a great OS that doesn't try to do too much and push the latest fads on you like the mainstream Linux distros. But it's also very useable as daily driver and it is that for me.
The only thing I don't like is that it gets bloated with lots of linuxisms if you try to use something like gnome or bsd. Dbus and pulseaudio, stuff like that. It makes for a bit of a weird mix and match.