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
commit 989ecf2db1b2c5aaa21299e7c78108eb29935e11 | |
Author: Marius Eriksen <[email protected]> | |
Date: Tue Jan 4 12:29:12 2022 -0800 | |
acme: acmesrv | |
diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c | |
index d001a2a8..2ebe5d3d 100644 | |
--- a/src/cmd/acme/acme.c | |
+++ b/src/cmd/acme/acme.c |
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
" Name: modified nofrils | |
" Author: adg | |
" URL: based on https://github.com/robertmeta/nofrils | |
" (see this url for latest release & screenshots) | |
" License: OSI approved MIT license | |
" Modified: 2016 Feb 26 | |
hi clear | |
if exists("syntax_on") | |
syntax reset |
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
#!/bin/bash | |
# | |
# Script for updating a running Ceph Hammer cluster to Jewel | |
# | |
# This has to be run on the OSD node(s) as root | |
# | |
# Written for and tested on CentOS 7 | |
# | |
# Used to upgrade Ceph at EURAC Research | |
# |