update draft note on openbsd

main
Dominic Reich 11 months ago
parent 0591f27363
commit 31f439c4cf
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -20,6 +20,14 @@ draft = true
These are my notes that I want to summarize about the OpenBSD 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 ## Python
### ModuleNotFoundError ### ModuleNotFoundError
@ -91,7 +99,6 @@ $ doas cp -r /etc/ssl etc/ssl
$ doas rcctl restart php80_fpm $ doas rcctl restart php80_fpm
~~~ ~~~
## Apache (Server) ## Apache (Server)
As I host my own Cloudlog instance on my server I run into problems sometimes. As I host my own Cloudlog instance on my server I run into problems sometimes.

Loading…
Cancel
Save