Posts31-40
pecl commands on OpenBSD 6.7
Summary PECL is “The PHP Extension Community Library”. In OpenBSD, some PECL libraries such as imagick are available as ports packages. ...
ReadLighthouse: Full marks got our website hosted on OpenBSD server (on 2022-02-20)
Yay, our website, obsd.solutions, on OpenBSD server got full marks on Lighthouse !!! It is hosted on our OpenBSD server with httpd, their default web server. ...
ReadOpenBSD ftpd 7.0: FTP server
Summary OpenBSD has its own FTP server called ftpd. ftpd, the FTP daemon, is installed and disabled by default. All what to do in order to use it is just run rcctl enable and rcctl start. ...
ReadVirtualBox 6 and OpenBSD 7.0: How to create a vm
Summary The post is about how to create a OpenBSD vm with Oracle VM VirtualBox briefly with some screenshots. ...
ReadPHP-FPM 8.0 on OpenBSD 7.0
Summary PHP-FPM, PHP FastCGI Process Manager, is a part of PHP package in OpenBSD packages nowadays. So installing PHP (php-? ...
ReadOpenBSD httpd 7.0: Web server
Summary OpenBSD httpd OpenBSD has its own web server called “httpd”. To be frank, it seems to have less conf examples and tutorials. ...
ReadOpenBSD pkg_add didn't work due to incorrect system time
Summary I met errors on pkg_add and syspatch just after installing OpenBSD on VirtualBox the other day. They were printed as TLS handshake failure and I solved by modifying /etc/installurl. ...
ReadPostgreSQL 13.5 on OpenBSD 7.0: Install
Summary OpenBSD 7.0 was released and PostgreSQL was upgraded to 13.4 then. In addition, it is now 13.5. The installation process of PostgreSQL server in OBSD 7. ...
ReadOpenBSD pkg_add didn't work due to ocsp verify failed
What happened Just after installing OpenBSD onto VirtualBox, I couldn’t use syspatch and pkg_add due to the error: $ doas pkg_add -u https://cdn. ...
ReadMariaDB 10.6 (and NextCloud): COMPRESSED Row is read-only by default
I upgraded OpenBSD 6.9 to 7.0 yesterday. It brought MariaDB upgrade: 10.5 to 10.6. I checked my.cnf change and it seemed all right. ...
Read