Skip to content

Instantly share code, notes, and snippets.

View kesslerdev's full-sized avatar
🤖
automates the world

Kessler kesslerdev

🤖
automates the world
View GitHub Profile
{
"folders": [
{
"id": "309118ca-5036-4a76-a7ef-154ab3d16795",
"name": "Image de Marque"
},
{
"id": "95032612-160b-4499-84b4-0d1601cd9cfa",
"name": "Utilisateurs"
},
{
"name": "Flake Fuji Tokenlist",
"logoURI": "https://flake-token.gitlab.io/flake-wallet/favicon.png",
"keywords": [
],
"version": {
"major": 0,
"minor": 7,
"patch": 2
},
@kesslerdev
kesslerdev / README.md
Last active June 5, 2020 10:22
untitled

Eclipse CHE runtime overrides

curl -s https://gist.githubusercontent.com/kesslerdev/1e19cf82efc7779879fc169207c1a5ca/raw/run.sh| bash -s <original entrypoint + command>
components:
  - mountSources: true
 endpoints:
@kesslerdev
kesslerdev / README.md
Last active October 29, 2019 16:21
VPC Pairing #aws #cloud #pairing #vpc

Untitled Diagram

From Subnet (VPC) Route Table

Destination Target
10.1.0.0/16 Local
10.10.6.0/24 VPC Sharing
@kesslerdev
kesslerdev / README.md
Last active October 29, 2019 16:24
Asume Role AWS #aws #assume #security #role

Asume Role AWS

  • Account 1 (security) with all users
  • Account 2 (prod) with no users

Give access to a prod policy for a security user

On security account

create a policy attached to users direcly or using a group

@kesslerdev
kesslerdev / README.md
Last active January 19, 2019 14:32
execute remote powershell

use this onliner for installing Ubuntu on Windows 10 (WSL)

. { Invoke-WebRequest -useb https://gist.githubusercontent.com/kesslerdev/9803173550cf5bce4f94c0b6b80e064d/raw/install.ps1 } | Invoke-Expression

and when bash is available,

curl -o- https://gist.githubusercontent.com/kesslerdev/9803173550cf5bce4f94c0b6b80e064d/raw/install.sh | bash