This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version="2.0"> | |
<head> | |
<title>Feeds</title> | |
</head> | |
<body> | |
<outline text="Anime" title="Anime"> | |
<outline title="Anime News Network - News" htmlUrl="https://www.animenewsnetwork.com/news/" text="Anime News Network - News" type="rss" xmlUrl="https://www.animenewsnetwork.com/news/rss.xml?ann-edition=us" /> | |
</outline> | |
<outline text="Crypto" title="Crypto"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: file | |
namespace: default | |
data: | |
mycoolfile.txt: | | |
hey check out my cool file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function kubeproxy() { | |
setopt local_traps | |
pod_name="socat-$(whoami)" | |
if [[ "${2}x" == "x" ]]; then | |
echo "Usage: kubeproxy [Hostname] [Port]" | |
return 0 | |
fi | |
if kubectl run --restart=Never --image=alpine/socat $pod_name -- -d -d tcp-listen:$2,fork,reuseaddr tcp-connect:$1:$2; then | |
while [[ $(kubectl get pod $pod_name -o json | jq -r '.status.phase') != "Running" ]]; do | |
sleep 0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
audio_off=1 | |
f=apng | |
an=1 | |
vcodec=apng | |
width=320 | |
height=320 | |
aspect=1 | |
progressive=1 | |
frame_rate_num=3000000 | |
frame_rate_den=1000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- /usr/local/share/ntopng/scripts/callbacks/checks/hosts/custom_host_lua_script.lua | |
if (host.name() == "meet.google.com") then | |
local response, err = ntop.httpGet("https://home-assistant-url/api/webhook/webhook-url") | |
if err then | |
print("Webhook request for meet.google.com match failed: " .. err) | |
end | |
print("Active Google Meet in progress") | |
end | |
-- IMPORTANT: do not forget this return at the end of the script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=%i service | |
Requires=docker.service | |
After=docker.service | |
[Service] | |
Restart=always | |
User=root | |
Group=docker | |
WorkingDirectory=/services/%i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"instanceId": "aa9435bb3ce60270561861142bd6fad2007ec1f2f21b7e4ae8cd074b32d19840" | |
}, | |
"nodes": [ | |
{ | |
"parameters": {}, | |
"name": "Start", | |
"type": "n8n-nodes-base.start", | |
"typeVersion": 1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cache-max-negative-ttl: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cloudflare_supported_tlds=( | |
academy | |
agency | |
app | |
blog | |
cam | |
camera | |
center | |
chat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version="2.0"> | |
<head> | |
<title>Feeds</title> | |
</head> | |
<body> | |
<outline text="Anime" title="Anime"> | |
<outline type="rss" title="Anime News Network - News" htmlUrl="https://www.animenewsnetwork.com/news/" text="Anime News Network - News" xmlUrl="https://www.animenewsnetwork.com/news/rss.xml?ann-edition=us" /> | |
</outline> | |
<outline text="Crypto" title="Crypto"> |