Blog

Install Node on Pop!_OS

I am a the stage with this blog where I want to write some Playwright tests to verify that after publishing it is in a good shape. Since my development machine runs Pop!_OS I could not use apt to easily install latest NodeJS LTS version. The Node... More

Dovydas.xyz is back up and running!

After four whole months I managed to find the time to get my page back-up. I moved to a different city and the internet provider here does not allow self hosting, because all clients are behind a NAT on a service provider level. So I decided to... More

Truncate Text In Lektor

In this example, variable post is an instance of Markdown. Snippet was tested with Jinja3 template engine. I use it for generating my blog entry previews. {{ post.body.html | striptags | truncate(length=200, killwords=False, end='...') }}... More

Installing Selenium For Google Chrome (Windows 10)

This tutorial will show you how to install Selenium for Google Chrome (Windows 10), and optionally Python related dependencies. Prerequisites: Google Chrome Installed on your Windows machine Guide Outline Install the WebDriver Check Your Google Chrome... More

Upgrade LinuxServer/Nextcloud Container Manually

This guide will show you how to manually upgrade linuxserver/nextcloud Docker container. Normally, Nextcloud upgrades are done by pressing and Update button in the settings page, but for me, it did not work. Because, I was running my Nextcloud 16 with... More

Previous
1 of 6
Next