Skip to content

Instantly share code, notes, and snippets.

@parzival3
parzival3 / uninstall-guix.md
Created June 29, 2023 08:35 — forked from dominiwe/uninstall-guix.md
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.

@parzival3
parzival3 / output.json
Last active December 27, 2020 15:53
trial
[{"name": "F-CSP", "value": 157.0}, {"name": "F-CSP", "value": 105.0}, {"name": "F-CSP", "value": 51.0}, {"name": "F-CSP", "value": 103.0}, {"name": "F-CSP", "value": 47.0}, {"name": "F-CSP", "value": 71.0}, {"name": "F-CSP", "value": 5.0}, {"name": "F-CSP", "value": 36.0}, {"name": "F-CSP", "value": 30.0}, {"name": "F-CSP", "value": 101.0}, {"name": "F-CSP", "value": 38.0}, {"name": "F-CSP", "value": 52.0}, {"name": "F-CSP", "value": 82.0}, {"name": "F-CSP", "value": 41.0}, {"name": "F-CSP", "value": 22.0}, {"name": "F-CSP", "value": 52.0}, {"name": "F-CSP", "value": 90.0}, {"name": "F-CSP", "value": 189.0}, {"name": "F-CSP", "value": 16.0}, {"name": "F-CSP", "value": 149.0}, {"name": "F-CSP", "value": 91.0}, {"name": "F-CSP", "value": 76.0}, {"name": "F-CSP", "value": 42.0}, {"name": "F-CSP", "value": 70.0}, {"name": "F-CSP", "value": 109.0}, {"name": "F-CSP", "value": 165.0}, {"name": "F-CSP", "value": 107.0}, {"name": "F-CSP", "value": 40.0}, {"name": "F-CSP", "value": 4.0}, {"name": "F-CSP", "value": 107
@parzival3
parzival3 / calculate.js
Created November 16, 2020 17:24
Random Graph Generator
var query = '';
var timer = 0;
var lats = new Array(10);
var lons = new Array(10);
var geocode;
function initialize() {
form = document.frm;
selectedRegion = 0;
form.points.value = 10;
@parzival3
parzival3 / sed cheatsheet
Created February 25, 2018 06:53 — forked from ssstonebraker/sed cheatsheet
Sed Cheatsheet
FILE SPACING:
# double space a file
sed G
# double space a file which already has blank lines in it. Output file
# should contain no more than one blank line between lines of text.
sed '/^$/d;G'
@parzival3
parzival3 / pass.md
Created November 24, 2017 19:02 — forked from abtrout/pass.md
Using password-store with git repository synching

Password-store keeps your passwords (or any other sensitive information) saved in GnuPG encrypted files organized in ~/.password-store. For more information about GPG, consult the GNU Privacy Handbook.

Getting started

To get started, install pass and generate a keypair.

$ brew install pass
$ gpg --gen-key
$ gpg --list-keys