Thank you for visiting!
My little window on internet allowing me to share several of my passions
Categories:
- OpenBSD
- FreeBSD
- PEKwm
- Zsh
- Nvim
- VM
- High Availability
- vdcron
- My Sysupgrade
- FreeBSD
- Nas
- VPN
- DragonflyBSD
- fapws
- Alpine Linux
- Openbox
- Desktop
- Security
- yabitrot
- nmctl
- Tint2
- Firewall
- Project Management
- Hifi
- Alarm
Most Popular Articles in OpenBSD:
Last Articles:
Category: OpenBSD
update version of xenodm loginscreen
Posted on 2019-07-20 08:54:00 by Vincent in OpenBSD Desktop
After my blog on [xenodm](/post/post_20190626), I've received several interesting remarks. So, this blog is to integrate some of those remarks (not all) and to include a nice looking dynamic picture.
Read more ...Fapws4 a Fast Asynchronous Python Web Server
Posted on 2019-07-17 14:34:00 by Vincent in OpenBSD fapws
Fapws4 is a re-write of [fapws3](http://www.fapws.org), but using libraries like [libuv](https://github.com/libuv/libuv) and [picohttpparser](https://github.com/h2o/picohttpparser). So, the goal is to build a very fast python web server where most of the processing aspects are written in C. The developer using it, will have to simply write the logic of his web pages in Python.
Read more ...Nice looking and light login screen for xenodm
Posted on 2019-06-26 22:23:00 by Vincent in OpenBSD Desktop
In this blog, I will describe how I've build a simple, but still nice looking login screen based on [xenodm](http://man.openbsd.org/xenodm).
Read more ...In the series of Fast Asynchronous Python web servers
Posted on 2019-06-15 08:22:00 by Vincent in OpenBSD fapws
As already discussed on this blog, I'm a user of [Fapws3](http://www.fapws.org) since several years. I like his small foot print in memory, simplicity to use in Python. But it runs only with Python-2.x and cannot manage correctly POST commands with big files. So, I've decided to jump into the C programming language and develop Fapws4. An evolution of Fapws3, that do not have those pain points. In this blog, I will show you first results of Fapws4
Read more ...How to filter files for a backup ?
Posted on 2019-05-05 16:12:00 by Vincent in OpenBSD Nas
With the posix [tar](http://man.openbsd.org/tar) command, we cannot exclude files' pattern like [gnu-tar](https://www.gnu.org/software/tar/manual/tar.html) does. This article will propose some alternatives.
Read more ...Simple way to generate strong passwords
Posted on 2019-03-16 16:19:00 by Vincent in OpenBSD Security
More and more persons are using a password storage system. Thanks to those systems, we can put complex passwords in our different applications. So, the next need is to create such complex password. This blog will explain how to do it. At the end of the blog, you will see how to perform this on OpenBSD in a simple and efficient way
Read more ...moving from vim to nvim
Posted on 2019-03-08 13:47:00 by Vincent in OpenBSD Nvim
I'm a vim user since several years. This blog explain how I move to neovim.
Read more ...News concerning Yabitrot
Posted on 2019-02-19 20:36:00 by Vincent in OpenBSD Nas yabitrot
In this blog some news concerning the last changes implemented in yabitrot version 0.4
Read more ...A non standard method to update OpenBSD
Posted on 2019-02-11 22:16:00 by Vincent in OpenBSD
In this blog I'll share the method I'm using to upgrade my OpenBSD machines without using the console.
Read more ...Fapws versus GO
Posted on 2019-02-10 21:17:00 by Vincent in OpenBSD fapws
I'm still looking for a replacement to the good old [fapws](http://www.fapws.org) web server. So, in this blog, I will put fapws in front of web server written in [Go](https://golang.org)
Read more ...