Skip to content

Instantly share code, notes, and snippets.

@geapi
geapi / bookmarklet.js
Last active April 1, 2016 21:44
Bookmarklet to show only the pipelines on your goCD dashboard/home that you decide to be there
/*
This snippet first unselects all pipelines and then adds the specified ones back.
USAGE:
replace YOUR_PIPELINE_NAME with actual value
in your browser create a bookmark to any URL
edit the bookmark, replacing the URL with snippet build from the below template
voila: when you are on the goCD dashboard; click it and all pipelines except yours should disappear
*/
// ==UserScript==
// @name github-style
// @namespace http://springsource.org
// @description Adds manual merge commands to pull requests
// @include https://github.com/*/*
// @include http://github.com/*/*
// @version 1
// @grant none
// ==/UserScript==
@dominiwe
dominiwe / uninstall-guix.md
Created December 27, 2022 14:27
Uninstall guix after installing it on top of an existing GNU/Linux system

How to uninstall guix

Date of creation: 2022-12-27

First of all, if the install script referenced here was used to install guix, ideally the output of that script as well as the script itself should have been saved somewhere. This makes it easier to see which components were installed and where and thus makes it easier for you to uninstall them.

As for me personally, I used the install script to install guix on a debian derivative distribution with systemd. This guide thus focuses on uninstalling guix from a debian derivative distribution but will probably work for your distribution as well with some slight changes.