Skip to content

Instantly share code, notes, and snippets.

View F5Training's full-sized avatar
🏠
Working from home

F5Training F5Training

🏠
Working from home
View GitHub Profile
#cloud-config
#apt_mirror: http://sg.archive.ubuntu.com/ubuntu/
apt:
# Preserve existing /etc/apt/sources.list
# Default: overwrite sources_list with mirror. If this is true
# then apt_mirror above will have no effect
preserve_sources_list: false
#
#cloud-config
#apt_mirror: http://sg.archive.ubuntu.com/ubuntu/
apt:
# Preserve existing /etc/apt/sources.list
# Default: overwrite sources_list with mirror. If this is true
# then apt_mirror above will have no effect
preserve_sources_list: false
#
#cloud-config
#apt_mirror: http://sg.archive.ubuntu.com/ubuntu/
apt:
# Preserve existing /etc/apt/sources.list
# Default: overwrite sources_list with mirror. If this is true
# then apt_mirror above will have no effect
preserve_sources_list: false
#
H4sIAJkxkV4C/71VXY+iShB951dM9vXGXRtkIrvxQXBEEJkRRxr6DWimQfmKfCj8+lvg6LrZfdjkJtfED1rqVNWpOgclz6owq0bvbRF+f0rrpIoL71R9S+NLSH88+XmdUe/Uzr7Mfn0J/ASJz7wwFZ6F58l0KknCbPaF22ibl5Ednso4z74/oa9jjhuN/iaUU34ppAov1bcgyWs6CvLsI2Y/noLIO5VhNftSVx+j6Z9S3SFOXlZ+hKfRSxbkNM7Y9yffK8Pnyf2ORVwWeRlXQ6hXVV4QpXD+4+kjTsLMS8PZY+7ROT8dyygvRmWcFkn4tfXShOM03ix9wT4a2Gz8lBTknB9cRx47PCqCTG+CQ868lTUOFnljCGZmpMvW5aOCpvuaYh35mYWMFGJ3EuLczK7pat8orIiC1fZZiedMa+VtkNodcXSe7OQkVJOOqklN2nlDHOtg8MszVaQOigBguzPSSxEI2zWnKfOD9mIlJF0iH8A0VeIBRAjSZAxA9wCHHwIY5ZOxp8iV5+itL2i1psg6ieWxBwk5DT60ldVSvF8PwCsrJ3jCfmk1liM3lfoqBQ9fSk2NImiT+emUEUxSgs1x3xEXrPQk4O2WpvZHwEsoSM0kQFLpOeb4NZZTF186ss2HRAMF55xpygau5TNUX7mOLr6y/gzAjJ0cAUBOnM2VL6V/j5mL0dE8bNfX6zmjjl68xvP4Pgz+90Fwt0ncBqGxvgq5g9JRz1v4nq/vCRz94Kl2d6sE3pWmLiuycK9tDocru/Xe4YY0GtPV/NlopZ9gO/GWqHZ5qTIEO6ZYHNOdtu4B7tR0+foKplqNy1dJEKMD2YlXvu7ZbxPdP2uKfiRYY3hokUlXKiwKA4Ei5I57jacNUSXBTy+Ni7c1/D54MJDP9ksPiyhU7jQwN01guROYujl2sV4SqPDGKweBoodhvxbycnskC2vBJrDAZxebJxfTofz+RhjU0efNE3G0Cqr801nFubCM1ykCwbxU
U3VZ+KndEkUs/HM++y9Ochm
{
"class": "AS3",
"action": "deploy",
"persist": true,
"declaration": {
"class": "ADC",
"schemaVersion": "3.5.0",
"id": "urn:uuid:12345678-1234-1234-1234-123456789012",
"label": "app1",
"remark": "HTTP Service with Round-Robin Load Balancing",
@F5Training
F5Training / msysgit2unix-socket.py
Created October 15, 2020 05:45 — forked from kevinvalk/msysgit2unix-socket.py
Updated to better survive crashes and other unexpected behavior.
#!/usr/bin/python
"""
msysGit to Unix socket proxy
============================
This small script is intended to help use msysGit sockets with the new Windows Linux Subsystem (aka Bash for Windows).
It was specifically designed to pass SSH keys from the KeeAgent module of KeePass secret management application to the
ssh utility running in the WSL (it only works with Linux sockets). However, my guess is that it will have uses for other
#!/bin/bash
#
# Install required apt packages
#
REQUIRED_PKG=(apt-transport-https \
zsh \
ansible \
powerline \
python3 \
python3-powerline \
#!/bin/bash
#
# Install required apt packages
#
REQUIRED_PKG=(apt-transport-https \
zsh \
ansible \
powerline \
python3 \
python3-powerline \
#!/bin/bash
#
# Install required apt packages
#
REQUIRED_PKG=(apt-transport-https \
zsh \
ansible \
powerline \
python3 \
python3-powerline \
#!/bin/bash
#
# Install required apt packages
#
REQUIRED_PKG=(apt-transport-https \
zsh \
ansible \
powerline \
python3 \
python3-powerline \