No results for
June 29, 2025
After I have been using a total overkill setup for my private hosting a k3s cluster, for more than two years, I decided to cut some costs and complexity. I have now switched to a Kamal Deploy setup which is based on Docker. This takes care of SSL...
June 6, 2025
After updating to version 1.8.0 of tightenco/jigsaw, I saw that their blog-repository had been updated to use Alpine.js instead of vue for the search. So I decided to update my blog, to be a little...
May 20, 2025
I'm excited to share a new chapter in my life — I have started working as a freelancer! My focus areas include TYPO3, general PHP development, DevOps, and automation. If you're looking for support...
April 25, 2025
I'm not a fan ouf touchscreen on my laptop, so I was looking for a way to disable it. Now you can disabled it too. First we need to identify the VID (Vendor ID) and PID (Product ID), this can be...
March 15, 2025
This is a short intro on how to set up Wi-Fi on Arch Linux. In your cli you need to run the iwctl The prompt will now look like this. Now type the following commands You are...
iwctl
February 3, 2025
Git is an amazing tool, I personally use a git wip alias all the time, which gives a nice overview of which branches have been worked on lately. You can add following to your...
git wip
January 29, 2025
The "latest" version of the TYPO3 Crawler 12.0.6 comes with TYPO3 13 LTS support. It's been overdue for too long, but now it's out. Only four days later, a new release was created...
TYPO3 Crawler 12.0.6
December 27, 2024
As of December 2024, the Ondřej Surý PPA does not provide support for Ubuntu 24.10. This limitation affects the installation of PHP versions, including PHP 8.4, on this Ubuntu release. To install...
November 15, 2024
Do you have multiple computers on the same network fetching the same packages or content from the internet? Then a proxy server might be right for you. I'll show you have to set it up. Prerequisite...
October 29, 2024
I don't know if you are aware, but my blog is fully public at https://github.com/tomasnorre/dk-tomasnorre-blog, you can have a peak, get inspired on how to setup your own blog. You can copy/paste...
February 2, 2022
Keeping docker images up to date, can be a challenge, I'm not talking about the images you maintain yourself, but the public ones that you're relying on. These needs to be updated from time to time...
October 24, 2021
Setting up a robots.txt can be helpful to help search engines what to crawl on your website and what not. Setting it up within Jigsaw is fairly simple. This is how I did...
robots.txt
Jigsaw
October 21, 2021
Working with web-development, one need to take HTTP Headers into consideration to. Not every web-application sets the headers that could help on security. One of the headers is...
HTTP Headers
October 16, 2021
I have always wanted to read more! You know that feeling? I do very well. I have some "problems" that "keeps" me from reading more. This little post is about how I have tackled them. First off,...
October 15, 2021
I know I stated in my post No Tracking, No Cookies, that I didn't want to have any tracking. But I decided to test plausible.io to see if I generate any traffic at all on my site. This is cheaper...
July 28, 2021
With the blog post you will learn how to set up you own blog with Jigsaw. open your terminal, and type in And that's it for now. Now you can watch you blog Now go to...
July 12, 2021
As I want this blog to be as simple as possible, and I want to have it compliant with GDPR, I have decided to not have any tracking nor cookies. The blog is a collection of static generated HTML...
July 11, 2021
I have been quiet, regarding blogging, for quite some time now. I have always wanted to write more even though I'm not great at it. Someone ones said: Practice makes perfect The last year I...