First post
This blog will stay mostly empty, unless I have anything to tell myself. I've imported some old Wordpress posts I had lying around. They've probably lost their value.
Search for a command to run...
This blog will stay mostly empty, unless I have anything to tell myself. I've imported some old Wordpress posts I had lying around. They've probably lost their value.
From https://superuser.com/questions/944067/windows-disk-i-o-100-at-boot-for-20-minutes The exe is here: C:\Windows\System32\CompatTelRunner.exe Go to: Computer Management โ System Tools โ Task Schedule Library โ Microsoft โ Windows โ Application E...
Sickrage pid file kept vanishing after reboots. Turns out /var/run is tmpfs. Use tmpfiles.d! https://www.freedesktop.org/software/systemd/man/tmpfiles.d.html /etc/tmpfiles.d/sickrage.conf: D /var/run/sickrage 0755 sickrage sickrage Found through htt...
Connecting to an existing storage account that has only blob storage didnโt work, and I got the following (unhelpful) error message: Failed to connect with the _accountname_ storage account using credentials provided in the connection string. In yo...
Ran into issues using the docker image for RabbitMQ on Azure. https://hub.docker.com/_/rabbitmq/https://github.com/docker-library/rabbitmq/issues/6#issuecomment-97721548 $ sudo bash $ cd /etc/docker/compose $ docker-compose down $ nano /etc/doc...