Make sure everything is up to date in the App Store
2. Install Homebrew
- Open a terminal window and execute the Homebrew install script:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"| /** | |
| * 1. open cloudflare dashboard, choose domain, go to DNS section | |
| * 2. open browser's dev tool (via F12 or inspect or however) | |
| * 3. in devtool, go to console tab | |
| * 4. clear all existing messages | |
| * 5. paste all script below | |
| * 6. hit enter and watch | |
| * 7. script only delete records displayed in the screen | |
| * 8. if want to delete more, refresh browser and run script again | |
| * |
| #!/bin/bash | |
| # Copyright © 2017 Google Inc. | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software |
Make sure everything is up to date in the App Store
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"| license: gpl-3.0 | |
| redirect: https://observablehq.com/@d3/map-zooming |