Skip to content

Instantly share code, notes, and snippets.

@grueni
grueni / gist:7c3624e5b818a2ff6821a287deebe3f3
Created May 21, 2021 07:31
mongodb 4.4.6, openssl 1.1
cat <<EOF > test.cpp
#include <openssl/ssl.h>
int main() {
SSL_CTX_set_ecdh_auto(0, 0);
SSL_set_ecdh_auto(0, 0);
return 0;
}
EOF
@grueni
grueni / readme.md
Last active April 2, 2019 14:51
test.cgi
#!/usr/bin/perl
use WebminCore;

init_config();

ui_print_header(undef, "Test", "", undef, 1, 1, 0, undef, undef, undef, undef );

print ui_hidden_start('Tasks 1', 'hidden_1',1 );
print ui_columns_start([ "Virtual Device", "State", "Read", "Write", "Cksum" ]);
@grueni
grueni / a.log
Created January 21, 2019 11:48
glusterfs build.log OpenIndiana
This file has been truncated, but you can view the full file.
/export/builds/oi-userland.4/tools/userland-fetch --file /export/builds/oi-userland.4/archives/glusterfs-5.3.tar.gz --url https://github.com/gluster/glusterfs/archive/v5.3.tar.gz --hash sha256:ae11a89fc2b7980b4913e2b7c196da2961d78ca776d30ddbe9e98c4b8b95021d
Source /export/builds/oi-userland.4/archives/glusterfs-5.3.tar.gz...
validating signature... skipping (no signature URL)
validating hash... ok
/usr/bin/touch /export/builds/oi-userland.4/archives/glusterfs-5.3.tar.gz
/bin/rm -f -r /export/builds/oi-userland.4/components/cluster/glusterfs/glusterfs-5.3
/usr/bin/env RUBY_VERSION=2.3 /export/builds/oi-userland.4/tools/userland-unpack /export/builds/oi-userland.4/archives/glusterfs-5.3.tar.gz
/usr/bin/touch /export/builds/oi-userland.4/components/cluster/glusterfs/glusterfs-5.3/.unpacked
/usr/gnu/bin/patch -d /export/builds/oi-userland.4/components/cluster/glusterfs/glusterfs-5.3 --strip=1 --backup --version-control=numbered < patches/01.patch
patching file libglusterfs/src/compat.h