Porters handbook is above my head ...
Is there a easy way to get a list of the installed ports that doesn't have a maintainer?But, still a nice opportunity to remind everyone that every port (unless it's a candidate for removal because nobody uses it) deserves to be maintained ? Come on, adopt one
For me it is just a matter of avoiding a (too) heterogenous environment: I chose FreeBSD for servers; then I do not want to maintain Linux desktops at the same time. I would not have chosen FreeBSD as desktops alone if it had not been for the servers.You guys who use FreeBSD as a daily driver on desktops.
Just curious, why you've picked FreeBSD instead of Linux, Mac...? […]
Yes, it is an example in pkg-query(8)Is there a easy way to get a list of the installed ports that doesn't have a maintainer?
# List unmaintained packages:
pkg query -e '%m = ports@FreeBSD.org' %o
Is there a easy way to get a list of the installed ports that doesn't have a maintainer?
pkg info --pkg-message -a | grep "does not have a maintainer"
Some slacker missed the sticky....Is there a easy way to get a list of the installed ports that doesn't have a maintainer?
Nice. I'm going to try that. Thanks
Please keep in mind, sandboxing (via FreeBSD jails) is planned but not implemented yet.
what's the diff between a sandbox and a jail? I thought they were just different implementations of the same idea? ?Please keep in mind, sandboxing (via FreeBSD jails) is planned but not implemented yet.
Are you actually using plasma-wayland ? How are you achieving this?Plasma 5.27 has them, and I actually like them... I didn't like those menus in GNOME, but KDE pulled the idea off pretty nice, IMHO.
Now, to answer the OP:
It's because I like KDE... and on FreeBSD, there's very minimal config done for you, it's mostly a DIY thing. And I like that - Same great desktop as on Linux, but much more sensible underpinnings, very easy to learn and set up the way I like. I like Konsole, Dolphin, and other KDE utilities... and the FreeBSD underpinnings that they give easy access to. ZFS, in my mind, is probably the coolest feature...
oh, and I did manage to get Wayland on FreeBSD going on an RX 6900 XT, but haven't tried the network transparency part of it...
These patches allow native Chromium to call out to the Linux Widevine library
via a proxy program called foreign-cdm.
Ahhh... I pulled things together using random bits of info back when theAre you actually using plasma-wayland ? How are you achieving this?
sienna cichlid
graphics driver was new... and instructions from ADG's euroquis.nl blog (yes, including caveats and pitfalls) applied. Unfortunately, I haven't touched that rig since then - real life got in the way. Not sure if Adrian's sh script still worksAhhh... I pulled things together using random bits of info back when thesienna cichlid
graphics driver was new... and instructions from ADG's euroquis.nl blog (yes, including caveats and pitfalls) applied. Unfortunately, I haven't touched that rig since then - real life got in the way.
I do know that since then, things did improve, and devs got their ducks in a row - but that's just from reading stuff on the Internet, not even playing with it.
Good question, especially with a plethora of reasons not to. I guess force of habit. Change is hard.Why do you use FreeBSD on desktop?
What about that wonderful sendmail?Good question, especially with a plethora of reasons not to. I guess force of habit. Change is hard.
But honestly it offers a sense of safety and real value- Due to its near-zero telemetry and ability to close all open ports with ease without having to rely upon a firewall to do that job. ipconfig and "arp -s " still work and exist by default. Overall, every other OS seems like a nightmare.
this is niceI love it, feel like walking barefoot in the woods. Ouch, twigs and needles need getting used to.
apt-get/yum install <some_package>
and then it uninstalls either dpkg or rpm, or something that the GUI needs, and as such the network connection is lost and you're left with hours of trying to sort broken packages before I lose my temper and format the disk. pkg
is currently dead on my system but I still have the ports to build and update user packages as necessary (with the network connection independent of the GUI), and none of them have tried to force me to downgrade my kernel version in order to upgrade Chromium to get the annoying "Can't update" banner to sod off.