-
This command will run a script called install-github-cli.sh.
-
The script will install the GitHub command line interface (CLI) onto the user's computer.
-
The CLI will allow the user to interact with the GitHub repository from the command line.
-
The script will download the latest version of the CLI from GitHub and install it on the user's computer.
- Link to this page:
https://bit.ly/vid5B62P2Rick
#java #functionalprogramming #scala #base62
Show notes for this video - Base62Encoder/Decoder written in non-functional Java.
Base62Encoder is written using FP and non FP in Go Lang, Java, Scala, Kotlin, JavaScript, TypeScript, Clojure, Rust and Python to demonstrate and discuss FP support in different languages.
curl http://169.254.169.254/latest/meta-data/local-ipv4
~/github/akka-ec2-example
$ git status
On branch third-step-adding-akka-remote
Your branch is up-to-date with 'origin/third-step-adding-akka-remote'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
deleted: userService/settings.gradle
package main
import (
"os"
"fmt"
"github.com/coreos/go-systemd/sdjournal"
)
In this example, we are using Centos7
, journalctl
and systemctl
so that we can monitor logs from DC/OS instances (masters, agents and public agents). It is useful for anyone using systemd
, journald
in an AWS EC2 enviroment that wants logging. The nice thing about Amazon CloudWatch is that it integrates well with Amazon EMR and Amazon Elasticsearch. (For more background on this subject see this article which covers using CloudFormation, Packr, etc. for Immutable Infrastructure to build DC/OS and deploy it to Amazon Web Services.)
We will install journald-cloudwatch-logs. We are going to setup a daemon into systemd that forwards logs to Amazon CloudWatch log streams.
This utility ***journald-cloudwat
We setup a dev env for DC/OS in AWS (subnets, multi-az, ags groups, ami images, etc), tagged everything as dcos-dev
, and then used Cloudformer to generate a starter AWS CloudFormation script. Cloudformer allows you to reverse engineer your AWS environment into cloudformation scripts. We then modified what cloudformer produced (to make it work as cloudformer just gets you about 90% of the way there), and then we added mappings, parameters and outputs to our cloudformation script.
Included are the cloudformation and packer scripts. Hope it helps you get setup. Feedback is welcome.
We in this case is my client, DC/OS support, Amazon support, and I. We did this instead of using the canned Amazon support because we needed to run masters, and agents in [multiple AZs](http://docs.aws.amazon.co
We created a packer AMI builder based on the advanced DC/OS install guide support for CentOS7. We use the official CentOS7 AMIs as a base.
Download and install packer.
$ brew install packer