Skip to content

Instantly share code, notes, and snippets.

@hcartiaux
hcartiaux / git-crypt-rm-gpg-user.sh
Created February 1, 2024 16:35 — forked from Falkor/git-crypt-rm-gpg-user.sh
Git-crypt remove user.
#!/usr/bin/env bash
#
# Script to remove GPG user (recipient) with git-crypt
#
# It will re-initialize git-crypt for the repository and re-add all keys except
# the one requested for removal.
#
# Note: You still need to change all your secrets to fully protect yourself.
# Removing a user will prevent them from reading future changes but they will
# still have a copy of the data up to the point of their removal.
@hcartiaux
hcartiaux / easybuild_test_report_10789_easybuilders_preasybuild-easyconfigs_20203511-UTC-16-35-35.md
Created June 11, 2020 16:35
EasyBuild test report for easybuilders/easybuild-easyconfigs PR #10789

Test report for easybuilders/easybuild-easyconfigs#10789

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS TopHat-2.1.2-intel-2019b.eb

Time info

  • start: Thu, 11 Jun 2020 16:33:13 +0000 (UTC)
@hcartiaux
hcartiaux / easybuild_test_report_10788_easybuilders_preasybuild-easyconfigs_20201911-UTC-16-19-00.md
Created June 11, 2020 16:18
EasyBuild test report for easybuilders/easybuild-easyconfigs PR #10788

Test report for easybuilders/easybuild-easyconfigs#10788

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS TopHat-2.1.2-foss-2019b.eb

Time info

  • start: Thu, 11 Jun 2020 16:16:41 +0000 (UTC)
@hcartiaux
hcartiaux / qcow2_net_backup.sh
Last active November 21, 2019 16:43
qcow2_net_backup.sh
#!/bin/bash
################################################################################
# qcow2_net_backup.sh - Backup qcow2 snapshot over SSH to files
#
# Copyright (c) 2012 Hyacinthe Cartiaux <Hyacinthe.Cartiaux@uni.lu>
#
# Description : see the print_usage function or launch 'qcow2_net_backup.sh --help'
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@hcartiaux
hcartiaux / bug_x86_64.patch
Created December 29, 2017 15:07
Patch for aur/epson-inkjet-printer-escpr2
diff -ruN epson-inkjet-printer-escpr2-1.0.9-orig/src/filter.c epson-inkjet-printer-escpr2-1.0.9/src/filter.c
--- epson-inkjet-printer-escpr2-1.0.9-orig/src/filter.c 2017-03-14 04:53:00.000000000 +0100
+++ epson-inkjet-printer-escpr2-1.0.9/src/filter.c 2017-12-29 15:48:57.825604394 +0100
@@ -40,6 +40,8 @@
#include "epson-escpr-api.h"
#include "epson-escpr-services.h"
#include "epson-escpr-mem.h"
+#include "epson-escpr-services.h"
+//#include "epson-escpage.h"

Keybase proof

I hereby claim:

  • I am hcartiaux on github.
  • I am hcartiaux (https://keybase.io/hcartiaux) on keybase.
  • I have a public key whose fingerprint is 62C5 D78F E715 CF7C A974 B5AF 3718 3CEF 550D F40B

To claim this, I am signing this object:

@hcartiaux
hcartiaux / lvm_net_backup.sh
Last active July 5, 2018 16:31
lvm_net_backup.sh
#!/bin/bash
################################################################################
# lvm_net_backup.sh - Backup lvm snapshot over SSH to files
#
# Copyright (c) 2012 Hyacinthe Cartiaux <Hyacinthe.Cartiaux@uni.lu>
#
# Description : see the print_usage function or launch 'lvm_net_backup.sh --help'
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by