It is 2024 and people are still using Window Maker, the X11 window manager that reproduces the elegant look and feel of the NeXTSTEP user interface . One of them does not live in 1997 any more and has an irresistible love for flat themes.Continue reading...
I got an HP Color Laser 150nw wireless printer some time ago and never really tried to use it with OpenBSD. Mostly because printers are… printers. But after discovering that it works well on my wife’s Slackware Linux laptop (better than on Windows 10), I decided to give it a try using OpenBSD.Continue reading...
Since the moment I started having servers in my house, I always put them under my desk or in a bookshelf. They shouldn’t be visible; because of Wife Acceptance Factor . They shouldn’t be too noisy; because I can’t stand fan’s noise. This led to pretty complicated arrangement as computers have not always been that small and that fanless.Continue reading...
When you edit a script using Vim, you may want to run the script without actually quitting the editor.
This is easily done using the following Vim command:
<Esc>:!%<Enter> Once the script has run, Vim will display its output and pause until you Press ENTER or type command to continue.
That’s all. It is published here so that I don’t have to query stackoverflow the next time I forget about it 🤣Continue reading...
Using OpenBSD as a daily driver, I got used to having programs being restricted in their permissions. Especially Web Browsers from ports that are patched to implement pledge(2) and unveil(8). Long story short, this guarantees that Firefox, Chromium & friends will get killed if they try to access system resources that they were not allowed to access; be it a device or a file system space.
FreeBSD 14.1, AFAIK, does not implement such feature. And getting a bit paranoid because of “Fish Linux” , I decided my FreeBSD Web browsers should be living in jail.Continue reading...