| Domain | Description |
|---|---|
| dis.gd | Discord's URL shorter (I like .gd as top-level domain) |
| discord.co | Admin panel, this means not for us! (Not discord administrators / maybe staffs) |
| discord.com | The domain is for e.g the homepage or message links etc |
| discord.design | Dribbble profile shortlink |
| discord.dev | Developer site shortlinks |
| discord.gg | Invite shortlinks |
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 | |
| set -ex | |
| api_url="https://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&mkt=en-US" | |
| base_url="https://www.bing.com" | |
| output=$HOME/wallpapers/bing-wallpaper.jpg | |
| # Fetch the URL from the Bing API endpoint. |
This document describes an SOP for archiving a YouTube livestream, either public or private.
The demonstrations below are operated under Arch Linux, but it should work on other systems as well, including Windows MSYS2.
This SOP was originally written for archiving Gawr Gura’s unarchived streams.
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
| -- See the most up to date version here where it says "Download the mrc-converter-suite zip archive" https://discussions.agilebits.com/discussion/30286/mrcs-convert-to-1password-utility/p1 | |
| -- | |
| -- Exports Safari's saved passwords to a CSV file formatted for use with the convert_to_1p4's csv converter | |
| -- | |
| -- Version 1.4 | |
| -- mike (at) cappella (dot) us | |
| -- | |
| use AppleScript version "2.5" -- runs on 10.11 (El Capitan) and later | |
| use scripting additions |
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
| # 2017-10-01T14:14:44+00:00 | |
| 108.175.32.0/20 | |
| 108.175.34.0/24 | |
| 108.175.35.0/24 | |
| 192.173.64.0/18 | |
| 198.38.100.0/24 | |
| 198.38.101.0/24 | |
| 198.38.108.0/24 | |
| 198.38.109.0/24 |
dhcp-script=/etc/detect_new_device.sh
Reference:
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 | |
| # $bing is needed to form the fully qualified URL for | |
| # the Bing pic of the day | |
| bing="http://www.bing.com" | |
| # $xmlURL is needed to get the xml data from which | |
| # the relative URL for the Bing pic of the day is extracted | |
| # The idx parameter determines where to start from. 0 is the current day, | |
| # 1 the previous day, etc. |