diff --git a/print.css b/print.css index 0a2c8a1..9dbeb75 100644 --- a/print.css +++ b/print.css @@ -332,10 +332,12 @@ q { body { font-family: "CascadiaCode VTT"; + font-size: .8em; + } article { - padding: 2em 2em; + border: 3em solid orange; page-break-after: always; text-align: left; text-justify: none; @@ -347,6 +349,10 @@ ul { margin-bottom: 1em; } +ul, ol, li { + font-size: .8rem; +} + dfn, samp, dd { @@ -363,7 +369,6 @@ mark { white-space: normal; text-align: left; text-justify: none; - font-size: .8em; } h1, @@ -380,7 +385,6 @@ h6 { p { margin-bottom: 1em; font-family: "CascadiaCode VTT"; - font-size: .8em; text-align: left; text-justify: none; } diff --git a/templates/book.jinja b/templates/book.jinja index fb8e3d0..6752e99 100644 --- a/templates/book.jinja +++ b/templates/book.jinja @@ -25,7 +25,7 @@
-

pface

+

Preface

TL;DR researches ways to make sense of the hidden labour that goes on in a feminist server through log files and unlogged activity.

@@ -69,19 +69,20 @@ {% endif %} -

tldr@chopchop:~ $sudo journalctl -S today _COMM=useradd -r

+
tldr@chopchop:~ $sudo journalctl -S today _COMM=useradd -r
Users are assigned to groups, which allow them rights to read or edit files, run commands or apply infrastructural changes. For chopchop, we all have 'sudo rights': the ability to perform any command, including the more sensitive ones. Sudo is a command that's short for 'superuser do', with it, a user has more privileges, like installing or updating a package or performing a restart. {% if list_package_installs|length > 0 %} -

tldr@chopchop:~ $ grep 'install' /var/log/dpkg.log

+
tldr@chopchop:~ $ grep 'install' /var/log/dpkg.log
Something here in the if statement is not working - -

tldr@chopchop:~ $sudo journalctl _COMM=usermod -r

+
tldr@chopchop:~ $sudo journalctl _COMM=usermod -r
This command shows whether users were modified today. @@ -205,7 +206,7 @@ {% endfor %} -

tldr@chopchop:~ $sudo journalctl _COMM=userdel -r

+
tldr@chopchop:~ $sudo journalctl _COMM=userdel -r
This command shows whether users were removed today. @@ -220,7 +221,7 @@
-

tldr@chopchop:~ $sudo service --status-all

+
tldr@chopchop:~ $sudo service --status-all
These are all of the services that are active, running, working to execute requests that enable everything on the server. They are marked with an [+]. The rest, marked with a [-], are idle, not running, or waiting to be activating upon sending a request. @@ -231,8 +232,8 @@ The rest, marked with a [-], are idle, not running, or waiting to be activating {% endfor %} -

tldr@chopchop:~ $sudo journalctl -S today -u kitchen-stove.service -u - kitchen-bin.service -u kitchen-fridge.service -r -n

+
tldr@chopchop:~ $sudo journalctl -S today -u kitchen-stove.service -u
+      kitchen-bin.service -u kitchen-fridge.service -r -n
{% if kitchen_services|length > 0 %}