What happened today?
+
+ sudo journalctl -S today -u kitchen-stove.service -u kitchen-bin.service -u kitchen-fridge.service -r -n
+ {{kitchen_services}}
+
+ end0:
+ -s
+ addressq
+ ip addr show eth0 | awk '$1 == "inet" {gsub(/\/.*$/, "", $2); print $2}'
uptime -s
{{ since_last_boot }}
@@ -58,20 +62,21 @@
an image.{% endif %}
{% endif %}
-
-
- the ones below do not have the "right" annotation levels
-
- last_user_added
- {{last_user_added}}
- {% if last_user_added is defined %}
-
- A level 1 annotation for last_user_added
-
- {% else %}
- (no input)
- {% endif %}
-
+
sudo journalctl _COMM=useradd -r -n 1 --output-fields=MESSAGE
+ {{last_user_added}}
+ {% if last_user_name is defined %}
+
+ {{ last_user_name}} user/s was/were added [] days ago, and the network of trust grew ever so slightly.
+
+ {% endif %}
+ {% if last_user_added is defined %}
+
+ Users will be trusted with not just the keys and passwords to the "house" which is the server, but with a
+ portion of responsibility to keep it afloat and contribute to what makes it a community of practices (and
+ network of knowledge and dependence).
+
+ {% endif %}
+
users_created_today
{{users_created_today}}
{% if users_created_today is defined %}
@@ -81,7 +86,6 @@
{% else %}
(no input)
{% endif %}
-
list_active_services
{{list_active_services}}
{% if list_active_services is defined %}
@@ -91,7 +95,6 @@
{% else %}
(no input)
{% endif %}
-
list_groups
{{list_groups}}
{% if list_groups is defined %}
@@ -101,8 +104,6 @@
{% else %}
(no input)
{% endif %}
-
-
list_package_installs
{{list_package_installs}}
{% if list_package_installs is defined %}
@@ -112,7 +113,6 @@
{% else %}
(no input)
{% endif %}
-
list_package_upgrade
{{list_package_upgrade}}
{% if list_package_upgrade is defined %}
@@ -122,7 +122,6 @@
{% else %}
(no input)
{% endif %}
-
list_package_remove
{{list_package_remove}}
{% if list_package_remove is defined %}
@@ -132,7 +131,6 @@
{% else %}
(no input)
{% endif %}
-
device_info
{{device_info}}
{% if device_info is defined %}
@@ -142,7 +140,6 @@
{% else %}
(no input)
{% endif %}
-
debian_version
{{debian_version}}
{% if debian_version is defined %}
@@ -152,7 +149,6 @@
{% else %}
(no input)
{% endif %}
-
kernel_version
{{kernel_version}}
{% if kernel_version is defined %}
@@ -162,20 +158,15 @@
{% else %}
(no input)
{% endif %}
-