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 got:
Last Articles:
Category: got
My day to day with got (gameoftrees): tips to use this tool correctly
Posted on 2026-03-01 16:32:00 by Vincent in got
In this post share some of the tips I'm using with got (Game of trees). This page will evolve surely in the future
.
Read moreTwo small tools facilitating usage of gameoftrees
Posted on 2026-02-21 23:42:00 by Vincent in got
While working with my self-hosted Got server, I added two lightweight tools to improve everyday usage of got repositories. Both aim to solve practical features while keeping the spirit of simplicity of gameoftrees.
Both tools are totally independent. One is a cgi scrip to install on a gotwebd instance; the other is pure local on the dev machine.
Read moreHow I add a new project on my got server
Posted on 2026-02-19 20:12:00 by Vincent in got
This post explains how to create a repository on a development machine, publish it on a gotd server, and configure access permissions. By the end, you will have a fully functional workflow for cloning, developing, and sending changes to your own hosted repository.
Install python3 inside an OpenBSD chroot environment for later cgi scripts
Posted on 2026-02-17 20:19:00 by Vincent in got
On OpenBSD, the built-in httpd runs inside a strict chroot located at /var/www, which greatly improves security but also limits available system resources. When trying to execute Python CGI scripts, administrators often encounter missing shared library errors. This happens because the chroot environment does not automatically include the base system libraries required by Python. In this article, we’ll walk through the exact steps needed to properly install Python 3.12 inside the OpenBSD chroot and make it fully functional.
How I've transferred my projects from git to got while keeping all history
Posted on 2026-02-13 22:43:00 by Vincent in got
In this blog, I explain what I did to transfer my development projects from git on my brand new got server. Since got is based on git repository, there is nearly nothing specific to do.
Just migrate your .git folder in your got repository and it will work.
Read moreHow I've setup got (from gameoftrees.org) on my machines
Posted on 2026-02-12 21:15:00 by Vincent in got
In this post I will share what I did to have got (gameoftrees.org) working on my dev machines and also working on my webserver.
I will explain the detailed commands I did to have a the web interface, to be able to clone a repository anonymously and with all required security.
I will cover the possibility to clone and "push" my code to this server.
At then end, I'm trying to convince most persons to give got a try ;)