Skip to content

Instantly share code, notes, and snippets.

View Gbps's full-sized avatar
🤔
Thinking

Gbps Gbps

🤔
Thinking
View GitHub Profile
CREATE DATABASE jpworgen;
CREATE TABLE IF NOT EXISTS jpworgen.ActiveItems
(
UpdateTime DateTime('UTC') CODEC (DoubleDelta),
ScanTime DateTime('UTC'),
RealmId UInt16,
Namespace LowCardinality(String),
Faction Enum8('Alliance' = 0, 'Horde' = 1),
AuctionId UInt32,
@Gbps
Gbps / gist:88c8011606671fbbf7321a4dee51d449
Last active October 17, 2020 17:29
Settings to use Cmder in the new Windows Terminal
// This file was initially generated by Windows Terminal 1.3.2651.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
This file has been truncated, but you can view the full file.
This file has been truncated, but you can view the full file.

Keybase proof

I hereby claim:

  • I am gbps on github.
  • I am gbp5 (https://keybase.io/gbp5) on keybase.
  • I have a public key ASAMzWQE6TnMoWy6tNTfaw3GzHNV4zuzX3aPzH96CN3tgAo

To claim this, I am signing this object:

@Gbps
Gbps / Docker_UFW_IPTABLES.md
Last active August 23, 2018 05:38 — forked from menxit/Docker_UFW_IPTABLES.md
Docker UFW and iptables
  1. Disable iptables
$ sudo vim /etc/docker/daemon.json
{
  "iptables": false
}
[Colors]
AbstractTableViewBackgroundColor=#272822
AbstractTableViewHeaderTextColor=#2D2D2D
AbstractTableViewSelectionColor=#363930
AbstractTableViewSeparatorColor=#555A4C
AbstractTableViewTextColor=#FFFFFF
DisassemblyAddressBackgroundColor=#XXXXXX
DisassemblyAddressColor=#7c7c61
DisassemblyAutoCommentBackgroundColor=#XXXXXX
DisassemblyAutoCommentColor=#808080