I hereby claim:
- I am skellla on github.
- I am m03geek (https://keybase.io/m03geek) on keybase.
- I have a public key ASC8nQZcdpB_VImFnDLuMy-NktGCJC6L6T1saQft8xy9AQo
To claim this, I am signing this object:
| : tf_provider_addr=registry.terraform.io/cloudflare/cloudflare tf_req_id=*** tf_rpc=ReadResource @caller=github.com/cloudflare/terraform-provider-cloudflare/internal/logging/logging.go:96 @module=cloudflare tf_resource_type=cloudflare_r2_custom_domain timestamp="2025-12-23T20:51:58.698+0100" | |
| 2025-12-23T20:51:58.700+0100 [DEBUG] provider.terraform-provider-cloudflare_v5.15.0: Value switched to prior value due to semantic equality logic: tf_req_id=*** tf_rpc=ReadResource @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=cloudflare_r2_custom_domain @module=sdk.framework tf_attribute_path=enabled tf_provider_addr=registry.terraform.io/cloudflare/cloudflare timestamp="2025-12-23T20:51:58.700+0100" | |
| 2025-12-23T20:51:58.700+0100 [DEBUG] provider.terraform-provider-cloudflare_v5.15.0: Value switched to prior value due to semantic equality logic: tf_req_id=*** tf_resource_type=cloudflare_r2_custom_domain @caller=github.com/hashicorp/terr |
| alias: Grid Outage Warning | |
| description: Sends notification 10 minutes before grid outage | |
| triggers: | |
| - trigger: numeric_state | |
| entity_id: | |
| - sensor.time_to_grid_outage // uses custom hour based sensor, but you can use one integration provides in minuts | |
| below: 0.18 | |
| conditions: | |
| - condition: state | |
| entity_id: binary_sensor.grid_power |
| #!/bin/bash | |
| # Universal import script for *arr applications with MergerFS | |
| # Works with Sonarr, Radarr, Lidarr, and Readarr | |
| # Ensures hardlinking between downloads and destination directories | |
| set -e # Exit on any error | |
| # Get parameters from the *arr application | |
| SOURCE_PATH="$1" |
| # Disable overscan assuming the display supports displaying the full resolution | |
| # If the text shown on the screen disappears off the edge, comment this out | |
| disable_overscan=1 | |
| # How much memory in MB to assign to the GPU on Pi models having | |
| # 256, 512 or 1024 MB total memory | |
| gpu_mem_256=100 | |
| gpu_mem_512=100 | |
| gpu_mem_1024=100 |
| { | |
| "foo": "bar", | |
| "bar": "baz" | |
| } |
| [Unit] | |
| Description=Blocky service | |
| ConditionPathExists=/home/ubuntu/apps/blocky/blocky | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| User=ubuntu | |
| Group=ubuntu |
| #!/usr/bin/env bash | |
| APPLICATIONS_PATH="$HOME/Applications" | |
| CODE_PATH="$APPLICATIONS_PATH/VSCode" | |
| DOWNLOAD_URL="https://vscode-update.azurewebsites.net/latest/linux-x64/stable" | |
| echo "Downloading $DOWNLOAD_URL..." | |
| DOWNLOAD_PATH=$(mktemp) | |
| curl -L $DOWNLOAD_URL --output $DOWNLOAD_PATH | |
| echo "Downloaded to $DOWNLOAD_PATH" |
I hereby claim:
To claim this, I am signing this object:
| {"lastUpload":"2022-01-22T19:07:17.551Z","extensionVersion":"v3.4.3"} |
| gdb tomahawk | |
| GNU gdb (Gentoo 7.11.1 vanilla) 7.11.1 | |
| Copyright (C) 2016 Free Software Foundation, Inc. | |
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
| This is free software: you are free to change and redistribute it. | |
| There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
| and "show warranty" for details. | |
| This GDB was configured as "x86_64-pc-linux-gnu". | |
| Type "show configuration" for configuration details. | |
| For bug reporting instructions, please see: |