Thank you for visiting!
My little window on internet allowing me to share several of my passions
Categories:
- FreeBSD
- fapws
- Nvim
- OpenBSD
- Firewall
- got
- PEKwm
- Zsh
- VM
- High Availability
- vdcron
- My Sysupgrade
- Nas
- VPN
- DragonflyBSD
- Alpine Linux
- Openbox
- Desktop
- Security
- yabitrot
- nmctl
- Tint2
- Project Management
- Hifi
- Alarm
Most Popular Articles in FreeBSD:
Last Articles:
Category: FreeBSD
I test my new version of Fapws4 against other wsgi solutions and even against apache
Posted on 2026-03-14 22:04:00 by Vincent in FreeBSD fapws
I've made lot of modificaitons inside Fapws4 those last days/weeks. It remains a strong and very fast WSGI server offering all flexibility of Python. This is mainly than,ks to the libuv library and the picohttp parser. This blog will show how Fapws4 resist to massive requests and to compare results with other SWGI solutions. I will even compare it with apache24.
AMDGPU crash with FreeBSD 15.0 on my laptop. Why and what are possible solutions
Posted on 2026-03-11 20:58:00 by Vincent in FreeBSD
I recently upgraded my machine from FreeBSD 14.3 to 15.0-RELEASE. The upgrade itself went smoothly enough, but when I rebooted into the new system, I was greeted with a kernel panic. The culprit: amdgpu.
In this blog, I will share some details and will explain the workaround I've put in place
Read moreZFS send and ZFS received do not only send your files
Posted on 2026-03-06 21:15:00 by Vincent in FreeBSD
It's important to understand that ZFS is not only a filesystem. It's also a set of parameters. And those parameters are send together with the files. One of the main paramtere is the mountpoint. Indeed, we must avoid that several datasets have the same mountpoints: /var, /home, ...
This blog post will explain some précautions before sending datasets of several machines to a central machine.
Just for my memory, few commands to update a FreeBSD 14
Posted on 2026-03-05 22:42:00 by Vincent in FreeBSD
I'm using a remote machine where I push zfs dataset 2 or 3 times per year. This blog will reminds me the steps I have to perform to update this machine. Since I rarely boot it, it's often off-sync and requires updates.
This blog explain how I did update and upgrade of my FreeBSD machines
For just my memory here is how I've configure OpenBSD and FreeBSD for a IPv6 Wifi at Fosdem
Posted on 2026-01-31 21:14:00 by Vincent in OpenBSD FreeBSD
Last year I've took notes about the way to connect to FOSDEM's wifi from my laptop doing dual boot OpenBSD and FreeBSD.
But this year those commands, were not working. So, here the new method.
For my own notes, my simple steps to create and delete FreeBSD Jails
Posted on 2025-12-26 10:09:00 by Vincent in OpenBSD FreeBSD
FreeBSD jails are one of the operating system’s most elegant features. Introduced over two decades ago, they provide lightweight, secure isolation for processes and filesystems without the overhead of full virtual machines or the complexity of Linux container setups. What makes them especially appealing today is how straightforward it is to create and destroy them — no bridges, no epair interfaces, no VNET, no NAT rules, no sysctl tweaking, and no permanent rc.conf hacks. In this post, I’ll walk you through the exact process I use to spin up a clean FreeBSD 14.3 jail and then completely remove it, demonstrating just how simple and lightweight the whole thing is.
Streaming Hi-Fi Audio from FreeBSD NAS to OpenBSD Playback Machine Using MPD and sndio
Posted on 2025-12-25 18:07:00 by Vincent in OpenBSD FreeBSD
In the world of open-source operating systems, OpenBSD and FreeBSD are renowned for their stability, security, and excellent audio support. This guide describes a clean, automated setup for streaming high-quality music from a FreeBSD-based NAS to an OpenBSD machine connected to a hi-fi DAC over optical fiber (S/PDIF). The solution uses Music Player Daemon (MPD) on the FreeBSD NAS as the music server and sndio for low-latency, high-fidelity remote audio output to the OpenBSD client.
The setup ensures that turning on the amplifier and DAC automatically prepares the OpenBSD audio system and starts playback on the NAS — all without manual intervention.
Read moreFreeBSD and securelevels: how to make immutable folders
Posted on 2025-10-02 22:09:00 by Vincent in FreeBSD
FreeBSD’s securelevels provide a unique way to enforce system integrity directly at the kernel level. Unlike file permissions or ACLs, which root can override, securelevels place a ceiling on what even the most privileged account can do.
By carefully choosing between -1, 0, 1, or 2, administrators can strike a balance between flexibility and security. Development machines remain open and adaptable, while production systems become far more resistant to tampering—even if compromised by a superuser account.
My new desktop environment on GhostBSD: pekwm
Posted on 2025-09-28 12:21:00 by Vincent in PEKwm FreeBSD
Lightweight, fast, and endlessly customizable, that’s what pekwm offers for FreeBSD systems.
But what really makes my setup useful for me is the easy integration of small scripts we can build around it.
From session restore to dynamic menus, brightness control, and even a quirky lock screen,
this desktop has grown into a personal environment that feels both minimal and complete.
It's a window manager, like many others, but with tons of shortcut keys which facilitate the day to day use.
At the end, the usage of the mouse is marginal, but really easy to use.
Read moreMy zsh config
Posted on 2025-08-03 18:42:00 by Vincent in FreeBSD Zsh OpenBSD
There are tones of zsh config on internet, but none were matching my needs. Thus, I've decided to build mine and to share it with you.
Feel free to copy / re-use part of it.