docker images -qf dangling=true | xargs docker rmi
docker volume ls -qf dangling=true | xargs -r docker volume rm
# <type>: (If applied, this commit will...) <subject> (Max 50 char) | |
# |<---- Using a Maximum Of 50 Characters ---->| | |
# Explain why this change is being made | |
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
# Provide links or keys to any relevant tickets, articles or other resources | |
# Example: Github issue #23 |
;; This elisp code uses use-package, a macro to simplify configuration. It will | |
;; install it if it's not available, so please edit the following code as | |
;; appropriate before running it. | |
;; Note that this file does not define any auto-expanding YaSnippets. | |
;; Install use-package | |
(package-install 'use-package) | |
;; AucTeX settings - almost no changes |
package main | |
import ( | |
"flag" | |
"io/ioutil" | |
"log" | |
"os" | |
"google.golang.org/genproto/googleapis/api/annotations" | |
"google.golang.org/genproto/googleapis/longrunning" |
#!/bin/bash | |
clear | |
if [ "$1" = "-h" -o "$1" = "--help" -o -z "$1" ]; then | |
echo " | |
appify v3.0.1 for Mac OS X - http://mths.be/appify | |
Creates the simplest possible Mac app from a dir. | |
Usage: `basename "$0"` netbeans_dir | |
- netbeans_dir: The directory containing all the files for a specific NetBeans release. |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
CI & CD: | |
======== | |
2 core software development processes | |
CI process of automating regular code commits followed by an automated build and test process designed to highlight intergration issues early. | |
Additional tooling and functionality provided by Bamboo, CruiseControl, Jenkins, Go and TeamCity etc. | |
workflow based | |
CD takes the form of a workflow based process which accepts a tested software build payload from a CI server. Automates the deployment into a working QA, Pre-prod or Prod environment. | |
AWS CodeDeploy and CodePipeline provide CI/CD services | |
Elasticbeanstalk and CFN provide functionality which can be utilized by CI/CD servers. |
Collection of License badges for your Project's README file. Easily copy and paste the code under the badges into your Markdown files.
Comment this gist or write me an E-Mail ([email protected])