OpenBSD
1.18K subscribers
38 photos
2 videos
6 files
405 links
Download Telegram
Channel created
Game of Trees: An Implementation of Git for OpenBSD.

Got is still under development; it is being developed exclusively on OpenBSD and its target audience are OpenBSD developers.

https://gameoftrees.org/index.html

#got #git
Mini review of tog: the OpenBSD source control system.

tog has log, diff, blame, and tree views. You can start in any of the views by calling tog with appropriate sub-command, or start from default log mode and switch to tree by hitting t, blame (enter), or diff (enter on a line with a hash)...

https://akpoff.com/archive/2019/mini_review_of_tog.html

#tog
OpenBSD MAC address randomization daemon.

Just a tiny OpenBSD daemon to change periodically MAC addresses.

https://github.com/gpicchiarelli/macrandr

#github
Caesonia - OpenBSD Email Service.

Root your Inbox with a free-email alternative OpenBSD Email Service.

https://github.com/vedetta-com/caesonia

#mail
WireGuard implementation for the OpenBSD kernel

https://git.zx2c4.com/wireguard-openbsd/

#wireguard #vpn
OpenBSD stable binary packages.

"We are pleased to announce that we now also provide selected binary packages for the most recent release. These are built from the -stable ports tree which receives security and a few other important fixes..."

https://marc.info/?l=openbsd-announce&m=156577865917831&w=2

#packages #system
OpenBSD on the Lenovo ThinkPad X1 Carbon (7th Gen).

https://jcs.org/2019/08/14/x1c7

#desktop
sxxu - a tool to help build OpenBSD siteXX files.

The goals of sxxu are to help you:

- Keep configuration for your systems in a source control
- Recover from a disaster more quickly
- Do a matching install on a secondary system so you can:
- - Upgrade between versions of OpenBSD with the ability to revert
- - Replace aging hardware
- - Build a test environment before pushing changes to a production system

https://github.com/afresh1/sxxu

#github
Edge OpenBSD PF Firewall. Securing the first gate of your network.

OpenBSD comes with a built-in firewall called PF, short for Packet Filter. PF is ideal for firewalling in your DMZ zone. This blog post will show you how to create a robust edge firewall setup with OpenBSD 6.5...

https://cryptsus.com/blog/edge-openbsd-pf-firewall-securing-the-first-gate-of-your-network.html

#pf #firewall #security