FreeBSD vs OpenBSD: Which is Right for You?
FreeBSD vs OpenBSD. Which is more secure? Which is faster? Which is generally superior? Both have their strengths and weaknesses, and both appeal to different audiences depending on needs.
https://www.ateamsystems.com/tech-blog/freebsd-vs-openbsd-which-is-right-for-you/
#system
FreeBSD vs OpenBSD. Which is more secure? Which is faster? Which is generally superior? Both have their strengths and weaknesses, and both appeal to different audiences depending on needs.
https://www.ateamsystems.com/tech-blog/freebsd-vs-openbsd-which-is-right-for-you/
#system
👍2🔥1
👍5
OpenBSD Gaming Updates Q2 2022.
It's been a little quieter on the subreddit for a while, but that doesn't mean that nothing is happening in OpenBSD gaming! With the final touches being applied before the OpenBSD 7.1 release, this is as good a time as any to give a bit of an overview of recent developments and useful resources...
https://www.reddit.com/r/openbsd_gaming/comments/u5tdzy/openbsd_gaming_updates_q2_2022/
#desktop #games #system
It's been a little quieter on the subreddit for a while, but that doesn't mean that nothing is happening in OpenBSD gaming! With the final touches being applied before the OpenBSD 7.1 release, this is as good a time as any to give a bit of an overview of recent developments and useful resources...
https://www.reddit.com/r/openbsd_gaming/comments/u5tdzy/openbsd_gaming_updates_q2_2022/
#desktop #games #system
How to talk to a local IPMI under OpenBSD.
Much like Linux, modern versions of OpenBSD are theoretically able to talk to a suitable local IPMI using the standard ipmi(4) kernel driver. This is imprecise although widely understood terminology; in more precise terms, OpenBSD can talk to a machine's BMC (Baseboard Management Controller) that implements the IPMI specification using one of a number of standard interfaces, as covered in the "System Interfaces" section of ipmi(4). However, OpenBSD throws us a curve ball in that the ipmi(4) driver is normally present in the default OpenBSD kernel but not enabled...
https://utcc.utoronto.ca/~cks/space/blog/unix/OpenBSDLocalIPMI
#ipmi #hardware
Much like Linux, modern versions of OpenBSD are theoretically able to talk to a suitable local IPMI using the standard ipmi(4) kernel driver. This is imprecise although widely understood terminology; in more precise terms, OpenBSD can talk to a machine's BMC (Baseboard Management Controller) that implements the IPMI specification using one of a number of standard interfaces, as covered in the "System Interfaces" section of ipmi(4). However, OpenBSD throws us a curve ball in that the ipmi(4) driver is normally present in the default OpenBSD kernel but not enabled...
https://utcc.utoronto.ca/~cks/space/blog/unix/OpenBSDLocalIPMI
#ipmi #hardware
🎉23👍14🔥12😱1
👍5🔥1🎉1
Let's install OpenBSD/riscv64 on QEMU
I wanted to get in on the OpenBSD/riscv64 bandwagon, but I don't have the money to spend on fancy new hardware. Fortunately, QEMU has RISC-V support. Unfortunately, I could not find any instructions to install OpenBSD on it. We'll just have to figure it out ourselves...
https://briancallahan.net/blog/20220418.html
#install #riscv64 #install
I wanted to get in on the OpenBSD/riscv64 bandwagon, but I don't have the money to spend on fancy new hardware. Fortunately, QEMU has RISC-V support. Unfortunately, I could not find any instructions to install OpenBSD on it. We'll just have to figure it out ourselves...
https://briancallahan.net/blog/20220418.html
#install #riscv64 #install
👍2🔥2
iblock: block scanner TCP connections under OpenBSD.
iblock is a software whose purpose is to detect TCP connections, on specific ports, in order to block the corresponding IP addresses, through Packet Filter...
https://doc.huc.fr.eu.org/en/monitor/iblock-openbsd/
#network
iblock is a software whose purpose is to detect TCP connections, on specific ports, in order to block the corresponding IP addresses, through Packet Filter...
https://doc.huc.fr.eu.org/en/monitor/iblock-openbsd/
#network
👍3🔥1
Let's try V on OpenBSD.
A long time ago, I submitted a patch for V. And then I mostly forgot about V. GitHub recently reminded me of its existence. Let's see if V still works on OpenBSD. I am going to build it, see if it is easily able to be made into a port, and then try some of their upstream-developed programs...
https://briancallahan.net/blog/20220426.html
#programming #v
A long time ago, I submitted a patch for V. And then I mostly forgot about V. GitHub recently reminded me of its existence. Let's see if V still works on OpenBSD. I am going to build it, see if it is easily able to be made into a port, and then try some of their upstream-developed programs...
https://briancallahan.net/blog/20220426.html
#programming #v
👍9🔥4
How to contribute to the OpenBSD project?
You like OpenBSD? Then, I'm quite sure you can contribute to it! Let me explain the many ways your skills can be used to improve the project and contribute back.
https://dataswamp.org/~solene/2022-05-03-contributing-to-openbsd.html
#system #contribute
You like OpenBSD? Then, I'm quite sure you can contribute to it! Let me explain the many ways your skills can be used to improve the project and contribute back.
https://dataswamp.org/~solene/2022-05-03-contributing-to-openbsd.html
#system #contribute
👍12🎉1
Programming Style Influences.
The point of this post isn't try and persuade you that you should also use OpenBSD's style as an influence, but I wanted to show what the effects of a programming style influence can be. I could equally have talked about how BBC BASIC, Arm 2 assembly, Python, Template Haskell, or many other languages and systems have influenced me, and I think the overall thrust of this post would have been similar...
https://tratt.net/laurie/blog/2022/programming_style_influences.html
#code #programming
The point of this post isn't try and persuade you that you should also use OpenBSD's style as an influence, but I wanted to show what the effects of a programming style influence can be. I could equally have talked about how BBC BASIC, Arm 2 assembly, Python, Template Haskell, or many other languages and systems have influenced me, and I think the overall thrust of this post would have been similar...
https://tratt.net/laurie/blog/2022/programming_style_influences.html
#code #programming
👍3
PFRE.
PFRE is a packet filter rule editor for OpenBSD/pf. PFRE is expected to be used by beginners and system administrators alike. The UTMFW and PFFW projects use PFRE on their web administration interfaces. If you don't want to install PFRE yourself, you can download the installation files of UTMFW or PFFW to test drive PFRE easily...
https://github.com/sonertari/PFRE
#pf #firewall #network
PFRE is a packet filter rule editor for OpenBSD/pf. PFRE is expected to be used by beginners and system administrators alike. The UTMFW and PFFW projects use PFRE on their web administration interfaces. If you don't want to install PFRE yourself, you can download the installation files of UTMFW or PFFW to test drive PFRE easily...
https://github.com/sonertari/PFRE
#pf #firewall #network
👍7
Own Your Calendar & Contacts With OpenBSD, Baïkal, and FOSS Android.
In this tutorial I explain how I use Baïkal running on OpenBSD to host my own calendar and address book, and how to consume them with FOSS apps on Android. Feel free to skip the introduction if you just want to dive straight into the tutorial, it's just there to provide context for those who are new to these topics...
https://baak6.com/baikal-openbsd-fossdroid/
#caldav #cardav #baikal
In this tutorial I explain how I use Baïkal running on OpenBSD to host my own calendar and address book, and how to consume them with FOSS apps on Android. Feel free to skip the introduction if you just want to dive straight into the tutorial, it's just there to provide context for those who are new to these topics...
https://baak6.com/baikal-openbsd-fossdroid/
#caldav #cardav #baikal
👍6
🇫🇷 [FR] Installation de pare-feu redondants avec OpenBSD. Tutorial from Matthieu Herb. #video #network
Replay JRES
Installation de pare-feu redondants avec OpenBSD
Auteurs : Matthieu Herrb, Tuto long, Résumé :, Pré-requisConnaissances de base sur : les systèmes de type Unix (Linux, *BSD,…), les protocoles réseau TCP/IP, la sécurité des systèmes d'information, être capable d'utiliser un système en ligne de commande,…
👍5
OpenBSD 7.1 on PINE64 RockPro64.
This is a small write-up about installing OpenBSD 7.1 on a PINE64 RockPro64 SBC.
https://bsandro.tech/posts/openbsd-7.1-on-pine64-rockpro64/
#install #hardware #pine64
This is a small write-up about installing OpenBSD 7.1 on a PINE64 RockPro64 SBC.
https://bsandro.tech/posts/openbsd-7.1-on-pine64-rockpro64/
#install #hardware #pine64
👍7🔥1
Analyze OpenBSD’s Kernel with Domain-Specific Knowledge
In this article I want to show how we can analyze the OpenBSD kernel with domain-specific knowledge of spl(9) locking primitives, to find programming errors. This work was sponsored by Genua GmbH. Genua uses OpenBSD as a basis of many of their products. They allow developers to have a retreat twice a year for one week to hack on their own projects. This work is a result of it...
https://medium.com/@chrissicool/analyze-openbsds-kernel-with-domain-specific-knowledge-ca665d92eebb
#kernel
In this article I want to show how we can analyze the OpenBSD kernel with domain-specific knowledge of spl(9) locking primitives, to find programming errors. This work was sponsored by Genua GmbH. Genua uses OpenBSD as a basis of many of their products. They allow developers to have a retreat twice a year for one week to hack on their own projects. This work is a result of it...
https://medium.com/@chrissicool/analyze-openbsds-kernel-with-domain-specific-knowledge-ca665d92eebb
#kernel
👍1🔥1
0 Dependency Websites with OpenBSD & AsciiDoc.
I have fallen in love with a recent combination of software to make good looking websites, and having an easy to manage web server. I’m a minimalist in many ways. Really, I find that it makes my life easier. I like to keep my blog up here and don’t want to deal with database updates, language exploits, weird migrations, and so on. I also manage my church’s website. I can’t be having complex solutions that require large amounts of maintenance at multiple times a month because of a dozen pieces of software requiring version upgrades or what have you. Sure, some people have needs for elaborate content management systems, but sometimes you only need a simple site too, and why overcomplicate it?
https://blog.passwordclass.xyz/blogs/2022/06/0-dependency-websites-with-openbsd-asciidoc.html
#httpd #asciidoc #webserver
I have fallen in love with a recent combination of software to make good looking websites, and having an easy to manage web server. I’m a minimalist in many ways. Really, I find that it makes my life easier. I like to keep my blog up here and don’t want to deal with database updates, language exploits, weird migrations, and so on. I also manage my church’s website. I can’t be having complex solutions that require large amounts of maintenance at multiple times a month because of a dozen pieces of software requiring version upgrades or what have you. Sure, some people have needs for elaborate content management systems, but sometimes you only need a simple site too, and why overcomplicate it?
https://blog.passwordclass.xyz/blogs/2022/06/0-dependency-websites-with-openbsd-asciidoc.html
#httpd #asciidoc #webserver
👍2🔥2