- Creates CA key
- Creates Server Key/Cert signed with CA Key
- Creates Client Key/Cert signed with CA Key
Usage:
./keys.sh [common name] [sans...]
Subdirectory named "certs" is removed and recreated each run
| config: | |
| merge: | |
| $include: server-tags/tags.conf | |
| container: | |
| patch: | |
| - op: add | |
| path: /volumeMounts/- | |
| value: | |
| name: server-tags | 
| #!/bin/bash | |
| msgs_per_publisher="1 10 100 1000" | |
| publishers="1 10 100 1000" | |
| mem_limits="33554432 67108864 134217728 268435456" | |
| seconds=10 | |
| timeout_seconds=13 | |
| passed="" | |
| # set to 1 to enable jetstream | 
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: busybox | |
| spec: | |
| replicas: 1 | |
| selector: | |
| matchLabels: | |
| app: busybox | |
| version: v1 | 
| // ==UserScript== | |
| // @name Zoho Expense Auto Reference | |
| // @namespace https://boxboat.com/ | |
| // @version 0.1 | |
| // @description Auto add reference to Zoho Expense | |
| // @author Caleb Lloyd | |
| // @match https://expense.zoho.com/* | |
| // @grant none | |
| // ==/UserScript== | 
Usage:
./keys.sh [common name] [sans...]
Subdirectory named "certs" is removed and recreated each run
| public override T GetFieldValue<T>(int ordinal) | |
| { | |
| try | |
| { | |
| return base.GetFieldValue<T>(ordinal); | |
| } | |
| catch (InvalidCastException e) | |
| { | |
| return ConvertWithReflection<T>(ordinal, e); | |
| } | 
| ./stress.sh 3000 1s async2 | |
| Rate = 3000 RPS | |
| Duration = 1s | |
| Targets = targets-async2.txt | |
| Requests [total, rate] 3000, 3001.00 | |
| Duration [total, attack, wait] 1.000210473s, 999.66543ms, 545.043µs | |
| Latencies [mean, 50, 95, 99, max] 10.404817ms, 448.391µs, 70.46273ms, 115.09937ms, 139.388358ms | |
| Bytes In [total, mean] 45288000, 15096.00 | |
| Bytes Out [total, mean] 0, 0.00 | |
| Success [ratio] 100.00% | 
Assumptions:
Instructions:
This script creates a Container VM on Google Compute Engine running a NFS V4 server exposed on Port 2049 with the /exports directory mounted to a persistent disk. This means:
To run: