Channel: OpenBSD
clionly.host
- A free OpenBSD Shell accountIt is a free OpenBSD shell account available to anyone who can generate and use the new FIDO/U2F backed SSH keys: https://clionly.host
https://www.reddit.com/r/openbsd/comments/ouppmd/clionlyhost_a_free_openbsd_shell_account_for/
#link #service
In this guide we're going to take a look at how we can use cheap and "low end" hardware to build an amazing OpenBSD router with firewalling capabilities, segmented local area networks, DNS with domain blocking, DHCP and more.
We will use a setup in which the router segments the local area network (LAN) into three separate networks, one for the grown-ups in the house, one for the children, and one for public facing servers (a DMZ), such as a private web server or mail server. We will also look at how we can use DNS to block out ads, porn, and other websites on the Internet. The OpenBSD router can also be used on small to mid-size offices.
https://openbsdrouterguide.net/
#hardware #system #network
We will use a setup in which the router segments the local area network (LAN) into three separate networks, one for the grown-ups in the house, one for the children, and one for public facing servers (a DMZ), such as a private web server or mail server. We will also look at how we can use DNS to block out ads, porn, and other websites on the Internet. The OpenBSD router can also be used on small to mid-size offices.
https://openbsdrouterguide.net/
#hardware #system #network
OpenBSD on the Framework Laptop.
Framework is a new company offering a laptop that is designed to be repairable and upgradeable, both in terms of internal components like the screen and motherboard, and in pluggable expansion cards.
https://jcs.org/2021/08/06/framework
#hardware #install #system
Framework is a new company offering a laptop that is designed to be repairable and upgradeable, both in terms of internal components like the screen and motherboard, and in pluggable expansion cards.
https://jcs.org/2021/08/06/framework
#hardware #install #system
pfstat on OpenBSD: analyze stream on IPv4 and IPv6 through PF.
pfstat is a project made by Daniel Hartmeir to generate graphic statistiques about the network stream through the firewall PF.
https://framagit.org/sh-web/hugo/doc.huc.fr.eu.org/raw/master/content/en/monitor/pfstat-openbsd.md
#network #firewall #pf
pfstat is a project made by Daniel Hartmeir to generate graphic statistiques about the network stream through the firewall PF.
https://framagit.org/sh-web/hugo/doc.huc.fr.eu.org/raw/master/content/en/monitor/pfstat-openbsd.md
#network #firewall #pf
Recent and not so recent changes in OpenBSD that make life better (and may turn up elsewhere too).
Known to be "functional, free and secure by default", the OpenBSD operating system has played an important role in open source for more than a quarter century. It has also been fairly central to what I have done for the last two decades and some. What follows is my personal view of what life with OpenBSD has been like, with an emphasis on moments and developments that I feel made life, or at least my life, better.
https://bsdly.blogspot.com/2021/08/recent-and-not-so-recent-changes-in.html
#system
Known to be "functional, free and secure by default", the OpenBSD operating system has played an important role in open source for more than a quarter century. It has also been fairly central to what I have done for the last two decades and some. What follows is my personal view of what life with OpenBSD has been like, with an emphasis on moments and developments that I feel made life, or at least my life, better.
https://bsdly.blogspot.com/2021/08/recent-and-not-so-recent-changes-in.html
#system
Dynamic DNS Daemon for OpenBSD.
dyndnsd is a Dynamic-DNS daemon for OpenBSD. It is minimal, lightweight, intuitive, and generic/extensible enough to support any Dynamic-DNS provider.
https://github.com/mario-campos/dyndnsd
#dns #dyndns
dyndnsd is a Dynamic-DNS daemon for OpenBSD. It is minimal, lightweight, intuitive, and generic/extensible enough to support any Dynamic-DNS provider.
https://github.com/mario-campos/dyndnsd
#dns #dyndns
k2k21: hackathon. Aug 29 - Sep 4, 2021. Burg Liebenzell, Germany.
https://www.openbsd.org/hackathons.html
#hackathon
https://www.openbsd.org/hackathons.html
#hackathon
Fair Internet bandwidth management on a network using OpenBSD.
The point of this article is to explain how to use OpenBSD as a router on your network to allow the Internet access to be used fairly by devices on the network to guarantee everyone they will have at least a bit of Internet to continue working flawlessly.
I will use the queuing features from the OpenBSD firewall PF (Packet Filter) which relies on the CoDel network scheduler algorithm, which seems to bring all the features we need to do what we want.
https://dataswamp.org/~solene/2021-08-30-openbsd-qos-lan.html
#network #pf
The point of this article is to explain how to use OpenBSD as a router on your network to allow the Internet access to be used fairly by devices on the network to guarantee everyone they will have at least a bit of Internet to continue working flawlessly.
I will use the queuing features from the OpenBSD firewall PF (Packet Filter) which relies on the CoDel network scheduler algorithm, which seems to bring all the features we need to do what we want.
https://dataswamp.org/~solene/2021-08-30-openbsd-qos-lan.html
#network #pf
EuroBSDCon 2021 is Online. September 17-19, 2021.
As such, EuroBSDCon 2021 will be an online conference. Details on the practicalities will be provided closer to the event.
https://2021.eurobsdcon.org/
#conference
As such, EuroBSDCon 2021 will be an online conference. Details on the practicalities will be provided closer to the event.
https://2021.eurobsdcon.org/
#conference
Support OpenBSD’s pledge(2), unveil(2) in programming languages.
Some years ago OpenBSD 5.9 bring support of pledge(2) and later OpenBSD 6.4 bring support of unveil(2) system calls. Initially only C/C++ applications had possibility to use these system calls. Later people from community added support to many other programming languages that allows to use pledge(2) and uneil(2) in the most popular languages. Table below helps to understand status of it’s support in these languages...
https://bronevichok.ru/posts/pledge.html
#pledge #unveil
Some years ago OpenBSD 5.9 bring support of pledge(2) and later OpenBSD 6.4 bring support of unveil(2) system calls. Initially only C/C++ applications had possibility to use these system calls. Later people from community added support to many other programming languages that allows to use pledge(2) and uneil(2) in the most popular languages. Table below helps to understand status of it’s support in these languages...
https://bronevichok.ru/posts/pledge.html
#pledge #unveil
By default, scp(1) now uses SFTP protocol.
Thanks to a commit by Damien Miller (djm@), scp(1) (in -current) now defaults to using the SFTP protocol:
https://undeadly.org/cgi?action=article;sid=20210910074941
#ssh #scp #sftp
Thanks to a commit by Damien Miller (djm@), scp(1) (in -current) now defaults to using the SFTP protocol:
https://undeadly.org/cgi?action=article;sid=20210910074941
#ssh #scp #sftp
I got the J language working on OpenBSD.
J is an array programming language. That is to say, the fundamental data type in J is the array. J is a successor language of APL.
https://briancallahan.net/blog/20210911.html
#programming
J is an array programming language. That is to say, the fundamental data type in J is the array. J is a successor language of APL.
https://briancallahan.net/blog/20210911.html
#programming
obsd.jpeg
186 KB
OpenBSD development process visualized.
https://bsd.network/@ben_bai/106943409189934621
#release #system
https://bsd.network/@ben_bai/106943409189934621
#release #system
OpenBSD Webzine.
This webzine is done by volunteers who are passionate about the OpenBSD project development. Our goal is to allow people to stay informed about OpenBSD in a cool, fun and instructive way, like reading a regularly issued magazine of one's favorite hobby.
https://webzine.puffy.cafe/
#link
This webzine is done by volunteers who are passionate about the OpenBSD project development. Our goal is to allow people to stay informed about OpenBSD in a cool, fun and instructive way, like reading a regularly issued magazine of one's favorite hobby.
https://webzine.puffy.cafe/
#link
webzine.puffy.cafe
OpenBSD webzine homepage
Webzine created by volunteers who are passionate about the OpenBSD project development.
"The Style Hymn". Song for the 7.0 release.
https://www.openbsd.org/lyrics.html#70
https://ftp.openbsd.org/pub/OpenBSD/songs/song70.mp3
https://ftp.openbsd.org/pub/OpenBSD/songs/song70.ogg
#song #art
https://www.openbsd.org/lyrics.html#70
https://ftp.openbsd.org/pub/OpenBSD/songs/song70.mp3
https://ftp.openbsd.org/pub/OpenBSD/songs/song70.ogg
#song #art
HTML Embed Code: