Server | SSL | Metods | Server country code | Comments |
---|---|---|---|---|
[YaCDN][1] | GET | EU | Unlimited size and unlimited requests (for now) | |
[crossorigin.me][2] | GET | US | Require Origin header 2MB size limit |
|
[cors-proxy.htmldriven][3] | - | CZ | JSON response don't work well with binary |
|
[cors-proxy.taskcluster][4] | POST | US | Only witelisted to taskcluster.net Can send any header/method |
|
[thingproxy][9] | ANY | US | Limited to 100kb for both upload and download, max 10 req/sec | |
[whateverorigin][10] | GET | US | Only supports JSONP | |
[cors.io][11] | GET, HEAD | US | Only supports GET and HEAD request | |
[gobetween][12] | GET | US | Only supports GET requests |
View sdv2_1-768-ema-pruned.yaml
This file contains 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
model: | |
base_learning_rate: 1.0e-4 | |
target: ldm.models.diffusion.ddpm.LatentDiffusion | |
params: | |
parameterization: "v" | |
linear_start: 0.00085 | |
linear_end: 0.0120 | |
num_timesteps_cond: 1 | |
log_every_t: 200 | |
timesteps: 1000 |
View gist:9681fa38c1d0cdbd07d5cce109a5a40c
This file contains 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
sudo apt-get update | |
sudo apt-get upgrade -y | |
sudo apt install wget git python3 python3-venv rtorrent -y | |
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh) |
View default
This file contains 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
## | |
# You should look at the following URL's in order to grasp a solid understanding | |
# of Nginx configuration files in order to fully unleash the power of Nginx. | |
# https://www.nginx.com/resources/wiki/start/ | |
# https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ | |
# https://wiki.debian.org/Nginx/DirectoryStructure | |
# | |
# In most cases, administrators will remove this file from sites-enabled/ and | |
# leave it as reference inside of sites-available where it will continue to be | |
# updated by the nginx packaging team. |
View github_repos.sh
This file contains 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 | |
function users_from_file() { | |
# TODO: check rate limit | |
limit=$(curl -s "https://api.github.com/rate_limit" | jq -c '.rate.limit'); | |
remaining=$(curl -s "https://api.github.com/rate_limit" | jq -c '.rate.remaining'); | |
reset_time=$(curl -s "https://api.github.com/rate_limit" | jq -c '.rate.reset'); | |
now=$(date +%s); | |
jq -r '.actor_login' $1 | while read user; do | |
echo "Github API Requests: ${remaining}/${limit}"; |
View gist:220c11c1c10c05ce53a75d0883328d08
This file contains 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
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://cdimage.ubuntu.com | |
for dir in $(find /mnt/volume_nyc3_02/cdimage.ubuntu.com -type d); do | |
rm $dir/index.html?* | |
done |
View .tmux.conf
This file contains 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
unbind C-b | |
set-option -g prefix C-a | |
bind-key C-a send-prefix | |
# List of plugins | |
set -g @plugin 'tmux-plugins/tpm' | |
set -g @plugin 'tmux-plugins/tmux-sensible' | |
set -g @plugin 'tmux-plugins/tmux-resurrect' | |
# Other examples: |
View .tmux.conf
This file contains 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
unbind C-b | |
set-option -g prefix C-a | |
bind-key C-a send-prefix |
View readme.md
View benchmark.txt
This file contains 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
super3@Book2:~/transfer.sh$ wget https://my.mixtape.moe/hwxzlz.mp4 | |
Will not apply HSTS. The HSTS database must be a regular and non-world-writable file. | |
ERROR: could not open HSTS store at '/home/super3/.wget-hsts'. HSTS will be disabled. | |
--2018-12-04 12:14:22-- https://my.mixtape.moe/hwxzlz.mp4 | |
Resolving my.mixtape.moe (my.mixtape.moe)... 206.81.100.99 | |
Connecting to my.mixtape.moe (my.mixtape.moe)|206.81.100.99|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 21563437 (21M) [video/mp4] | |
Saving to: ‘hwxzlz.mp4’ |
View gist:06bec2ec29b7588728100df720a4b18d
This file contains 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
Hello World! |
NewerOlder