Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
| samba: | |
| image: dperson/samba | |
| command: -u "example1;badpass" -s "media;/media;no;no;no;example1" -p | |
| ports: | |
| - "139:139" | |
| - "445:445" | |
| volumes: | |
| - ~/bcam/samba/media:/media | |
| - ~/bcam/samba/usershares:/var/lib/samba/usershares |
| #!/bin/sh -e | |
| # Written by PlatinumMaster, based on the work of mcd1992. | |
| mkdir -p /mnt/disk | |
| echo "Wiping the plugged in disk now, you have been warned!" | |
| # Wipe disk and mount it | |
| mkfs.ext4 /dev/block/sda1 | |
| mount /dev/block/sda1 /mnt/disk | |
| cd /mnt/disk |
| import javax.crypto.*; | |
| import javax.crypto.spec.SecretKeySpec; | |
| import java.io.File; | |
| import java.io.FileInputStream; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import java.nio.file.Files; | |
| import java.nio.file.Path; | |
| import java.nio.file.Paths; | |
| import java.security.InvalidKeyException; |
| FROM php:7.2.6-apache | |
| RUN docker-php-ext-install mysqli |
Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
for ActiveBackup its the following urls
The method described in this gist has been deprecated/superceeded by kiler129/early-vfio-pci-isolate tool.
It is more robust, configurable, and doesn't hack around scripts that are sometimes overwritten by system updates. The tool uses similar methods to the ones described below, but extends the capabilities by e.g. easy NVMe passthrough by S/N.
The description below has been preserved for historical context. At the time of writing, the tool above has been tested for ~6 months across multiple systems.
| const crypto = require('crypto'); | |
| const assert = require('assert') | |
| // THIS SECTION COVERS THE KEY GENERATION | |
| // AND PROOFS THAT THE SHARES KEYS ARE IDENTIAL | |
| // SOURCE: https://asecuritysite.com/encryption/js_ecdh | |
| // DOCS: https://nodejs.org/api/crypto.html#crypto_crypto_createecdh_curvename | |
| type = 'secp256k1'; | |
| // a list with all the curves that can be used |
| #!/usr/bin/env bash | |
| shopt -s nullglob | |
| lastgroup="" | |
| for g in `find /sys/kernel/iommu_groups/* -maxdepth 0 -type d | sort -V`; do | |
| for d in $g/devices/*; do | |
| if [ "${g##*/}" != "$lastgroup" ]; then | |
| echo -en "Group ${g##*/}:\t" | |
| else | |
| echo -en "\t\t" |
| blueprint: | |
| name: Frigate Notifications by SgtB have moved | |
| description: | | |
| ## ANNOUNCEMENT | |
| I have moved from this gist to a github repositry. | |
| Please checkout https://github.com/SgtBatten/HA_blueprints for the latest versions | |
| domain: automation |