Thank you for visiting!
My little window on internet allowing me to share several of my passions
Categories:
- OpenBSD
- FreeBSD
- fapws
- Nvim
- 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 OpenBSD:
Last Articles:
Category: OpenBSD
Simple way to monitor a logfile
Posted on 2024-08-10 20:57:00 by Vincent in OpenBSD
On an old machine running and old BSD OS, I must trigger an email is some keywords are coming in a log file.
since this is a very old machine, installation of packages is no more possible.
This blog post will show a simple way I've did it with only shell script
Read moreWhen wifi is not supported, just run a VM
Posted on 2024-08-06 20:57:00 by Vincent in OpenBSD
I'm using a brand new laptop (T14s) with a wifi driver not supported by several BSD systems. So, the workaround is to install a VM host and run your preferred OS inside a VM
This blog post will show you how this impact performances
Read moreNTPD does not sync your clock on OpenBSD
Posted on 2023-12-09 22:48:00 by Vincent in OpenBSD
The clock of your OpenBSD machine is managed by NTPD. But in some cases this is not sufficient
Read moreOn OpenBSD, shell prompt to show battery's usage of your laptop
Posted on 2023-10-01 15:46:00 by Vincent in OpenBSD
For those using lot of terminal windows on your laptop, I've build a small script showing the battery's usage. His percentage, if it's charging or discharging. Color change to inform that battery is going bellow 20%.
Everythin without leaving your usual terminal window ;)
Read moreEasily have encrypted files on OpenBSD
Posted on 2023-08-21 19:43:00 by Vincent in OpenBSD
Since OpenBSD 7.3 the installation process allow you to encrypt your whole disk.
This is a nice security feature that most persons will activate on their laptop. Your CPU will increase effort to encrypt and decrypt all those files residing on your systems.
I don't know the real impact, but I estimate (via a simple and empiric measure) that full encryption could add an extra charge of 25% on my machine and thus on my battery.
This blog is for persons having an old and/or weak battery laptops running OpenBSD.
Read moreOpenbox is amazing. Here I share few tips of my setup
Posted on 2023-05-27 12:24:00 by Vincent in OpenBSD Openbox
I'm a big fan of Openbox and I use it since +10 years now. It's simple to use, has a low foot print. But it has tons of features
In this blog, I'm sharing a simple configuration aspect which facilitate my day to day.
I do not want to convince you between tiling window manager or standard window manager, but you will see that Openbox offers lot of features without touching a mouse.
Read moreAfter +5 years, I propose a method to clean up my OpenBSD laptop
Posted on 2023-02-12 15:03:00 by Vincent in OpenBSD
After several years of doing upgrades, I discovered lot of unused files on my different system's folders: /usr/X11R6, /usr/lib, ...
What is really nice with OpenBSD is that "system" is totally separated from the user space.
In this blog I will present my method to clean up the "system" part, including firmware.
Read moreSome ssh tips
Posted on 2022-09-30 09:11:00 by Vincent in OpenBSD
Despite the usual connection to a remote hosts, SSH can be used in several other cases. In this blog, I will present 3: proxy, tunnel and JumpServer.
Read moreCreate Active/Passive servers for a more resilient service (on OpenBSD)
Posted on 2022-09-09 15:43:00 by Vincent in OpenBSD
I've build a DNS server which allow me to skip ads, and all those not funny informations. All devises use it as DNS profit from this functionality, mobiles, laptops, ...
This feature is so addictive, that when I must replace his hardware, we can feel how it's annoying to not have it.
I've decided to have 2 machines in a cluster allowing me to never stop the service even during maintenance.
This is really common in our professional servers with paying solutions.
This blog will explain how to it with OpenBSD.
Read moreThe "ssh-rsa" signature type is now disabled by default