Home
About
SK blog
Rapture in Everything
Posts tagged "tech"
2021 Jul 20
2021 Jul 20
Fixing timestamps on existing git commits
Need to move all of your git commits a few hours to the future or the past, for example to fix a timezone issue? You've come to the right place. This is something I expected would be easy to find online, but wasn't. So I'm leaving it here, in case someone else is googling for it as well. First, you need to install git-filter-repo, a great tool for manipulating git repositories. This is a destructive action, so do it at your own risk. The tool will warn you, though. To move all commits 3 hours ahead, run this: git filter-repo...
tech
git
2021 Apr 21
2021 Apr 21
AspNetCore.Identity.LiteDB breaks on Ubuntu
I have been building a small application for my book club. To make iterating easier I have decided to use the excellent LiteDB database to store all the data. Since the web application also needs to store user data, I have searched for a package that would let me use LiteDB as an identity backend. I have found AspNetCore.Identity.LiteDB, which worked great, until I have tried to deploy it on my usual Ubuntu 18.04 LTS server. On Windows it worked perfectly but on Ubuntu I have started getting these weird connection and socket errors at an alarming...
tech
programming
dotnet
2021 Apr 10
2021 Apr 10
Airtable and n8n: a great fit
How to use a one-off workflow in n8n to fix data in Airtable....
personal stack
tech
self-hosted
2021 Mar 24
2021 Mar 24
Dockerizing a Vue 3 + ASP.NET Core web app
How to build a docker image for a Vue.JS SPA app with an ASP.Net Core 5 backend?...
programming
tech
docker
2020 Dec 26
2020 Dec 26
Bridges into Matrix
Bridges are components that connect Matrix to other chat platforms and services. We'll make a quick intro into them, and set up bridges for Discord, Whatsapp and FB Messenger....
tech
matrix
docker
Older
Newer