This file contains 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/sh | |
set -e | |
CHANNEL="stable" | |
docker_version=19.03.15 | |
apt_url="https://apt.dockerproject.org" | |
yum_url="https://yum.dockerproject.org" | |
gpg_fingerprint="9DC858229FC7DD38854AE2D88D81803C0EBFCD88" |
This file contains 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
sudo certbot -d reg.example.com --manual --preferred-challenges dns certonly |
This file contains 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
var RED = require("node-red"); | |
var importedFlows = require('./flows.json') | |
const path = require('path'); | |
// Create the settings object - see default settings.js file for other options | |
var settings = { | |
httpNodeRoot: false, | |
httpAdminRoot: false, | |
userDir: path.join(__dirname, ".nodered"), | |
functionGlobalContext: {} |
This script allows you to whitelist / accept / trust your self-signed / custom / invalid certificate by putting it into your Keychain. This is helpful to convince your favorite browser (Chrome or Opera) to not give a shit about its issuer or whatever.
git clone https://gist.github.com/beevelop/cf60f88292ad76b0e1bc37ed688c07b4 whiteliste_ssl
cd whiteliste_ssl
chmod +x whitelist_ssl.sh
./whitelist_ssl.sh https://my-self-signed-domain.foobar/whatever/
Hi Flo,
git clone https://gist.github.com/beevelop/075981c168d84150632aa43e3cba14c7 stocha
cd stocha
npm i
ausführen mithilfe von
This file contains 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
{ | |
"non-interactive": true, | |
"force": false, | |
"pkgFiles": [ | |
"package.json" | |
], | |
"increment": "patch", | |
"commitMessage": "Release v%s", | |
"tagName": "v%s", |
This file contains 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
latestinfo | |
sha256test | |
callgrind* | |
sha256test.gcda |
This file contains 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
document.querySelector('#readme').setAttribute('style', 'position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background-color: white') | |
document.querySelector('body').appendChild(document.querySelector('#readme')) | |
window.print() |
NewerOlder