Skip to content

Instantly share code, notes, and snippets.

View nyakagwafred's full-sized avatar
๐Ÿ 
Working from home

Fred Nyakagwa nyakagwafred

๐Ÿ 
Working from home
  • GitHub
  • Nairobi, Kenya
  • 04:30 (UTC -12:00)
View GitHub Profile
@nyakagwafred
nyakagwafred / SupportBundle.md
Last active April 16, 2025 10:42
Support bundle brownbag session with ES and TS Teams

What is a support bundle?

GitHub Support doesn't have access to a customer's environment, for us to be able to get additional information from the Customer's environment/appliance/instance we need a Support bundle.

What is a in a support bundle:

  • Client license information, including company name, expiration date, and number of user licenses
  • Version numbers and SHAs
  • VM architecture
  • Host name, private mode, SSL settings
@nyakagwafred
nyakagwafred / gist:57cc2530e0666013b19cdfc78ecf34ec
Created December 26, 2020 22:55 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH