Skip to content

Instantly share code, notes, and snippets.

@markllama
markllama / www.nhc.noaa.gov_gtwo.php_basin=?atlc
Last active July 9, 2025 20:38
NHC RSS Report - No Activity
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:georss="http://www.georss.org/georss"
xmlns:gml="http://www.opengis.net/gml"
xmlns:nhc="https://www.nhc.noaa.gov">
<channel>
<pubDate>Wed, 09 Jul 2025 20:29:22 GMT</pubDate>
<title>NHC Atlantic</title>
<description>Active tropical cyclones in the Atlantic, Caribbean, and the Gulf of America</description>
@markllama
markllama / www.nhc.noaa.gov_index-at.xml
Last active July 9, 2025 20:29
NHC XML Report - No Activity
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" xmlns:nhc="https://www.nhc.noaa.gov" version="2.0">
<channel>
<pubDate>Wed, 09 Jul 2025 20:10:52 GMT</pubDate>
<title>NHC Atlantic</title>
<description>Active tropical cyclones in the Atlantic, Caribbean, and the Gulf of America</description>
<link>https://www.nhc.noaa.gov/</link>
<copyright>none</copyright>
<managingEditor>[email protected] (NHC Webmaster)</managingEditor>
<language>en-us</language>
<webMaster>[email protected] (NHC Webmaster)</webMaster>
@markllama
markllama / ep-report-20250702-1200ET.rss
Created July 2, 2025 13:23
EP Tropical Storm Report - 20250702 - Compare XML and RSS
here are the arguments:
- basin: Eastern Pacific
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:georss="http://www.georss.org/georss"
xmlns:gml="http://www.opengis.net/gml"
xmlns:nhc="https://www.nhc.noaa.gov">
@markllama
markllama / rkt-get-images
Last active August 29, 2015 14:22
Rocket - Get Images
sudo rkt images
KEY APPNAMEIMPORTTIME LATEST
sha512-6d9abded1af3a9a58c5bb34dcb4664ef99c8a1f9e121fcb8e69ed6705b4a39e8 fedora-rocketfiles/bash:1.2.1 2015-06-05 18:37:40.338 -0400 EDT false
sha512-822778138a2ac9cfcfbd0565cebc1206c4f9f224933632d17c21230a6d4e5f70 coreos.com/rkt/stage1:0.0.1 2015-06-05 18:47:09.233 -0400 EDT false
sudo rkt run sha512-6d9abded1af3a9a58c5bb34dcb4664ef99c8a1f9e121fcb8e69ed6705b4a39e8
...
sudo rkt run sha512-6d9abded1af
...
@markllama
markllama / rkt-run-biash
Last active August 29, 2015 14:22
Rocket - run a simple container
sudo rkt run https://github.com/fedora-cloud/Fedora-rktfiles/releases/download/v0.5.1/bash-1.2.1-linux-amd64.aci 2>&1 | more
rkt: fetching image from https://github.com/fedora-cloud/Fedora-rktfiles/release
s/download/v0.5.1/bash-1.2.1-linux-amd64.aci
Downloading signature from https://github.com/fedora-cloud/Fedora-rktfiles/relea
ses/download/v0.5.1/bash-1.2.1-linux-amd64.aci.asc
Downloading signature: [=======================================] 473 B/473 B
Downloading ACI: [ ] 16.4 KB/2.81 MB
Downloading ACI: [=============================================] 2.81 MB/2.81 MB
rkt: signature verified:
@markllama
markllama / rkt-add-trust-cert
Created June 5, 2015 22:21
Rocket - Add a trust certificate
sudo rkt trust --prefix coreos.com/etcd
Prefix: "coreos.com/etcd"
Key: "https://coreos.com/dist/pubkeys/aci-pubkeys.gpg"
GPG key fingerprint is: 8B86 DE38 890D DB72 9186 7B02 5210 BD88 8818 2190
CoreOS ACI Builder <[email protected]>
Are you sure you want to trust this key (yes/no)?
yes
Trusting "https://coreos.com/dist/pubkeys/aci-pubkeys.gpg" for prefix "coreos.com/etcd".
Added key for prefix "coreos.com/etcd" at "/etc/rkt/trustedkeys/prefix.d/coreos.com/etcd/8b86de38890ddb7291867b025210bd8888182190"
wget https://github.com/markllama/rkt/releases/download/v0.5.6/rkt-0.5.6-1_a07bdc3.fc22.x86_64.rpm
dnf install rkt-0.5.6-1_a07bdc3.fc22.x86_64.rpm
rpm -ql -p ~/rpmbuild/RPMS/x86_64/rkt-0.5.6-1_a07bdc3.fc22.x86_64.rpm
/usr/bin/actool
/usr/bin/rkt
/usr/lib/systemd/system/rkt-gc.service
/usr/lib/systemd/system/rkt-gc.timer
/usr/lib/systemd/system/rkt-metadata.service
wget https://github.com/coreos/rkt/releases/download/v0.5.6/rkt-v0.5.6.tar.gz
tar -xvf rkt-v0.5.6.tar.gz
rkt-v0.5.6/
rkt-v0.5.6/stage1.aci
rkt-v0.5.6/rkt
tar -tzf rkt-v0.5.6/stage1.aci
rootfs
rootfs/diagexec
rootfs/enter
@markllama
markllama / https-service.json
Created December 19, 2014 21:01
Kubernetes service spec for HTTPs
{
"id": "https",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 443,
"publicIPs": ["10.245.1.5"],
"selector": {
"name": "pulphttps"
},
}
@markllama
markllama / http-service.json
Created December 19, 2014 20:56
Kubernetes service spec for HTTP
{
"id": "http",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 80,
"publicIPs": ["10.245.1.5"],
"selector": {
"name": "pulphttp"
},
}