OpenBSD
1.18K subscribers
38 photos
2 videos
6 files
405 links
Download Telegram
Security Headlines with Antoine Jacoutot

In this episode of Security Headlines, we are joined by one of the minds behind the OpenBSD project, Antoine Jacoutot. He is responsible for porting over 300 packages into OpenBSD. He is also involved in syspatch which handles security binary upgrades for OpenBSD.

https://blog.firosolutions.com/2020/12/security-headlines-antoine-jacoutot/

#system
pftable-rs

A small Rust library for managing pf tables on OpenBSD.

https://github.com/d3npa/pftables-rs

#pf #security #network
Signal-cli on OpenBSD 6.8

If anyone wants to receive or send Signal Messenger messages from the terminal, here is a short guide for installing Signal-cli.

https://www.unitedbsd.com/d/389-using-signal-cli-on-openbsd-68

#cli #signal
full-openbsd-startup-described.pdf
7.5 MB
Graphical view of the x86 OpenBSD boot process.

#system #boot
Where does the OpenBSD source code start?

To clarify the original post below, I mean when I hit the power button on my OpenBSD machine, what exactly happens? What line of code in what file does (I suppose the UEFI app) say to the CPU "okay I want you to start running this thousands-of-files-of-code software package that is OpenBSD here"?

https://www.reddit.com/r/openbsd/comments/lzw13b/where_does_the_openbsd_source_code_start/

#boot #system
Top 12 best opensource games available on OpenBSD.

This article features the 12 best games (in my opinion) in term of quality and fun available in OpenBSD packages. The list only contains open source games that you can install out of the box. This means that game engines requiring proprietary (or paid) game assets are not part of this list.

https://dataswamp.org/~solene/2021-03-07-openbsd-best-games.html?utm_source=discoverbsd

#games #desktop
ohmyksh.

A framework for OpenBSD's ksh.

https://github.com/qbit/ohmyksh

#ksh #shell
Interview with Jeremy Evans, Lead developer of Sequel & Roda.

Jeremy Evans is the lead developer of the Sequel database library, the Roda web toolkit, the Rodauth authentication framework, and many other Ruby libraries. He is the maintainer of Ruby ports for the OpenBSD operating system, and has contributed to CRuby and JRuby, as well as many popular Ruby libraries. We are happy to present a brand-new interview with Jeremy to our readers. Hope you enjoy it!

https://evrone.com/jeremy-evans-interview

#ruby #person
I got the GNU Modula-2 compiler working on OpenBSD.

When it rains it pours. After making a splash with D,1 I remembered that some time ago I began an attempt to bring the GNU Modula-2 compiler to OpenBSD. Because why not? Modula-2 is a language that exists and has compiler implementations. I guess my goal is to bring all the languages and compilers to OpenBSD. And as always, there are lessons to be learned. So let's learn some.

https://briancallahan.net/blog/20210403.html

#modula
Channel photo updated
An OpenBSD-focused Ansible playbook embedded in type-annotated Python.

openbsd-run is an Ansible playbook embedded in type-annotated Python which allows for running the Ansible playbooks directly or via command line. The goal is to trivialize deploying and maintaining OpenBSD-based services.

https://openbsd.run/

#ansible #install
OpenBSD 6.9 Router Benchmarks.

I've been using OpenBSD for my home router/gateway for years, and have run it on a number of different types of hardware. I recently got Verizon's gigabit service which is advertised at up to 940 Mb/s download and 880 Mb/s upload speeds, so I decided to benchmark some of the routers I have laying around. The contestants are:

- Ubiquiti EdgeRouter Lite: dual core 500 Mhz Cavium Octeon, Cavium ethernet using cnmac driver
- PC Engines APU4: quad core 1 GHz AMD GX-412TC Jaguar, Intel i211AT ethernet with em driver
- Ubiquiti EdgeRouter 4: quad core 1 GHz Cavium Octeon, Cavium ethernet with cnmac driver
- Supermicro E300-8D: quad core 2.2 GHz Intel Xeon D-1518 (SMT disabled), Intel I210 ethernet with em driver

https://kernelpanic.life/hardware/openbsd-router-benchmarks.html

#hardware
Opening a Garage Door Using OpenBSD on a Raspberry Pi.

OpenBSD lets one control the GPIO pins on a Raspberry Pi. Controlling a garage door is simple: connect the GPIO output pin to one side of a relay's coil, connect the 5 volt output of the Pi to the other side of the relay's coil, and connect wires from your garage's wall console to the relay's common and "normally closed" ports. Running the program below opens or closes the door. Since the Pi will be connected to the garage wall console, you'll want to enable sshd. I've named my Pi "garage" and my program "og," so I can open the door remotely with ssh garage /home/sven/bin/og

https://undeadly.org/cgi?action=article;sid=20210527120047

#hardware
Rolling Back OpenBSD PF Changes.

If you have ever done something dumb in a firewall config and locked yourself out of a machine, you will appreciate the ability to automatically roll a configuration back to a previous version after a timeout period. This is something that commercial routers and firewall devices from Cisco, Juniper, and others have implemented, though their solutions cover more than just the firewall itself.

https://kernelpanic.life/software/rolling-back-openbsd-pf-changes.html

#pf #firewall