<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Automatically on Notities</title><link>https://d8224bcf.backup-website.pages.dev/en/tags/automatically/</link><description>Recent content in Automatically on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/en/tags/automatically/index.xml" rel="self" type="application/rss+xml"/><item><title>Concourse starting automatically at boot with systemctl service</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-concourse-starting-automatically-at-boot-with-systemctl-service/</link><pubDate>Thu, 16 Jun 2022 18:55:47 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-concourse-starting-automatically-at-boot-with-systemctl-service/</guid><description>&lt;pre tabindex="0"&gt;&lt;code&gt;/home/martijn/Downloads/concourse
$ curl -LO https://concourse-ci.org/docker-compose.yml

$ cat /etc/systemd/system/docker-compose-concourse.service

[Unit]
Description=Docker Compose Application Service for Concourse
Requires=docker.service
After=docker.service

[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/home/martijn/Downloads/concourse
ExecStart=/usr/bin/docker-compose up -d
ExecStop=/usr/bin/docker-compose down
TimeoutStartSec=0

[Install]
WantedBy=multi-user.target
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Automatically log in to Windows</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/automatisch_inloggen_in_windows/</link><pubDate>Wed, 09 Mar 2022 11:58:22 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/automatisch_inloggen_in_windows/</guid><description>&lt;p&gt;Entering a password or PIN is not equally convenient for everyone.&lt;/br&gt;
Do you find it annoying to enter a password or PIN every time you log in to Windows?&lt;/br&gt;
You can also automatically log in to Windows. When the computer has finished starting up, you will immediately see the desktop.
On the desktop you can make all your useful programs accessible and you have that immediately in front of you when you have turned on the computer.
You can then immediately start using the computer, without having to enter a password or PIN first.&lt;/br&gt;&lt;/p&gt;</description></item></channel></rss>