Skip to content

Instantly share code, notes, and snippets.

View infintropy's full-sized avatar
:octocat:
:•:-»)=|:|§[:]:•:[∞]:•:[:]§|:|=(«-:•:

infintropy infintropy

:octocat:
:•:-»)=|:|§[:]:•:[∞]:•:[:]§|:|=(«-:•:
View GitHub Profile
@zircote
zircote / ssh.sh
Created September 26, 2011 21:45
Convert a AWS PEM into a ssh pub key
ssh-keygen -y -f private_key1.pem > public_key1.pub
@johnpryan
johnpryan / principles.md
Last active June 22, 2022 03:43
Ray Dalio's Principles

Summary And Table Of Life Principles

Think for yourself to decide 1) what you want, 2) what is true, and 3) what you should do to achieve #1 in light of #2, and do that with humility and open-mindedness so that you consider the best thinking available to you.

Life Principles Introduction

Look to the patterns of those things that affect you in order to understand the cause-effect relationships that drive them and to learn principles for dealing with them effectively.

Part II: Life Principles

@nivleshc
nivleshc / Ansible-create-AWS-environment.yml
Created March 12, 2019 11:45
This Ansible playbook deploys an AWS environment, which consists of a VPC, a public and private subnet, a jumphost in the public subnet and a server in the private subnet
---
- hosts: localhost
connection: local
gather_facts: yes
vars:
- vpc_region: us-east-1
- my_useast1_key: my_northvirginia_keypair
tasks:
- name: create VPC for Ansible
@khilanbshah
khilanbshah / README.md
Created July 23, 2019 06:41 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


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.