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

Ignore this toot just testing something.#FreeBSD

Uncategorized
32 9 114

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    5 Views
    FreeBSD Closes the Laptop Gap — Year One UpdateWe’ve published a Year One update on the Foundation’s ongoing work to improve laptop and desktop support in FreeBSD. The article highlights progress in hardware enablement, driver development, installer changes, and the roadmap for continued improvements in 2026.Read the update:https://freebsdfoundation.org/blog/freebsd-closes-the-laptop-gap-year-one-project-update/#FreeBSD #OpenSource #LaptopSupport #FreeBSDFoundation
  • 0 Votes
    1 Posts
    8 Views
    Started to touch FreeBSD jail and Bhyve VMs, using them for some programming project. Damn, if only I have such unlimited power near 15 years ago, when I was in university!Need to have a building environment with some libraries for FastCGI and PostgreSQL installed? No problem, write a Bastillefile which enables sshd and mounts my catalog with projects inside the jail via the nullfs magic. Then create thin jail, apply this template to it and boom — I have a ready development environment with ssh access and all necessary stuff. Just connect to it and build the program, all necessary sources are already here.Need to test program on the NetBSD? No problem — just create Bhyve VM with preinstalled netbsd template, then install OS with comp set and setup some services: Nginx, PostgreSQL, spawn-fcgi, etc… Then type C-x d /ssh:drag0n@10.0.0.2:~ in the Emacs, copy sources via Dired and I can test my program on the environment, as close as possible to the my home server.All things looks so integrated in the OS and console software are so good, that it is incomparable with my Docker trips at work When programming become fun again #FreeBSD #bhyve #Bastille
  • OK...

    Uncategorized freebsd
    1
    0 Votes
    1 Posts
    9 Views
    OK... So like the encrypted home ZFS thing in #FreeBSD. How come I have to log in as root on every boot up and "zfs load-key" and "zfs mount" manually? Is there a way to do that on login or should I just give up using encryption on $HOME?
  • 0 Votes
    1 Posts
    11 Views
    Keep your FreeBSD system cool with built-in temperature monitoring!No ports needed, just sysctl and a simple shell script. Perfect for FreeBSD 14.x users who want lightweight, dependency-free thermal monitoring.Quick, practical, and very Unix.https://codeberg.org/Larvitz/gists/src/branch/main/2025/20251009-FreeBSD_Temp-Monitoring.md#FreeBSD #BSD #SysAdmin #Unix