diff --git a/templates/book.jinja b/templates/book.jinja index 525ec46..9eca74c 100644 --- a/templates/book.jinja +++ b/templates/book.jinja @@ -69,8 +69,8 @@
{{ ip_address if ip_address else '' }}
XPUB 1 users use chopchop as a shared community server. - chopchop is usually located in the Piet Zwart Wijnhaven building, although for this occassion it is resting on the - shelf bellow this e-reader. + chopchop is usually located in the Piet Zwart Wijnhaven building. It moves around from time to time, too. For the occassion of SI23, it is resting on the + shelf below this e-reader. {% if since_last_boot %} @@ -81,7 +81,7 @@{{ since_last_boot }}
- {% if days_since_last_boot|int > 14 %}This is unusual, we are used to our server crashing quite often, especially + {% if days_since_last_boot|int > 14 %}This uptime is unusual, we are used to our server crashing quite often, especially when we are all sharing the space and editing at the same time. Our server, chopchop, chops up time into small bits of surprise in which we learn that the technologies we rely on are never just up and running on their own. They require people to care for them, to put in the time and the mindspace to figure out how to keep them running @@ -120,16 +120,17 @@ {{ log_output(list_package_installs) }} - + + {% if list_package_installs|length == 0 %} - Today no new packages were installed... + Today, no new packages were installed... {% endif %} + +tldr@chopchop:~ $ grep 'upgrade' /var/log/dpkg.log
{% if list_package_upgrade|length > 0 %} -tldr@chopchop:~ $ grep 'upgrade' /var/log/dpkg.log
- Out of the existing packages, these were upgraded: @@ -143,8 +144,8 @@ No existing packages were upgraded today. {% endif %} +tldr@chopchop:~ $ grep 'remove' /var/log/dpkg.log
{% if list_package_remove|length > 0 %} -tldr@chopchop:~ $ grep 'remove' /var/log/dpkg.log
These package were removed today: @@ -152,8 +153,8 @@ {{ log_output(list_package_remove) }} - Packages could be removed because of consuming too much storage, not being used by the people who share the - server, or they are no longer secure. It is often good practice to 'do some spring cleaning' every now and + Packages could be removed because of the limited storage on chopchop, by not being used by the people who share the + server, or by being no longer secure. It is often good practice to 'do some spring cleaning' every now and then and remove the packages that no longer serve you any purpose. @@ -175,8 +176,8 @@ Users can login to the server using the SSH (secure shell) protocol. This allows a user to explore files, make changes, run commands and speak to the server from their own machine. This is useful when working - remotely, and also to allow multiple users logging into the server simultaneously. Current XPUB1 students - have a chopchop user, as well as the tutors. Additionally, there are some users not associated with a + remotely, and also to allow multiple users logging into the server simultaneously. There are chopchop users + for current XPUB1 studends, as well as for their tutors. Additionally, there are some users not associated with a person, like our shared user 'chipchip' and users for running specific processes or creating projects. @@ -187,7 +188,7 @@ These users have logged into our shared server chopchop, during the course of this day. {% else %} - it was quiet today. + It was quiet today, no users logged in. However, that does not mean the server just sits idle! {% endif %} {% endif %} @@ -253,4 +254,4 @@