|
|
|
@ -18,6 +18,7 @@
|
|
|
|
|
<meta property="og:image" content="">
|
|
|
|
|
<meta property="og:description" content="">
|
|
|
|
|
<meta property="og:url" content="">
|
|
|
|
|
<link rel="stylesheet" href="print.css">
|
|
|
|
|
<title>A log book of {{now}}</title>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
@ -137,18 +138,18 @@ user_deleted : {{ user_deleted }}
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
{% if list_package_installs|length > 0 %}
|
|
|
|
|
<p><em>tldr@chopchop:~ $</em> grep 'install' /var/log/dpkg.log</p>
|
|
|
|
|
<p><em>tldr@chopchop:~ $</em> grep 'install' /var/log/dpkg.log</p>
|
|
|
|
|
|
|
|
|
|
<mark>
|
|
|
|
|
Today the following packages were installed:
|
|
|
|
|
</mark>
|
|
|
|
|
<mark>
|
|
|
|
|
Today the following packages were installed:
|
|
|
|
|
</mark>
|
|
|
|
|
|
|
|
|
|
{{ log_output(list_package_installs) }}
|
|
|
|
|
<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>
|
|
|
|
|
{{ log_output(list_package_installs) }}
|
|
|
|
|
<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>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if list_package_installs|length < 0 %} <mark>
|
|
|
|
|
Today no new packages were installed...
|
|
|
|
|