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
changes.
</mark>
{% if 2 == range(1,3) | random %}
<mark>
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.
</mark>
{% endif %}
{{ log_output(users_created_today) }}
{% if users_created_today|length > 0 %}
<mark> <code>{{ last_user_added_name | replace(", ", "") }}</code> user was added, and the network of trust grew ever so slightly. 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).</mark>
@ -185,17 +192,29 @@
<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
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.
remotely, and also to allow multiple users logging into the server simultaneously.
</mark>
{% if 2 == range(1,3) | random %}
<mark>
There are chopchop users for current XPUB1 students, 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.
</mark>
{% endif %}
{% if logins_today is defined %}
{{ log_output(logins_today) }}
{% if logins_today|length > 0 %}
<mark>
These users have logged into our shared server chopchop, during the course of this day.
</mark>
{% if 2 == range(1,3) | random %}
<mark>
Usernames are often not the real names of the users, but often pseudonymns. This creates a sense of customization to your experience. In bigger groups this might also result in anonimity, which can be (un)desirable and potentially confusing.
</mark>
{% endif %}
{% else %}
<mark>It was quiet today, no users logged in. However, that does not mean the server just sits idle!</mark>