Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| Angular CLI version | Angular version | Node.js version | TypeScript version | |
|---|---|---|---|---|
| - | 2.x | 6.0.x or later minor version | 2.0.x | |
| 1.0.6 | 4.0.x/4.1.x | 6.9.x or later minor version | 2.2.x | |
| 1.1.3 | 4.0.x/4.1.x | 6.9.x or later minor version | 2.3.x | |
| 1.2.7 | 4.0.x/4.1.x | 6.9.x or later minor version | 2.3.x | |
| 1.3.2 | 4.2.x/4.3.x/4.4.x | 6.9.x or later minor version | 2.4.x | |
| 1.4.10 | 4.2.x/4.3.x/4.4.x | 6.9.x/8.9.x or later minor version | 2.4.x | |
| 1.5.6 | 5.0.x/5.1.x | 6.9.x/8.9.x or later minor version | 2.4.x/2.5.x | |
| 1.6.7 | 5.2.x | 6.9.x/8.9.x or later minor version | 2.5.x | |
| 1.7.4 | 5.2.x | 6.9.x/8.9.x or later minor version | 2.5.x |
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| #!/bin/bash | |
| # Author: Erik Kristensen | |
| # Email: erik@erikkristensen.com | |
| # License: MIT | |
| # Nagios Usage: check_nrpe!check_docker_container!_container_id_ | |
| # Usage: ./check_docker_container.sh _container_id_ | |
| # | |
| # Depending on your docker configuration, root might be required. If your nrpe user has rights | |
| # to talk to the docker daemon, then root is not required. This is why root privileges are not |
| --type-add=css=.sass,.less,.scss | |
| --type-add=ruby=.rake,.rsel,.builder,.thor | |
| --type-add=html=.haml,.html.erb,.html.haml | |
| --type-add=js=.js.erb,.coffee | |
| --type-set=cucumber=.feature | |
| --type-set=c=.c,.cpp,.ino,.pde,.h | |
| --ignore-dir=vendor | |
| --ignore-dir=log | |
| --ignore-dir=tmp | |
| --ignore-dir=doc |
| Useful One-Line Scripts for Perl Dec 03 2013 | version 1.10 | |
| -------------------------------- ----------- ------------ | |
| Compiled by Peteris Krumins (peter@catonmat.net, @pkrumins on Twitter) | |
| http://www.catonmat.net -- good coders code, great reuse | |
| Latest version of this file is always at: | |
| http://www.catonmat.net/download/perl1line.txt |