In your command-line run the following commands:
brew doctor
brew update
<?php | |
/** | |
* BoxBilling | |
* | |
* LICENSE | |
* | |
* This source file is subject to the license that is bundled | |
* with this package in the file LICENSE.txt | |
* It is also available through the world-wide-web at this URL: | |
* http://www.boxbilling.com/LICENSE.txt |
var http = require("http"), | |
url = require("url"), | |
path = require("path"), | |
fs = require("fs") | |
port = process.argv[2] || 8888; | |
http.createServer(function(request, response) { | |
var uri = url.parse(request.url).pathname | |
, filename = path.join(process.cwd(), uri); |
""" | |
This module is contains a handy tool to bulk delete DNS records from Cloudflare DNS via API | |
Usage: | |
```bash | |
git clone https://gist.github.com/bb15b3fc54ec6cbe7476b52c49e7c4aa.git | |
cd bb15b3fc54ec6cbe7476b52c49e7c4aa | |
python3 ./cloudflare_bulk_delete_dns.py your_api_token zone_id | |
``` | |
""" |
In your command-line run the following commands:
brew doctor
brew update
# from https://stackoverflow.com/a/30352360/6816965 | |
# 1. clone the publish repo and push it into the private one | |
git clone --bare https://github.com/exampleuser/public-repo.git | |
cd public-repo.git | |
git push --mirror https://github.com/yourname/private-repo.git | |
cd .. | |
rm -rf public-repo.git | |
# 2. work on the private repository as usual |
DISCLAIMER: I have no responsibility for any domains listed here, or in the comments, and if any of them capture any data transmitted by the HTTP request. At any time, any of the domains listed in this article may stop working (except localhost).
It turns out that some kind hearted people already set up wildcard domains for you already. You can use any domain below and/or any subdomain of these and they currently resolve to 127.0.0.1 but could switch at any time to resolve somewhere else. Here's the list of ones I know about. Let me know if there are more!
NOTE: You can (and should) check if any domain resolve to 127.0.0.1.
localhost
- It will always works. Do you know why? <--- Now there's no sorry.[*.]fbi.com
- 👏 👏 👏 👏 👏