From 6b21059db24b0a3f1e423b87f5cb77b166ae3688 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 22 Jul 2021 16:56:27 -0400 Subject: [PATCH] logging and intro --- homepage/knowledge/netbsd/index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/homepage/knowledge/netbsd/index.html b/homepage/knowledge/netbsd/index.html index 9a92fe0..5e8b316 100644 --- a/homepage/knowledge/netbsd/index.html +++ b/homepage/knowledge/netbsd/index.html @@ -15,8 +15,16 @@

NetBSD

-

updated 2021-07-14

+

updated 2021-07-22


+

+From netbsd.org: NetBSD is a free, fast, secure, and highly portable Unix-like Open Source operating system. +Of course, I run NetBSD, and this page serves as documentation of weird error fixes and miscellaneous tutorials that I think can be helpful. +

+

+Before diving into NetBSD you should really read the bits that look interesting of the NetBSD Guide and (if you intend to use it) all of the pkgsrc guide. +They're well written and detailed guides to NetBSD and the package manager typically used with NetBSD, and for the sake of you and anyone who finds your forum questions you should always consult them first if you have any questions. +

Fix SSL certificate problem: unable to get local issuer certificate

Install security/mozilla-rootcerts-openssl.

Sources:

@@ -45,5 +53,8 @@ This page is public domain (as is the rest of my site); don't worry about copyri - for example, fuse-ext2 /dev/sd1e /mnt/sd1 to mount partition e of device sd1 to the mountpoint /mnt/sd1).
  • This mountpoint can be unmounted with umount(8) as normal.
  • +

    System logging

    +

    See syslogd(8) and syslog.conf(5), which pertain to system logging.

    +

    Setting DDB_ONPANIC (see options(4) and sysctl(8)) will save a crash dump at /var/crash on kernel panic (source).