Skip to content

Instantly share code, notes, and snippets.

View kguay's full-sized avatar

Kevin Guay kguay

View GitHub Profile
@kguay
kguay / license-falcon.sh
Last active December 5, 2019 17:17
Add licensing information to MacOS falcon sensor installer to facilitate on click installation. license-falcon.sh /path/to/FalconSensorMacOS.pkg license_number
#!/bin/bash
# License Falcon Sensor Installer
# By Kevin Guay (hello at kevinguay dot com)
# Script to add licensing information to the MacOS falcon sensor installer.
# Instruction for manually editing the installer file can be found at https://www.kevinguay.com/posts/macos-falcon-sensor/
# This should be run on a system running MacOS
# Check that the pkgutil is installed
# The default Shopify Debut theme grid breakpoints:
one-whole
one-half
one-third
two-thirds
one-quarter
@kguay
kguay / ansible-debug-os.yml
Created November 27, 2017 20:17
Ansible playbook to get os distro and version for all hosts. Works on Fedora/CentOS/RedHat machines.
- name: Print linux distribution and version
hosts: all
tasks:
- name: capture output of id command
command: cat /etc/system-release
register: login
- debug: msg="{{ login.stdout }}"
@kguay
kguay / resume.md
Last active September 3, 2019 00:50
Kevin Guay's Resume

Kevin Guay

Bio

Kevin Guay studied computer science and environmental studies at Hobart College in upstate New York. Passionate about environmental issues, Kevin has spent his career at small, non-profit research organizations focused on terrestrial and marine ecosystems. He has published several peer-reviewed papers in academic journals and written chapters in scientific books. His background in computer science and expertise in Linux systems, made him an ideal candidate to run Bigelow Laboratory for Ocean Science's IT department. At Bigelow, you might find Kevin writing company IT policies, developing applications, or installing a new high performance computer.

Kevin lives with his wife in Brunswick, Maine and enjoys making shaker-style furniture in his free time. When he's not in his woodshop, Kevin enjoys rock climbing, canoeing, spoon carving, and writing in the third person.

Contact

www.kevinguay.com
kevin at kevinguay dot com

@kguay
kguay / Setup Ansible with Ansible
Last active February 28, 2023 13:04
Setup Ansible with Ansible
Run
> ansible-playbook --ask-become-pass ansible_user.yml