All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Image from: https://github.com/twinbit/docker-drupal-solr | |
Run a container with a temporary solr. | |
$ docker run -p=8983:8983 --name=solr --rm twinbit/docker-drupal-solr |
docker run --rm -p 1080:1080 -p 1025:1025 --name mailcatcher schickling/mailcatcher |
#!/bin/bash | |
# Author: Matthias Glastra | |
# Purpose: Purge e-mail that are beeing send by the MAILER-DAEMON based on a from address. | |
# Usage: | |
# ./purge-mailer-daemon.sh "example.com" | |
# | |
# Example: | |
# When a spam attack happend by example.com and e-mails could not be delivered the daemon starts | |
# sending e-mails back. You can remove these e-mail through this script. | |
# |
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
apiVersion: apps/v1 | |
kind: DaemonSet | |
metadata: | |
name: filebeat-filebeat | |
labels: | |
app: filebeat-filebeat | |
spec: | |
selector: | |
matchLabels: | |
app: filebeat-filebeat |
$ go run main.go assemble --flatMerge --primaryCompFile sbomex-cdx.json sbomgr-cdx.json -o flat-pc-merge-sbom.spdx.json | |
{ | |
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", | |
"bomFormat": "CycloneDX", | |
"specVersion": "1.6", | |
"serialNumber": "urn:uuid:1cef94a5-0ba6-411e-b8eb-c952dd34f85c", | |
"version": 1, | |
"metadata": { | |
"timestamp": "2025-01-07T09:03:33Z", |