<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Debian on ae3.ch</title>
    <link>https://ae3.ch/tags/debian/</link>
    <description>Recent content in Debian on ae3.ch</description>
    <image>
      <title>ae3.ch</title>
      <url>https://ae3.ch/ae3-og.png</url>
      <link>https://ae3.ch/ae3-og.png</link>
    </image>
    <generator>Hugo -- 0.154.5</generator>
    <language>en</language>
    <lastBuildDate>Tue, 07 Feb 2023 20:39:46 +0100</lastBuildDate>
    <atom:link href="https://ae3.ch/tags/debian/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker error response from daemon: AppArmor</title>
      <link>https://ae3.ch/docker-error-response-from-daemon-apparmor/</link>
      <pubDate>Tue, 07 Feb 2023 20:39:46 +0100</pubDate>
      <guid>https://ae3.ch/docker-error-response-from-daemon-apparmor/</guid>
      <description>&lt;p&gt;Debian users running the latest Docker version 23 currently receive the following error when starting a container:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Error response from daemon: AppArmor enabled on system but the docker-default profile could not be loaded&lt;/code&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-fix-apparmor-docker-error&#34;&gt;How to fix AppArmor Docker error&lt;/h2&gt;
&lt;p&gt;You may also get the full error message:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Error response from daemon: AppArmor enabled on system but the docker-default profile could not be loaded: running `apparmor_parser apparmor_parser --version` failed with output: 
error: exec: &amp;#34;apparmor_parser&amp;#34;: executable file not found in $PATH
Error: failed to start containers: container-name
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To fix this AppArmor Error on Debian 11 all you need to do is installing the AppArmor package.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Systemd timer as a cron replacement</title>
      <link>https://ae3.ch/systemd-timer-as-a-cron-replacement/</link>
      <pubDate>Thu, 29 Dec 2022 23:35:48 +0100</pubDate>
      <guid>https://ae3.ch/systemd-timer-as-a-cron-replacement/</guid>
      <description>&lt;p&gt;Instead of using a cronjob placed in our crontab, we can make use of a systemd timer on a modern linux system which is running systemd.&lt;/p&gt;
&lt;p&gt;For a systemd timer to work, it needs two parts.
One part consists of a &lt;code&gt;.timer&lt;/code&gt; file, and a &lt;code&gt;.service&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;.timer&lt;/code&gt; file specifies when our service should be started. Just like a cronjob we can specify here on which days, in which week or at which time our service should be started.
Our &lt;code&gt;.service&lt;/code&gt; file contains all the details about the script or command we want to run.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Docker Install on Debian 10</title>
      <link>https://ae3.ch/docker-install-debian-10/</link>
      <pubDate>Thu, 22 Apr 2021 13:49:41 +0100</pubDate>
      <guid>https://ae3.ch/docker-install-debian-10/</guid>
      <description>&lt;p&gt;In this guide we are going to install Docker on Debian 10 Buster. To be able to use Docker to its full extent, we also install &lt;a href=&#34;https://docs.docker.com/compose/&#34;&gt;docker-compose&lt;/a&gt;.
There are two ways to install the Docker Engine, one with a regular &lt;code&gt;apt install&lt;/code&gt; and one with an install script made by docker.&lt;/p&gt;
&lt;h2 id=&#34;install-docker-from-apt-repo&#34;&gt;Install Docker from apt repo&lt;/h2&gt;
&lt;p&gt;First, we make sure to remove all versions of Docker. This is especially important if you have ever tried to install Docker on your Debian server before.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
