Posts21-30
MinIO on OpenBSD 7.2: Install
Summary
MinIO is one of object storage suites compatible with AWS S3. It is written in Go (Golang) and offers high performance. It is also open source, and available as backend object storage service on private cloud and so on.
... ReadOpenBSD Disk Encryption: Change passphrase
Is it possible to change the passphrase after applying Full Disk Encryption by it to your OpenBSD server ?
Yes !! This post shows how. It’s a really simple way with bioctl.
... ReadPleroma 2.5.0 with Elixir 1.11 on OpenBSD 7.1
Announcement: Search is now available !!
We succeeded in implementing search in this website ;)
You can find the menu at the top (or jump there with the link in this post) !!!
... ReadOpenBSD Full Disk Encryption (on VirtualBox)
Summary
OpenBSD supports full disk encryption (FDE) with softraid and bioctl. The tutorial for it is officially provided. With FDE, even if you lose your computer, your data is strongly protected (as long as the key is in safety).
... ReadAnnouncement: RSS feeds are now available !!
We got request about RSS feeds of our blog via contact form.
... Read
Thank you so much for your interest on our update ;)PostgreSQL 14.5 on OpenBSD 7.2: Install
Summary
In OpenBSD 7.2 release, PostgreSQL was updated to 14.5. This post shows how to install it on the latest OpenBSD.
... ReadOpenBSD Upgrade 7.1 to 7.2
How to change user password to the weak forcedly on OpenBSD 7.1 (not recommended)
When you try to change user password on OpenBSD and it is not strong enough, you will see the error:
$ passwd Changing password for <youruser>. Old password: New password: Please use a more complicated password. Please use a different password. Unusual capitalization, control characters, or digits are suggested. New password:
You had better follow the messages.
... ReadPostgreSQL 14: TLS Connection
Summary
To use PostgreSQL as external database servers, it’s better to use TLS/SSL connection. This post shows how to generate certificates, configure servers and verify them.
... Read