From b9e2f447c9fb4bb4797682a1f70b1f13c4da6c87 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Wed, 29 Mar 2023 15:01:54 +1300 Subject: [PATCH] vault backup: 2023-03-29 15:01:54 --- content/notes/03-intro-AR-dev.md | 7 +++++++ content/notes/04-lens-studio.md | 7 +++++++ content/notes/08-post-installation.md | 7 +++++++ content/notes/10-scheduled-tasks-and-logs.md | 1 - 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 content/notes/03-intro-AR-dev.md create mode 100644 content/notes/04-lens-studio.md create mode 100644 content/notes/08-post-installation.md diff --git a/content/notes/03-intro-AR-dev.md b/content/notes/03-intro-AR-dev.md new file mode 100644 index 000000000..d0fdaf9b2 --- /dev/null +++ b/content/notes/03-intro-AR-dev.md @@ -0,0 +1,7 @@ +--- +title: "03-intro-AR-dev" +tags: +- +--- + +<% tp.file.cursor(2) %> diff --git a/content/notes/04-lens-studio.md b/content/notes/04-lens-studio.md new file mode 100644 index 000000000..407a6a112 --- /dev/null +++ b/content/notes/04-lens-studio.md @@ -0,0 +1,7 @@ +--- +title: "04-lens-studio" +tags: +- +--- + +<% tp.file.cursor(2) %> diff --git a/content/notes/08-post-installation.md b/content/notes/08-post-installation.md new file mode 100644 index 000000000..e339a2a01 --- /dev/null +++ b/content/notes/08-post-installation.md @@ -0,0 +1,7 @@ +--- +title: "08-post-installation" +tags: +- +--- + +<% tp.file.cursor(2) %> diff --git a/content/notes/10-scheduled-tasks-and-logs.md b/content/notes/10-scheduled-tasks-and-logs.md index b3c6e18e5..1a7d00cd5 100644 --- a/content/notes/10-scheduled-tasks-and-logs.md +++ b/content/notes/10-scheduled-tasks-and-logs.md @@ -91,7 +91,6 @@ Facility - LOG_SYSLOG: internal messages from syslogd - LOG_LOCAL0 - LOG_LOCAL7: local, discretional use by programmers. -> [!INFO] klogd - klogd provides a facility for system admin to check only kernel messages (which can also be checked through syslogd)