indentation nation

main
vitrinekast 8 months ago
parent d8b83cbbfe
commit 893e5ddce3

@ -131,7 +131,6 @@
{% if list_package_installs|length > 0 %}
<p><em>tldr@chopchop:~ $</em> grep 'install' /var/log/dpkg.log</p>
<b>Something here in the if statement is not working</b>
<mark>
Today the following packages were installed:
@ -140,12 +139,12 @@
{% for item in list_package_installs %}
<li>{{ item }}</li>
{% endfor %}
</ul>
<mark>
Packages are often installed to use different software or coding languages or build alternative tools. Often
users have to talk about and consider which packages they need and why, as well as how much storage they take up
and how they will change their interactions with and on their shared server.
</mark>
</ul>
{% endif %}
{% if list_package_installs|length < 0 %} <mark>
Today no new packages were installed...
@ -163,14 +162,13 @@
{% for item in list_package_upgrade %}
<li>{{ item }}</li>
{% endfor %}
</ul>
<mark>
Packages are upgraded to fix Previous bugs they had, or allow new options for usage they did not have prior.
</mark>
</ul>
{% endif %}
{% if list_package_upgrade|length < 0 %} <mark>
Out of the installed packages, none were upgraded today...
</mark>
{% if list_package_upgrade|length < 0 %}
<mark> Out of the installed packages, none were upgraded today...</mark>
{% endif %}
{% if list_package_remove|length > 0 %}
@ -194,6 +192,7 @@
No packages were removed today...
</mark>
{% endif %}
<mark>
These actions are only a portion of the work... There's also the relationships of the people who care for
the server enough to maintain it... The hours they put into meeting each other, discussing and deciding on
@ -201,8 +200,8 @@
and renters... So, they find different ways to make a space for learning and co-habitation... This list is
not exhaustive.
</mark>
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=systemd-login
--output-fields=MESSAGE -S today -g "New session" | grep -v 'Boot'</p>
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=systemd-login --output-fields=MESSAGE -S today -g "New
session" | grep -v 'Boot'</p>
<mark>
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
@ -210,6 +209,7 @@
have a chopchop user, as well as the 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.
</mark>
{% if logins_today is defined %}
<ul>
{% for item in logins_today %}
@ -234,12 +234,13 @@
These new working groups were added today. They might be used for creating new projects, maintaining or
managing parts of the server, or for organizational purposes.
</mark>
<b>check dis</b>
{% endfor %}
</ul>
{% endif %}
{% if groups_created|length < 0 %} <mark>
No groups were added today.
</mark>
{% if groups_created|length < 0 %}
<mark>No groups were added today.</mark>
{% endif %}
<b>For some reason this if statement is not working, i didn't apply it to the next 4 categories because i
wanted to check it works first</b>
@ -248,12 +249,14 @@
<mark>
This command shows whether groups were removed today.
</mark>
<ul>
{% for item in groups_removed %}
<li>{{ item }}</li>
<mark>
These new groups were removed today. Most likely they were no longer relevant or purposeful.
</mark>
<b>check dis</b>
{% endfor %}
</ul>
@ -268,6 +271,7 @@
These users have been modified. Probably because someone changed their password, keys, or other
settings, or given new permissions.
</mark>
<b>check dis</b>
{% endfor %}
</ul>
@ -282,6 +286,7 @@
It seems that a user was removed. This doesn't happen too often... It could be that they have done
something to lose the trust of the community. The circle of trust shrunk ever so slightly.
</mark>
<b>check dis</b>
{% endfor %}
</ul>

Loading…
Cancel
Save