{
"type": "Microsoft.Compute/virtualMachines",
"location": "westeurope",
"tags": {
"bkp_fs_schedule": "mo:111111111111111111111111, tu:111111111111111111111111, we:111111111111111111111111, th:111111111111111111111111, fr:111111111111111111111111, sa:111111111111111111111111, su:111111111111111111111111, min:1d, max:3d",
"bkp_db_schedule": "mo:111111111111111111111111, tu:111111111111111111111111, we:111111111111111111111111, th:111111111111111111111111, fr:111111111111111111111111, sa:111111111111111111111111, su:111111111111111111111111, min:1d, max:3d",
"bkp_log_schedule": "mo:111111111111111111111111, tu:111111111111111111111111, we:111111111111111111111111, th:111111111111111111111111, fr:111111111111111111111111, sa:111111111111111111111111, su:111111111111111111111111, min:10m, max:30m",
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>jwt.ms: Welcome!</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script> | |
<style> | |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline |
Live video of problem at https://asciinema.org/a/dT41HGCq4nuMfoItz212g3iMD
# mkfifo /tmp/restorepipe --mode=0600
# ll /tmp/restorepipe
prw------- 1 root root 0 Sep 19 10:31 /tmp/restorepipe
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
namespace EricaRepro | |
{ | |
using System; | |
using System.Text; | |
using System.Threading.Tasks; | |
public class MessageForwarder | |
{ | |
public bool AlreadyForwardedHeader { get; private set; } = false; | |
public Func<byte[], Task> Forwader { get; private set; } |
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
[ | |
%{ | |
"currentValue" => 0, | |
"limit" => 2000, | |
"name" => %{ | |
"localizedValue" => "Availability Sets", | |
"value" => "availabilitySets" | |
}, | |
"unit" => "Count" | |
}, |
-
Frage: Wenn Sie an Ihre Kindheit denken, oder an Ihre KiTa: Welche Tischmanieren, welche Regeln gibt oder gab es? Welche Sätze wiederholen sich?
-
"Iss den Teller leer!"
-
"Die Kinder in Afrika hungern!".
-
"... dann gibt es schönes Wetter."
-
Essenszeiten können Erholungspausen in der Alltagshektik sein, quasi "Tankstellen" für Nährstoffe und Emotionen. Gemeinsame, heitere, informelle Zeiten, eine wahre Sinnesfreude.
-
Essenszeiten können aber auch als Konfliktzeiten des Tages kennengelernt worden sein und gefürchtet werden, wenn offene Konfrontation herrscht oder als Pädagogik getarnte Agression bis hin zur Demütigung.
-
Dann wird aus der Genusszeit eine Stresszeit.
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
GET https://management.azure.com/tenants?api-version=2016-06-01 | |
Authorization: {{$aadToken new public {{azureTenantID}} }} | |
################# | |
GET https://management.azure.com/tenants?api-version=2016-06-01 | |
Authorization: {{$aadToken public {{azureTenantID}} }} |
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
lcprd1.samsungcloudsolution.net | |
time.samsungcloudsolution.com | |
oempprd.samsungcloudsolution.com | |
cdn.samsungcloudsolution.com | |
Coordinator-Production-28516768.us-east-1.elb.amazonaws.com | |
syncplusconfig.s3.amazonaws.com | |
targeted-config-test.samsungacr.com | |
premium-videos.telly.com | |
www.samsungotn.net | |
infolink.pavv.co.kr |
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
{ | |
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"sourceDiskResourceGroup": { "type": "string", "defaultValue": "K8S" }, | |
"sourceDiskResourceName": { "type": "string", "defaultValue": "licenseserver_OsDisk_1_c2f95f1417b54f17abf1decb464c6150" }, | |
"sourceDiskSnapshotName": { "type": "string", "defaultValue": "licenseserver-osdisk-snap1" }, | |
"targetDiskResourceName": { "type": "string", "defaultValue": "licenseserver-osdisk-snap-in-az2" }, | |
"targetAZ": { "type": "string", "defaultValue": "2" } | |
}, |