Skip to content

Instantly share code, notes, and snippets.

View zed-eiq's full-sized avatar

Zed Tan zed-eiq

View GitHub Profile
#!/usr/bin/env bash
# sh doesn't support arrays
# Helper script that
# 1. SSH-es into remote hosts
# 1. Runs firewall-cmd on remote hosts to open up ports needed
set -e
FW_COMMON="--zone=public --permanent"
APPLICATION=("192.168.1.169")
this is a test table
adsf adsfa asdf asdf asdf
+------+-+-+-
test a
multiline table

grid tables

+------------+--------------------------------+

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjz5T3ofzG7CkWrYaTDSvkLOWMulDhovBf0Ijq0nB+C zeddee@turnip
@zed-eiq
zed-eiq / .gitignore
Created October 11, 2020 22:23 — forked from kmorcinek/.gitignore
Example .gitignore file I use for C# projects
# The following command works for downloading when using Git for Windows:
# curl -LOf http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
#
# Download this file using PowerShell v3 under Windows with the following comand:
# Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore
#
# or wget:
# wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
# User-specific files