Posts61-69
PostgreSQL 11 on OpenBSD 6.5: Install
This post shows how to install PostgreSQL on OpenBSD and set it up. I wrote about the same theme last year, and now the version of PostgreSQL in OpenBSD has been upgraded 10.3 -> 11.2 as the OpenBSD has 6.3 -> 6.5. Happily, what I had to do was just to follow the same process.
... ReadLet's Encrypt: Certbot with httpd on OpenBSD 6.4
Intro
Let’s Encrypt is “a free, automated, and open Certificate Authority”. Certbot is “an easy-to-use automatic client that fetches and deploys SSL/TLS certificates for your web server”, well known as “the official Let’s Encrypt client”.
... ReadPHP-FPM 7.2 on OpenBSD 6.4
Time Zone management on OpenBSD 6.4
php72_fpm on OpenBSD 6.4 doesn't work by default: How to fix
Summary
In OpenBSD, installing PHP by
... Readpkg_add
(ofports
) is followed by installing php-fpm automatically. (It’s nice 😃)rcctl: How to debug on OpenBSD 6.4
OpenBSD ftpd 6.4: FTP server
OpenBSD httpd 6.3: Web server
PostgreSQL 10 on OpenBSD 6.3: Install
This post shows how to install PostgreSQL on OpenBSD and set it up.
✿ ✿ ✿Environment
- OS: OpenBSD 6.3
- DB: PostgreSQL 10.3
✿ ✿ ✿Procedure
* note: In code areas, the leading
... Read#
means execution by superuser; It is equal to usingdoas
command (as root), while the leading$
means by general users.