Skip to content

Instantly share code, notes, and snippets.

@acetousk
acetousk / dnssec.md
Last active June 11, 2026 10:51
aws.com and google.com don't have DNSSEC enabled

I was looking at verisign's public dns whois checker and I got this crazy result.

Amazon.com doesn't have dnssec enabled.

# To verify run:
~ ❯ delv amazon.com
; unsigned answer
amazon.com.             2       IN      A       98.82.161.185
amazon.com.             2       IN      A       98.87.170.71
amazon.com.             2       IN      A       98.87.170.74
@acetousk
acetousk / asdf
Created February 5, 2025 06:56
Moqui Fine Tuning Data H2 database based on:
asdf
This file has been truncated, but you can view the full file.
[
{
"title": "tt0111161",
"response": {
"data": {
"title": {
"principalCast": [
{
"category": {
"text": "Stars"
[
{
"title": "tt0111161",
"movieName": "The Shawshank Redemption (1994)",
"plotText": "A banker convicted of uxoricide forms a friendship over a quarter century with a hardened convict, while maintaining his innocence and trying to remain hopeful through simple compassion.",
"streamingProviders": []
},
{
"title": "tt0068646",
"movieName": "The Godfather (1972)",
{
"title": "tt0032551",
"movieName": "The Grapes of Wrath (1940)",
"plotText": "An Oklahoma family, driven off their farm by the poverty and hopelessness of the Dust Bowl, joins the westward migration to California, suffering the misfortunes of the homeless in the Great Depression.",
"streamingProviders": []
},
{
"title": "tt0107048",
"movieName": "Groundhog Day (1993)",
"plotText": "A narcissistic, self-centered weatherman finds himself in a time loop on Groundhog Day.",
[
{
"title": "tt0068646",
"movieName": "tt0068646",
"plotText": "The aging patriarch of an organized crime dynasty transfers control of his clandestine empire to his reluctant son.",
"streamingProviders": [
"AMC+",
"Paramount+",
"Pluto TV",
"Prime Video"
[
{
"title": "tt0068646",
"movieName": "tt0068646",
"plotText": "The aging patriarch of an organized crime dynasty transfers control of his clandestine empire to his reluctant son.",
"streamingProviders": [
"AMC+",
"Paramount+",
"Pluto TV",
"Prime Video"
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kuard
annotations: {}
#cert-manager.io/issuer: "letsencrypt-staging"
spec:
ingressClassName: nginx
tls:
- hosts:
#!/bin/bash
# Check if the required arguments are provided
if [ "$#" -lt 3 ]; then
echo "Usage: $0 <current_db_uri> <db_to_delete> <user_to_delete>"
exit 1
fi
# Variables
CURRENT_DB_URI="$1"
0.0.0.0 youtube.com
0.0.0.0 m.youtube.com
0.0.0.0 instagram.com
0.0.0.0 x.com
0.0.0.0 twitter.com
0.0.0.0 reddit.com
0.0.0.0 facebook.com
0.0.0.0 tiktok.com
0.0.0.0 snapchat.com
0.0.0.0 whatsapp.com