I hereby claim:
- I am samwiseg00 on github.
- I am samwiseg0 (https://keybase.io/samwiseg0) on keybase.
- I have a public key whose fingerprint is 0129 AAA1 C4E2 B0CA 612E 5BB6 06B6 E924 8D4C 29E7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ''' | |
| Please use https://github.com/blacktwin/JBOPS/tree/master/killstream | |
| ''' |
| /** | |
| * Marlin 3D Printer Firmware | |
| * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] | |
| * | |
| * Based on Sprinter and grbl. | |
| * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or |
| # -*- coding: utf-8 -*- | |
| import argparse | |
| import configparser | |
| import json | |
| import os | |
| def sanitize_value(value): | |
| # Remove leading and trailing whitespaces, including newline characters | |
| value = value.strip() | |
| # Remove any extra quotes or escape characters |
| blueprint: | |
| name: Low battery level detection & notification for all battery sensors | |
| description: Regularly test all sensors with 'battery' device-class for crossing | |
| a certain battery level threshold and if so execute an action. | |
| domain: automation | |
| input: | |
| threshold: | |
| name: Battery warning level threshold | |
| description: Battery sensors below threshold are assumed to be low-battery (as | |
| well as binary battery sensors with value 'on'). |
| # Derived from this: https://github.com/gashton/bambustudio_tools/blob/master/bambudiscovery.sh | |
| # Python implementation without need for linux | |
| # Send the IP address of your BambuLab printer to port 2021/udp, which BambuStudio is listens on. | |
| # Ensure your PC has firewall pot 2021/udp open. This is required as the proper response would usually go to the ephemeral source port that the M-SEARCH ssdp:discover message. | |
| # But we are are blindly sending a response directly to the BambuStudio listening service port (2021/udp). | |
| # Temporary solution to BambuStudio not allowing you to manually specify the Printer IP. | |
| # Usage: |
The following script can be used to disable Zscaler on macOS. Zscaler is software that blocks access to Internet resources on corporate managed computers. These scripts will not uninstall the Zscaler software.
You may be asked to enter a password for command operations that require
elevated privileges via sudo. If you do not have permission to run commands
with sudo then these scripts will not work for you.
| # Apple Services Allowlist | |
| # Source: https://support.apple.com/en-us/101555 | |
| # Last synced: April 2026 | |
| # Excluded: doh.dns.apple.com (DNS bypass), metrics.icloud.com (telemetry), | |
| # iphonesubmissions.apple.com (optional analytics) | |
| # Device Setup | |
| albert.apple.com | |
| captive.apple.com | |
| gs.apple.com |