73# First steps after installing Pop!_OS 19.10
Using ansible. Installs pyenv, nvm, keybase, keeweb, vs codium, riot-web, golang
Upgrade & install basics
sudo apt-get update && sudo apt-get upgrade -y| import './style.css' | |
| import * as THREE from 'three' | |
| import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js' | |
| import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls' | |
| //import * as path from 'path' | |
| //const path = require('path') | |
| // Scene. | |
| var camera, scene, renderer, light; |
| [alias] | |
| co = checkout | |
| cob = checkout -b | |
| coo = !git fetch && git checkout | |
| br = branch | |
| brd = branch -d | |
| brD = branch -D | |
| merged = branch --merged | |
| st = status | |
| aa = add -A . |
| FROM python:3.7 | |
| ENV PYTHONUNBUFFERED 1 | |
| RUN mkdir /code | |
| WORKDIR /code | |
| COPY . /code/ | |
| RUN pip install -r requirements-dev.txt |
| #!/bin/bash | |
| set -eo pipefail | |
| ## Mount this file in /docker-entrypoint-initaws.d so that localstack runs it | |
| ## as part of its entrypoint routine. | |
| echo 'Running AWS verify identity command. See: https://github.com/localstack/localstack/issues/339' | |
| aws ses verify-email-identity --email-address ${EMAIL_ADDRESS} --region ${AWS_REGION} --endpoint-url=http://localhost:4579 | |
| echo "Verified ${EMAIL_ADDRESS}" |
| #!/bin/bash | |
| error_exit() | |
| { | |
| echo "$1" 1>&2 | |
| exit 1 | |
| } | |
| CODEBUILD_PROJECT_NAME=$1 |
| function logClass(target: any) { | |
| // save a reference to the original constructor | |
| var original = target; | |
| // a utility function to generate instances of a class | |
| function construct(constructor, args) { | |
| var c : any = function () { | |
| return constructor.apply(this, args); | |
| } |
| 'use strict'; | |
| const crypto = require('crypto'); | |
| const ENCRYPTION_KEY = process.env.ENCRYPTION_KEY; // Must be 256 bits (32 characters) | |
| const IV_LENGTH = 16; // For AES, this is always 16 | |
| function encrypt(text) { | |
| let iv = crypto.randomBytes(IV_LENGTH); | |
| let cipher = crypto.createCipheriv('aes-256-cbc', Buffer.from(ENCRYPTION_KEY), iv); |
First, install Solaar to see the battery level on the taskbar
sudo apt-get install solaarTo remap the keys, install
sudo apt-get install xbindkeys xautomationAWS: Match Design Ruleset Teams, balancing, etc...
{
"name": "",