Skip to content

Instantly share code, notes, and snippets.

View mo6020's full-sized avatar
๐Ÿ
Shaving all of the yaks.

Ed Morgan mo6020

๐Ÿ
Shaving all of the yaks.
View GitHub Profile
@mhausenblas
mhausenblas / README.md
Last active January 8, 2017 02:14
Container images cheat sheet

Cheat sheet: container images

A collection of container images I use for admin tasks or troubleshooting in environments such as CoreOS where quite often the one or other thing is not available or I can't be bothered to install stuff.

Networking

Good old netcat:

$ docker run -it --rm appropriate/nc $IP $PORT
@mrlesmithjr
mrlesmithjr / ansible-macos-homebrew-packages.yml
Last active January 21, 2025 16:34
Install MacOS Homebrew Packages With Ansible
---
- name: Install MacOS Packages
hosts: localhost
become: false
vars:
brew_cask_packages:
- atom
- docker
- dropbox
- firefox
@dleske
dleske / Three-Node-LustreFS-Cluster-Quickstart-Centos7.md
Last active December 18, 2024 06:12 — forked from joshuar/Three-Node-LustreFS-Cluster-Quickstart.md
Quick three-node Lustre set-up on CentOS 7