sysctlview https://www.freshports.org/deskutils/sysctlview/ is a GUI utility for sysctl on #FreeBSD 
It's probably my first #opensource project πŸ‘¨β€πŸ’» , it's still in the Ports Collection πŸ“¦ and runs fine, but it hasn't been updated in years.

Maybe it's finally time to brush up on #C++ and give sysctlview a proper rewrite.
The original version uses #gtkmm (#GTK for C++), but a few years ago I ran a poll and most people preferred #qt
So maybe a QTsysctlview is on the horizon? πŸ‘€

#staytuned #sysctl #FreeBSDDev #coding #kernel #Desktop #Laptop

Okay, here's the diff!

service(8): add -s for showing status

https://reviews.freebsd.org/D37383

#FreeBSD #FreeBSDDev

βš™ D37383 service(8): add -s for showing status

service -s, a silly feature, but I like it.

Thoughts? Should I improve something?

P.S. it uses column(1) in service(8), is that even "allowed"

#FreeBSD #FreeBSDDev