I had been using the cert.pem
file that Let's Encrypt produces. This file contains only the certificate.
This was configured in the mosquitto config with the line
certfile /mosquitto/config/ssl/mosquitto.crt
#!/bin/bash | |
# https://hydrogenaud.io/index.php/topic,97746.0.html | |
temp_file="$(mktemp)" | |
trap 'rm -f -- "$temp_file"' EXIT | |
bps="$( metaflac --show-bps "$1" )" | |
flac --analyze --stdout "$1" 2>/dev/null | grep --fixed-strings 'wasted_bits' | cut -d '=' -f 3 | cut -f 1 > "$temp_file" | |
tbps=0 | |
n=0 |
from __future__ import print_function | |
import sys | |
from flask import Flask, request | |
import json | |
app = Flask(__name__) | |
@app.route('/', defaults={'path': ''}, methods=['GET', 'HEAD', 'POST']) | |
@app.route('/<path:path>', methods=['GET', 'HEAD', 'POST']) | |
def show_payload(path): |
If you go to the HP support site
https://support.hp.com/us-en/drivers/desktops
And enter the serial number of your retired HP device, it will respond with an error message saying that your product is retired and that they don't provide drivers and manuals any more.
HP policy for products no longer supported HP Support may vary by product. Once a product is retired, the official HP support content (troubleshooting articles, user guides, how-to videos, etc.) for that product is removed from the HP web site. Additional support content may still be available via the HP Forums or from third-party web sites; however, HP takes no responsibility for content authored by third-parties.
The boundaries of the Hyde Shuttle of Seattle for
the Northeast Seattle
neighborhood
We do make some exceptions:
#!/bin/bash -x | |
# Session duration | |
# DURATION=43200 | |
DURATION=3600 | |
unset AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN | |
if ! sts=( $( | |
aws sts assume-role \ |
for keyfile in /etc/apt/keyrings/*.asc; do echo "$keyfile"; cat "$keyfile" | gpg --with-colons --import-options show-only --import | awk -F: '$1 == "fpr" {print $10}' | xargs --verbose -L 1 apt-key del; done |
#!/bin/bash | |
if [ -z "$1" -o "$1" = "mount" ]; then | |
action=mount | |
elif [ "$1" = "umount" ]; then | |
action=umount | |
elif [ "$1" = "wait" ]; then | |
action=wait | |
else | |
echo "missing action" |
If you're running the linuxserver.io dockerized Unifi Network Application / Unifi Controller and you've SSH'd into the Unifi AP and set the inform URL as described in the README by running
set-inform http://$address:8080/inform
and when you run the info
command to see the result you see the message