Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Trying out some GhostBSD for a change.

Uncategorized
1 1 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    2 Posts
    4 Views
    @d4gli @BoxyBSD @gyptazy is always providing great, great solutions!
  • 0 Votes
    1 Posts
    10 Views
    Update for #nvidia #GPU #driver #ports on #FreeBSD to 580.95.05 landed as commit 7b1c88f42c7f4129bc96f405549f9e6b07bd6e3d. https://cgit.freebsd.org/ports/commit/?id=7b1c88f42c7f4129bc96f405549f9e6b07bd6e3dWe were pending it as kmod pkg repo still didn't have nvidia things and bapt was looking into it, but as of this information https://nvidia.custhelp.com/app/answers/detail/a_id/5703the commit was done without waiting for the reply from bapt.#FreeBSD is not entitled there, but as #FreeBSD native #drivers are known to shares most source codes with corresponding Linux versions, FreeBSD can be affected, too. So users of non-legacy versions of driver ports are strongly encouraged to upgrade.With this reason, the commit is already merged into 2025Q4, as security fix is one of the branket approval by portmgr and secteam. https://cgit.freebsd.org/ports/commit/?h=2025Q4&id=067be176997589baacd63c5e5db1981d3949cdb1Note that oldest branch listed is 535.
  • 0 Votes
    1 Posts
    8 Views
    Running 14.3-STABLE right now. Intel iwlwifi driver with an Intel AX210 card giving me full 250/40 Mbps (the maximum of my DSL line) via WiFi :) Random connection issues, that I had with -RELEASE are solved in the current -STABLE 🙂 5Ghz, 802.11ac with 80Mhz wide channel...We're making fast progress with FreeBSD on the modern desktop 🙂 #freebsd #iwlwifi #wifi #networking
  • It's that time of year again!

    Uncategorized programming unix apue
    40
    0 Votes
    40 Posts
    5 Views
    Advanced Programming in the Unix EnvironmentTool Tip: ed(1) is the standard text editorAs part of our discussion of unix development tools, we take a short detour to provide a quick walkthrough of ed(1), the standard text editor. This is not done merely to up your geek creds, but understanding ed(1) will also helps us better understand other tools like vi(1), sed(1), and ultimately even things like diff(1) and patch(1) better.https://youtu.be/mRZsV7aMK0I#apue #unix #programming #ed