This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| ########### |