Skip to content

Instantly share code, notes, and snippets.

@dubrox
dubrox / WIKI.md
Created June 4, 2024 17:35
How to install koha-testing-docker on Windows (revised)

This is a revised version of the official Koha wiki at the time of writing: https://wiki.koha-community.org/wiki/Koha-testing-docker#How_to_install_koha-testing-docker_on_Windows

How to install koha-testing-docker on Windows

Install/Activate Windows Subsystem for Linux (WSL)

  1. Open Powershell with admin privileges by pressing Win + X or through the app launcher.
  2. Type wsl --install and hit enter. This will install WSL and prompt you to choose a Linux distribution to install. You can choose Debian, either through the Microsoft Store or by typing wsl --install -d Debian.
  3. Set the default WSL version to 2 by typing wsl --set-default-version 2.
  4. (Optional) Install the new Windows Terminal which allows you to open a shell on your installed Linux distributions. You can install it from the Microsoft Store.
@dubrox
dubrox / passport_index_clickable_map.user.js
Created August 3, 2022 18:34
Tampermonkey script to quickly check the visa requirements of a selected passport for each country on the Passport Index website, by simply clicking on the country in the map.
// ==UserScript==
// @name Passport Index clickable map
// @namespace dubrox.com
// @version 0.1
// @description Tampermonkey script to quickly check the visa requirements of a selected passport for each country on the Passport Index website, by simply clicking on the country in the map.
// @author dubrox
// @match https://www.passportindex.org/passport/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=passportindex.org
// @grant none
// ==/UserScript==