Skip to content

Instantly share code, notes, and snippets.

@vidarl
vidarl / greasemonkey-ibexa-atlassian-net.user.js
Created January 22, 2026 09:08
Greasemonkey script for linking from new to old jira tracker
// ==UserScript==
// @name Link from new Jira cloud to old Jira
// @namespace https://gist.github.com/vidarl/633e2a8dfe055fd4a0d61e46ebc1c267
// @version 1.0
// @description Add a link to the corresponding issues.ibexa.co ticket page
// @match https://ibexa.atlassian.net/*
// @grant none
// ==/UserScript==
(function () {
@vidarl
vidarl / greasemonkey-issues-ibexa.co.user.js
Last active January 22, 2026 09:12
Greasemonkey script for linking from old to new jira tracker
// ==UserScript==
// @name Link from old Jira to new Jira cloud
// @namespace https://gist.github.com/vidarl/a2be504bf3540385c6398ba35cee7dd2
// @version 1.0
// @description Add a link to the corresponding ibexa.atlassian.net ticket page
// @match https://issues.ibexa.co/*
// @grant none
// ==/UserScript==
(function () {
@vidarl
vidarl / wsl_ip.ps1
Created May 21, 2021 08:45
Add entry in windows' hosts file for wsl
# Execute using:
# powershell -ExecutionPolicy Bypass -File .\wsl_ip.ps1
# You need to make sure current user has write access to c:\Windows\system32\Drivers\etc\hosts
#source :
#https://github.com/microsoft/WSL/issues/4210#issuecomment-788729288
#https://github.com/vprokofyev/powershell/blob/main/wsl2-scripts/wsl_ip.ps1
# Then changed by VL
@vidarl
vidarl / gist:d32247a9e204fa8902676776d0433cc5
Last active June 7, 2021 10:29
malaga_2020_migration_presentation
Install 5.4
###########
### preperations
in /var/www/ps/malaga/malagaezp54
https://github.com/vidarl/ezp-toolkit#install-ez-publish-platform-5x--54-
Install 2.5
###########