Skip to content

Instantly share code, notes, and snippets.

@mihir83in
mihir83in / load_certs.txt
Created March 4, 2022 02:23 — forked from raglin/load_certs.txt
setting certificates for node, aws, python
# CERTS for NODE
set NODE_EXTRA_CA_CERTS=[path to certs]
# CERTS for AWS CLI
set AWS_CA_BUNDLE=[path to certs]
# CERTS for Python
set REQUESTS_CA_BUNDLE=[path to certs]
@mihir83in
mihir83in / resize_boot2docker.sh
Created February 3, 2017 06:38 — forked from joost/resize_boot2docker.sh
Resize boot2docker VirtualBox image
# Steps we will take:
# 1. Change boot2docker image type (this will take long)
# 2. Resize image
# 3. Resize partion (using GParted)
#
# Also see: https://docs.docker.com/articles/b2d_volume_resize/
# Stop boot2docker
boot2docker stop