Skip to content

Instantly share code, notes, and snippets.

View bliotti's full-sized avatar
public key cryptography is pretty neat 🔑 🔐

Brian Liotti bliotti

public key cryptography is pretty neat 🔑 🔐
View GitHub Profile
# This mounts the nfs volume claim into /mnt and continuously
# overwrites /mnt/index.html with the time and hostname of the pod.
apiVersion: apps/v1
kind: Deployment
metadata:
name: test
spec:
replicas: 1
selector:
apiVersion: apps/v1
kind: Deployment
metadata:
name: nfs-server
spec:
replicas: 1
selector:
matchLabels:
role: nfs-server
template:
@bliotti
bliotti / gist:223bfcb99602f4c22ef36421813fb973
Created July 28, 2020 01:47
I'm verifying ownership of [email protected] at EarnCarrot.
I'm verifying ownership of [email protected] at EarnCarrot.
@bliotti
bliotti / gist:bedbe8ebed9352f694a98ac8e2da774b
Created July 24, 2020 01:50
I'm verifying ownership of [email protected] at EarnCarrot.
I'm verifying ownership of [email protected] at EarnCarrot.
@bliotti
bliotti / mongodb_cheat_sheet.md
Created November 18, 2019 05:46 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

Install MongoDB and Python wrapper (Ubuntu Linux)

sudo apt-get install -y mongodb-org
pip install pymongo
pip3 install pymongo

Start MongoDB daemon

@bliotti
bliotti / mongodb.md
Created November 18, 2019 05:35 — forked from artieziff/mongodb.md
MongoDb & Python Essentials

##MONGODB & PYTHON

###Ubuntu Install

sudo apt-get install mongodb
pip install pymongo

Table - Collection
Column - Property
Row - Document

@bliotti
bliotti / cloudSettings
Last active March 4, 2020 17:50
Visual Studio Code Settings Sync Gist WINDOWS
{"lastUpload":"2020-03-04T17:50:36.301Z","extensionVersion":"v3.4.3"}
@bliotti
bliotti / cloudSettings
Last active November 17, 2019 11:59
Visual Studio Code Settings Sync Gist OSX
{"lastUpload":"2019-11-17T11:59:30.763Z","extensionVersion":"v3.4.3"}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.