The hotplugd daemon monitors the hotplug(4) pseudo-device, acting on signaled events by executing the scripts in the
/etc/hotplug
directory.
The following is a modified version of TuM'Fatig's Automount USB stick on OpenBSD. You can also find My OpenBSD Setup post describing my personal experience …
Since OpenBSD Network Stack Internals by Claudio Jeker at AsiaBSDCon 2008, there's a noticeable changes in OpenBSD network stack. obviously the removal of using softnet task queue for forwarding IP packets which is now done by almost a complete run (passing packets from Incoming Interface …
Today, I'm going to write about my personal experience with OpenBSD on my Laptop as an OpenBSD user. I think I will come back day to day and update this blog post, but currently the following topics are coeverd:
In computer programming and computer security, privilege separation is a technique in which a program is divided into parts which are limited to the specific privileges they require in order to perform a specific task. This is used to mitigate the potential damage of a computer security vulnerability …
If you haven't introduced to Pelican yet, you should probably read from this blog:
Pelican is a static site generator, written in Python, that requires no database or server-side logic.
By creating a pelican project, a Mekfile will be created (by your confirmation) to ease the process …