update draft note on openbsd

This commit is contained in:
Dominic Reich 2023-11-17 16:33:20 +01:00
parent 0591f27363
commit 31f439c4cf
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -18,7 +18,15 @@ draft = true
+++
These are my notes that I want to summarize about the OpenBSD
operating system.
operating system.
## Get some filesystem information
```console
$ dumpfs /dev/rsd1a
magic 19540119 (FFS2) time Thu Nov 16 21:14:34 2023
[...] (snip; lots of output...)
```
## Python
@ -91,7 +99,6 @@ $ doas cp -r /etc/ssl etc/ssl
$ doas rcctl restart php80_fpm
~~~
## Apache (Server)
As I host my own Cloudlog instance on my server I run into problems sometimes.