update draft note on openbsd
This commit is contained in:
parent
0591f27363
commit
31f439c4cf
1 changed files with 9 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue