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
FROM ghost:4 | |
RUN apt-get update -y && \ | |
apt-get install -y mariadb-client | |
COPY ./wait-for-mysql.sh /usr/local/bin/wait-for-mysql.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
# [reddit.com] | |
151.101.193.140 reddit.com | |
151.101.65.140 www.reddit.com | |
151.101.1.140 np.reddit.com | |
151.101.1.140 bt.reddit.com | |
151.101.1.140 m.reddit.com | |
151.101.1.140 nm.reddit.com | |
151.101.193.140 api.reddit.com | |
151.101.1.140 e.reddit.com | |
151.101.1.140 about.reddit.com |
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
#!/usr/bin/env bash | |
set -euo pipefail | |
# Get the Cloudflare IPs | |
curl -s https://www.cloudflare.com/ips-v4 -o /tmp/cloudflare_ips | |
echo "" >> /tmp/cloudflare_ips | |
curl -s https://www.cloudflare.com/ips-v6 >> /tmp/cloudflare_ips | |
# Reset the firewall to clean stuff. | |
ufw --force reset |
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
{ | |
"input": { | |
"blocklist": [], | |
"compressor#0": { | |
"attack": 5.0, | |
"boost-amount": 6.0, | |
"boost-threshold": -72.0, | |
"bypass": false, | |
"dry": -100.0, | |
"hpf-frequency": 10.0, |
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 | |
# customizable | |
LIST_DATA="#{window_name} #{pane_title} #{pane_current_path} #{pane_current_command}" | |
FZF_COMMAND="fzf-tmux -p --delimiter=: --with-nth 4 --color=hl:2" | |
# do not change | |
TARGET_SPEC="#{session_name}:#{window_id}:#{pane_id}:" | |
# select pane |
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
{ | |
"breadcrumbs.enabled": false, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"editor.bracketPairColorization.enabled": false, | |
"editor.cursorBlinking": "solid", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"editor.folding": false, | |
"editor.fontFamily": "'JetBrainsMono Nerd Font Mono', 'SauceCodePro Nerd Font Mono', monospace", | |
"editor.fontLigatures": true, | |
"editor.glyphMargin": false, |
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
resolution_type: GETDNS_RESOLUTION_STUB | |
dns_transport_list: | |
- GETDNS_TRANSPORT_TLS | |
# - GETDNS_TRANSPORT_TCP | |
tls_authentication: GETDNS_AUTHENTICATION_REQUIRED | |
tls_query_padding_blocksize: 128 | |
edns_client_subnet_private: 1 | |
round_robin_upstreams: 1 | |
idle_timeout: 10000 |
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
# keybind | |
keybind = ctrl+z>shift+\=new_split:right | |
keybind = ctrl+z>shift+-=new_split:down | |
keybind = ctrl+z>c=new_tab | |
# no pixel | |
window-decoration = false | |
gtk-titlebar=false | |
# theme |
OlderNewer