Setup a big empty partition in ext4
and assign to /
root.
Proceed with install
This assumes you have the latest Ubuntu Desktop 18.04 image on a USB key.
Go the iso download and burn key with Etcher
Setup a big empty partition in ext4
and assign to /
root.
Proceed with install
This assumes you have the latest Ubuntu Desktop 18.04 image on a USB key.
Go the iso download and burn key with Etcher
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"iam:GetRole", | |
"iam:PutRolePolicy" | |
], | |
"Resource": [ |
This page describes how a project is managed using github organizational projects
github flow is used for development.
When an "Assignee" takes a task, they create a "Feature branch" and develop their code in that branch. When task is complete a PR (Pull Request) is created. A PM or Lead (and relevant project members) reviews the PR, when the PR passes review a PM or Lead will merge the PR into the master branch.
Follow this guide to install WSL:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
""" | |
Get the latest model assets key from resulting sagemaker training session | |
""" | |
import boto3 | |
S3 = boto3.client('s3') | |
def get_latest_model_assets_key(bucket: str, prefix: str): | |
model_assets = [] | |
paginator = S3.get_paginator('list_objects') |
#!/bin/bash | |
# Command to transfer | |
export VIDEO_DIRECTORY=/storage/VIDEO/HOME/$(python3 -c "import datetime;print(datetime.datetime.now().strftime('%Y%m%d-video-dump'), end='')") | |
echo Making directory: ${VIDEO_DIRECTORY} | |
mkdir ${VIDEO_DIRECTORY} | |
echo Copying... | |
rsync --progress -h /media/monkut/JVCCAM_MEM/AVCHD/BDMV/STREAM/*.MTS ${VIDEO_DIRECTORY} |
def parse_arn(arn_str: str) -> Tuple[str, str, str, Optional[str], str, Optional[List[str]]]: | |
""" | |
https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html | |
arn:partition:service:region:account-id:resource | |
arn:partition:service:region:account-id:resourcetype/resource | |
arn:partition:service:region:account-id:resourcetype/resource/qualifier | |
arn:partition:service:region:account-id:resourcetype/resource:qualifier | |
arn:partition:service:region:account-id:resourcetype:resource | |
arn:partition:service:region:account-id:resourcetype:resource:qualifier |
Create User (User1A) in Account-A
AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
Create Group in Account-A
Create Role (MyRoleB) in Account-B with Permissions you want user to have: