This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"basics":{"name":"Jake Harris","label":"Senior Automation Engineer","image":"","email":"[email protected]","phone":"(623) 759-5245","summary":"Jake works hard.","location":{"address":"11541 W Duran Ave","postalCode":"85363","city":"Youngtown","countryCode":"US","region":"Arizona"}},"work":[{"name":"Grand Canyon Education, Inc","position":"Build And Release Engineer","startDate":"2019-09-30","endDate":"2021-11-30","highlights":["Created and managed CI/CD workflow for dozens of projects utilizing Azure DevOps, bash scripting, Ansible and more","Set up and monitor Qualys scanning for projects of various sizes, ranging from landing pages to 175,0000 page CMS-driven apps"],"summary":"As Build and Release engineer at GCE, I piloted the DevOps Platform \nfor the marketing team at the largest education services company and\nlargest Christian University in the U.S\n","url":"https://www.linkedin.com/company/grand-canyon-education/","location":"Phoenix, Arizona Area"},{"name":"Scuttlebyte Softworks","position": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/tridactyl/tridactyl/blob/master/.tridactylrc | |
set colors https://raw.githubusercontent.com/bezmi/base16-tridactyl/master/base16-bespin.css | |
set hintfiltermode vimperator-reflow | |
set hintnames numeric | |
# hints for google results | |
bindurl www.google.com f hint -Jc #search div:not(.action-menu) > a | |
bindurl news.ycombinatior.com f hint -c .titlelink > a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Check for zellij command | |
ansible.builtin.stat: | |
path: "{{ cmdr_bin_dir }}/zellij" | |
register: installed | |
- name: Get latest release | |
ansible.builtin.uri: | |
method: GET | |
return_content: yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#run as root | |
apt-get install golang-go -yqq | |
mkdir gocode | |
export GOPATH=$HOME/gocode | |
go get github.com/mailhog/MailHog | |
go get github.com/mailhog/mhsendmail | |
cp /root/gocode/bin/MailHog /usr/local/bin/mailhog | |
cp /root/gocode/bin/mhsendmail /usr/local/bin/mhsendmail |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wordlist ver 0.732 - EXPECT INCOMPATIBLE CHANGES; | |
acrobat africa alaska albert albino album | |
alcohol alex alpha amadeus amanda amazon | |
america analog animal antenna antonio apollo | |
april aroma artist aspirin athlete atlas | |
banana bandit banjo bikini bingo bonus | |
camera canada carbon casino catalog cinema | |
citizen cobra comet compact complex context | |
credit critic crystal culture david delta | |
dialog diploma doctor domino dragon drama |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"name":"books","color":"Red","position":{"x":100,"y":100},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"id","type":"increments","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":true,"visible":false,"hidden":false,"colid":"c117","order":0},{"name":"title","type":"string","length":"120","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":true,"fillable":true,"guarded":false,"visible":false,"hidden":false,"colid":"c136","order":1},{"name":"isbn","type":"string","length":"13","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c153","order":2},{"name":"published_date","type":"date","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":true,"guarded":false,"visible":true,"hid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"name":"books","color":"Red","position":{"x":100,"y":100},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"id","type":"increments","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":true,"visible":false,"hidden":false,"colid":"c117","order":0},{"name":"title","type":"string","length":"120","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":true,"fillable":true,"guarded":false,"visible":false,"hidden":false,"colid":"c136","order":1},{"name":"isbn","type":"string","length":"13","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c153","order":2},{"name":"published_date","type":"date","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":true,"guarded":false,"visible":true,"hid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▶ brew doctor | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. |