Skip to content

Instantly share code, notes, and snippets.

View Mayo42's full-sized avatar

Philipp Ehler Mayo42

  • Hannover, Germany
View GitHub Profile
@pmbaumgartner
pmbaumgartner / dockerpredict.sh
Last active September 26, 2019 17:18
Getting Bert Working!
#!/bin/sh
# use this to get predictions on a test.csv located in BERT_DATA_DIR
export OUTCOME={classification_task_name}
export NOTEBOOK=/notebooks # don't change me
docker run --runtime=nvidia -it --rm \
-v $(pwd):$NOTEBOOK/ \
-e "BERT_BASE_DIR=$NOTEBOOK/uncased_L-12_H-768_A-12" \
@csprance
csprance / ServerInstallInstructions.md
Last active January 23, 2024 09:21
Instructions for setting up a Miscreated Self Hosted Server

Self Hosted Servers

During the entire beta phase of Miscreated self hosted servers are NOT officially supported and will mostly likely be changed during each update.

Due to the fact that self hosted server admins can adjust item spawns the Items tab on Amalgamated kiosks is disabled on self hosted servers - the Skins tab remains fully functional.

It's recommended server admins join our community Discord server for help: http://discord.gg/miscreated - Help requests go in the #server-admin-help channel.

START INSTALL INSTRUCTIONS - CUSTOMIZE TO YOUR NEEDS

NOTE: This document describes the manual steps needed for setting up a Miscreated server. It is highly suggested most users instead use Spafbi's Simplified Miscreated Server Setup script to handle setup, updating, and running of the server.

@fntlnz
fntlnz / self-signed-certificate-with-custom-ca.md
Last active April 23, 2025 14:10
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096