150.222.78.0/24, 15.193.2.0/24, 52.219.48.0/22, 15.230.29.0/24, 15.177.82.0/24, 122.248.192.0/18, 54.169.0.0/16, 52.144.224.128/26, 54.239.0.96/28, 103.246.148.0/23, 54.255.0.0/16, 52.95.255.32/28, 175.41.128.0/18, 13.250.0.0/15, 64.252.102.0/24, 99.77.143.0/24, 52.144.231.64/26, 99.82.173.0/24, 52.76.128.0/17, 52.219.32.0/21, 52.93.8.0/22, 64.252.103.0/24, 15.221.8.0/21, 52.74.0.0/16, 54.179.0.0/16, 13.248.127.0/24, 52.220.0.0/15, 18.142.0.0/15, 46.137.192.0/19, 43.250.192.0/24, 46.137.224.0/19, 46.51.216.0/21, 52.94.248.32/28, 52.219.40.0/22, 150.222.108.0/24, 54.254.0.0/16, 54.151.128.0/17, 52.219.124.0/22, 18.136.0.0/16, 13.212.0.0/15, 52.93.63.0/24, 52.95.35.0/24, 64.252.104.0/24, 52.219.128.0/22, 18.140.0.0/15, 52.95.212.0/22, 15.230.6.0/24, 52.93.19.237/32, 52.95.242.0/24, 54.240.227.0/24, 54.240.199.0/24, 99.77.161.0/24, 203.83.220.0/22, 52.219.132.0/22, 52.94.198.96/28, 52.94.11.0/24, 150.222.219.0/24, 18.138.0.0/15, 52.93.19.236/32, 52.119.205.0/24, 52.76.0.0/17, 52.119.184.0/22, 54.251.0.0/16,
This file contains hidden or 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 | |
# Replaces annoying "fancy" quotes created by programs like Microsoft Word and everything in MacOS | |
# with normal ASCII single-quotes (') or double-quotes (") | |
# This script does NOT replace the GRAVE ACCENT (`) since it is commonly used in Markdown and as a bash command | |
# See: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html | |
SINGLE=$(echo -ne '\u00B4\u2018\u2019') | |
DOUBLE=$(echo -ne '\u201C\u201D') | |
sed -i "s/[$SINGLE]/'/g; s/[$DOUBLE]/\"/g" $1 |
This file contains hidden or 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
Install-Module posh-git -Scope CurrentUser | |
Install-Module oh-my-posh -Scope CurrentUser | |
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck | |
Then run "notepad $PROFILE" and add these lines to the end: | |
Import-Module posh-git | |
Import-Module oh-my-posh | |
Set-Theme Paradox |
Retrieve hosted zones with aws route53 list-hosted-zones
then enter the zone Id below:
aws route53 list-resource-record-sets --hosted-zone-id "/hostedzone/xxxxxxxxxxx" | \
jq -r '.ResourceRecordSets[] | [.Name, .Type, (.ResourceRecords[]? | .Value), .AliasTarget.DNSName?] | @tsv'
https://www.ktmforums.com/threads/ktm-orange-paint-code.21497/
This file contains hidden or 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
var cid; | |
ga(function(tracker) { | |
cid = tracker.get('clientId')); | |
}); |
This file contains hidden or 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
?full&json%27 |