
Git Alias
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 ~/.gitconfig
save and volá you're done, and ready...

TYPO3 Crawler with TYPO3 13 LTS Support
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...

PHP 8.4 on Ubuntu 24.10
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...
Read
Squid proxy for apt packages and more
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...
Read
My blog is public
I don't know if you are away, 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...
Read
Any docker images to be updated?
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...
Read
Robots.txt with Jigsaw
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...

Set default headers with Nginx
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...

Reading Productivity
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,...
Read
Tracking, but no Cookies
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...
Read
Setting up a blog with Jigsaw
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...
Read
No tracking, no cookies
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...
Read
Honey I'm home
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...
Read