Skip to content

Instantly share code, notes, and snippets.

View kentblake's full-sized avatar

Kent Blake kentblake

View GitHub Profile
@kentblake
kentblake / README.md
Last active January 9, 2018 04:52
README.md

README.md Description of Gist repository for @kentblake on GitHub

V1.0

January 7, 2018

@github.com/kentblake


This project is intended to serve as a reference for myself and others with shared interests.

Files stored here will use the following extension naming convention

  • .en - Notes related to any subject in english
@kentblake
kentblake / L2vi.en
Last active October 11, 2021 03:09
Learning vi(m)
L2vi.en will address functionality to core vi(m) and its variants except where noted.
Remove your mouse while learning vi. This will wean you from the mouse muscle memory.
vimtutor is your friend. I am currently in section 1.6 orso
vim over ssh from android phone is functional but somewhat capricious
.vimrc
" Comments are indicated by double quote
" Set vim to noncompatable mode, which disables all of the im in vim
set nocp
@kentblake
kentblake / update-alternatives-python.sn
Last active June 20, 2020 10:03
Update alternatives syntax for changing from python2.7 to python3.7
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 2
function fingerprint() { ssh-keygen -lf $1 -E md5; }
@kentblake
kentblake / learning-go.md
Created January 25, 2021 06:12
LearningGo.md

‎‎​

@kentblake
kentblake / CustomLivePXE
Last active April 16, 2021 02:18
LiveIsoAutomationPXE
#Requirements
**Choose a "tinylinux" distro that works with the least amount of customization necessary
@kentblake
kentblake / CourseraPYModernAps.md
Created April 28, 2021 00:22
Coursera - Building Modern Python Applications on AWS

‎‎​

Dns Assets:

  • kbcicd.dev - 203.151.145.59Dn
@kentblake
kentblake / chocoinstall.gfm
Last active July 3, 2021 16:32
chocoinstall.ps1
<#
.SYNOPSIS
Downloads and installs Chocolatey on the local machine.
.DESCRIPTION
Retrieves the Chocolatey nupkg for the latest or a specified version, and
downloads and installs the application to the local machine.
.NOTES
=====================================================================
@kentblake
kentblake / sd-ns-for-containers
Last active July 21, 2021 20:18
systemd-nspawn for containers
* Ensure ker