Skip to content

Instantly share code, notes, and snippets.

@tracypholmes
tracypholmes / CFPtemplate.md
Last active June 11, 2022 14:49
CFP Template based on Linux Foundation (KubeCon, etc.) CFP Submission Process

Details for your CFP Submission

Sample Submission

Level of Expertise for Intended Audience

Anyone Beginner Intermediate Advanced

Keybase proof

I hereby claim:

  • I am tracypholmes on github.
  • I am tracypholmes (https://keybase.io/tracypholmes) on keybase.
  • I have a public key ASBFk0mY0cdDy-O0I1oiPjsEdaOphw4Tg9pX5-YKwt9_zAo

To claim this, I am signing this object:

@tracypholmes
tracypholmes / FullUbuntuLearn.md
Last active September 7, 2017 00:45
Live USB + Learn Setup

Setting up your Linux drive

Creating a Bootable USB

The USB drive we're about to create a full bootable version of the Linux operating system. Go here to create the usb: http://www.everydaylinuxuser.com/2015/11/how-to-install-ubuntu-linux-alongside.html

This drive is set up so that you can boot up your computer to run Linux right off of this drive without having to change your current operating system. This drive will not modify your current Windows or Mac installation.

First off, shut your computer down and plug in the USB drive. Now we're going to tell the computer to boot from the USB rather than the hard drive.

@tracypholmes
tracypholmes / AtomStuff.md
Last active February 14, 2017 18:35
Atom add-ons I Use

Atom Add-Ons

This is a list of things I currently use or have used. You can research before you try at https://atom.io/packages/. Two ways to install. Command line apm install {package name] or in Atom, goto Edit > Preferences > Install and search for your package.

Packages

  • atom-beautify
  • autocomplete-modules
  • autocomplete-python
  • markdown-writer
  • minimap
  • open-recent

Basic Ubuntu Setup

Permissions and Packages

Note: Need a user with sudo access

  1. sudo groupadd npm
  2. sudo usermod -a -G npm,staff $USER
  3. sudo apt-get update
  4. sudo apt-get upgrade
  5. sudo apt-get dist-upgrade (this one is optional)
@tracypholmes
tracypholmes / ChPc-0.rb
Last active December 8, 2016 21:54
https://repl.it/ChPc/0 created by tracypholmes
puts "What code would you like to decrypt?"
string = gets.chomp
puts "Hi! I will solve " + string + " for you."
#0T2abr1za0c2aby
#0h2abe1zy
decode = string.split(/[0-9]/)
#puts decode