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 OpenBSD:
Last Articles:
Category: OpenBSD
Light webserver
Posted on 2017-05-01 14:49:00 by Vincent in OpenBSD fapws
In this post I would like to share some feedback concerning the Fast Asynchronous Python Web Server I'm using for this web site.
Fapws is no more updated since 2012 !!! Should I migrate to something better: httpd ?
Read moreFreeplane on OpenBSD
Posted on 2017-01-24 22:29:00 by Vincent in OpenBSD Project Management
As you can find in this blog, I'm a fervent user of freeplane to structure tasks, ideas, ...
With this new post on this blog, I will show you how simple it is to have such great tool on an OpenBSD desktop machine.
So, you just need to have Xorg running. It can be via a windowing manager (Openbox, lumina, xfce, Gnome, ...)
My preferred Desktop environment for OpenBSD
Posted on 2016-12-02 15:46:00 by Vincent in OpenBSD Desktop
In my previous post, I've explained how easy it is to install a desktop environment on OpenBSD. I've used the Lumina Desktop Environment because it's a complete desktop environment (file manager, panel, task bar, ...). Moreover Lumina is developed on BSD systems (FreeBSD), it's new and it's a promising desktop environment.
In this post I'll explain how and why I'm using Openbox for my desktops, why Openbox is my preferred window manager, and I will share some tips.
Read moreOpenBSD is perfect for desktop too
Posted on 2016-11-27 23:14:00 by Vincent in OpenBSD Desktop
Some persons are amazed to see that OpenBSD is a perfect OS for desktops and laptops. This post will show you how simple it is to install desktop's application on top of OpenBSD
Read moreBlock bad visitors with PF
Posted on 2016-11-06 17:04:00 by Vincent in OpenBSD Firewall
Those days, when you fire-up a new machine, it takes few hours that bad persons are trying to connect to your machine via ssh, try default URL with default passwords, ...
This post will explain how OpenBSD can easily helps you to ban those persons out of your machine for quite a long time.
Read moreNFS settings for a Linux client connected to an OpenBSD NFS server.
Posted on 2016-10-20 21:48:00 by Vincent in OpenBSD Nas
You are an happy owner of a NAS running on OpenBSD proposing NFS shared drives. And your life is perfect with OpenBSD client (maybe you have read one of my article on that subject). But this idilyc echosystem is in danger when a friend of you comes and connects is brand new Linux laptop on your NFS server.
Read moreSpecific keys on USB keyboards and OpenBSD
Posted on 2016-09-28 22:41:00 by Vincent in OpenBSD Desktop
If you are using an USB keyboard, there is standard tool in OpenBSD which allows you to assign specific commands to each of those keys. No need to install extra package, it's already part of the default OpenBSD install
Read moreBest practices for NFS on OpenBSD
Posted on 2016-08-22 19:41:00 by Vincent in OpenBSD Nas
Let me share my expertise for the best parameters of NFS client on a laptop running OpenBSD.
Read moreHow OpenBSD find a place in my Hifi installation ?
Posted on 2016-07-26 21:14:00 by Vincent in OpenBSD Hifi
I will explain how OpenBSD has become the key element in my Hifi installation. Close to Keff speakers, Arcam amplifier and Cambridge Audio DAC, I've placed a small OpenBSD machine. Why ? How ? I'll explain it.
Read moreMy simple Time Machine on top of NFS
Posted on 2016-07-24 13:58:00 by Vincent in OpenBSD Nas
In this post I'll explain what I did in order to have the concept of Time machine on my NFS server. As you can imagine this solution relies mainly on the HardLink concept and use rsync to perform the tasks. All of this is embedded in a small shell script. It works well on my OpenBSD machine, but should also works on any Unix-like machines.