Skip to content

Instantly share code, notes, and snippets.

View ecukalla's full-sized avatar

Edmond Cukalla ecukalla

View GitHub Profile
@ecukalla
ecukalla / main.tf
Last active April 21, 2024 13:27
terraform github
terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 6.2.1"
}
}
}
# Configure the GitHub Provider
@ecukalla
ecukalla / pep20_by_example.py
Created November 24, 2019 11:33 — forked from evandrix/pep20_by_example.py
PEP 20 (The Zen of Python) by example
#!/usr/bin/env python
"""
=====================================
PEP 20 (The Zen of Python) by example
=====================================
Usage: %prog
:Author: Hunter Blanks, hblanks@artifex.org / hblanks@monetate.com
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Use graphical install
graphical
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=sda