main
vitrinekast 8 months ago
parent 43102f01a0
commit 12680c2dde

@ -335,7 +335,7 @@ body {
}
article {
margin: 2em 2em;
padding: 2em 2em;
page-break-after: always;
text-align: left;
text-justify: none;
@ -363,7 +363,7 @@ mark {
white-space: normal;
text-align: left;
text-justify: none;
font-size: 1em;
font-size: .8em;
}
h1,
@ -380,7 +380,7 @@ h6 {
p {
margin-bottom: 1em;
font-family: "CascadiaCode VTT";
font-size: 1em;
font-size: .8em;
text-align: left;
text-justify: none;
}

@ -25,7 +25,7 @@
<body>
<article>
<h1>Preface</h1>
<h1>pface</h1>
<p>
TL;DR researches ways to make sense of the hidden labour that goes on in a feminist server through log files and unlogged activity.
</p>
@ -49,7 +49,7 @@
<article>
<h1>The state of chopchop on {{now}}?</h1>
<hr />
<pre><em>tldr@chopchop:~ $</em>whoami</pre>
<p><em>tldr@chopchop:~ $</em>whoami</p>
<p>{{device_info}}</p>
<p>{{chopchop}}</p>
<p>{{ip_address}}</p>
@ -69,14 +69,14 @@
</mark>
{% endif %}
<pre><em>tldr@chopchop:~ $</em>sudo journalctl -S today _COMM=useradd -r</pre>
<p><em>tldr@chopchop:~ $</em>sudo journalctl -S today _COMM=useradd -r</p>
<mark>
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.
</mark>
{% if list_package_installs|length > 0 %}
<pre><em>tldr@chopchop:~ $</em> grep 'install' /var/log/dpkg.log</pre>
<p><em>tldr@chopchop:~ $</em> grep 'install' /var/log/dpkg.log</p>
<b>Something here in the if statement is not working</b>
<ul>
<mark>
@ -98,7 +98,7 @@
{% endif %}
{% if list_package_upgrade|length > 0 %}
<pre><em>tldr@chopchop:~ $</em> grep 'upgrade' /var/log/dpkg.log</pre>
<p><em>tldr@chopchop:~ $</em> grep 'upgrade' /var/log/dpkg.log</p>
<b>Something here in the if statement is not working</b>
<mark>
Out of the installed packages, these ones were upgraded:
@ -108,7 +108,7 @@
<li>{{ item }}</li>
{% endfor %}
<mark>
Packages are upgraded to fix previous bugs they had, or allow new options for usage they did not have prior.
Packages are upgraded to fix pvious bugs they had, or allow new options for usage they did not have prior.
</mark>
</ul>
{% endif %}
@ -119,7 +119,7 @@
{% endif %}
{% if list_package_remove|length > 0 %}
<pre><em>tldr@chopchop:~ $</em> grep 'remove' /var/log/dpkg.log</pre>
<p><em>tldr@chopchop:~ $</em> grep 'remove' /var/log/dpkg.log</p>
<mark>
These package were removed today:
</mark>
@ -141,8 +141,8 @@
<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 how to move forward... They are sharing a digital landscape in which there are no hierarchies of landlords and renters... So, they find different ways to make a space for learning and co-habitation... This list is not exhaustive.
</mark>
<pre><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=systemd-login
--output-fields=MESSAGE -S today -g "New session" | grep -v 'Boot'</pre>
<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 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 person, like our shared user 'chipchip' and users for running specific processes or creating projects.
</mark>
@ -159,7 +159,7 @@
{% endif %}
{% if groups_created|length > 0 %}
<pre><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=groupadd -r --output-fields=MESSAGE</pre>
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=groupadd -r --output-fields=MESSAGE</p>
<mark>
This command shows whether groups were added today.
</mark>
@ -179,7 +179,7 @@
{% 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>
<pre><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=groupremove -r --output-fields=MES</pre>
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=groupmove -r --output-fields=MES</p>
<mark>
This command shows whether groups were removed today.
</mark>
@ -192,7 +192,7 @@
{% endfor %}
</ul>
<pre><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=usermod -r</pre>
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=usermod -r</p>
<mark>
This command shows whether users were modified today.
</mark>
@ -205,7 +205,7 @@
{% endfor %}
</ul>
<pre><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=userdel -r</pre>
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=userdel -r</p>
<mark>
This command shows whether users were removed today.
</mark>
@ -220,7 +220,7 @@
<hr />
<pre><em>tldr@chopchop:~ $</em>sudo service --status-all</pre>
<p><em>tldr@chopchop:~ $</em>sudo service --status-all</p>
<mark>
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 +231,8 @@ The rest, marked with a [-], are idle, not running, or waiting to be activating
{% endfor %}
</ul>
<pre><em>tldr@chopchop:~ $</em>sudo journalctl -S today -u kitchen-stove.service -u
kitchen-bin.service -u kitchen-fridge.service -r -n</pre>
<p><em>tldr@chopchop:~ $</em>sudo journalctl -S today -u kitchen-stove.service -u
kitchen-bin.service -u kitchen-fridge.service -r -n</p>
{% if kitchen_services|length > 0 %}
<ul>
{% for item in kitchen_services %}

Loading…
Cancel
Save